Home
last modified time | relevance | path

Searched refs:maxId (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/light/aidl/vts/functional/
DVtsHalLightTargetTest.cpp153 int maxId = INT_MIN; in TEST_P() local
155 maxId = std::max(maxId, light.id); in TEST_P()
158 Status status = lights->setLightState(maxId + 1, HwLightState()); in TEST_P()