Searched refs:lowPersistence (Results 1 – 1 of 1) sorted by relevance
137 HwLightState lowPersistence; in TEST_P() local138 lowPersistence.color = 0xFF123456; in TEST_P()139 lowPersistence.flashMode = FlashMode::TIMED; in TEST_P()140 lowPersistence.flashOnMs = 100; in TEST_P()141 lowPersistence.flashOffMs = 50; in TEST_P()142 lowPersistence.brightnessMode = BrightnessMode::LOW_PERSISTENCE; in TEST_P()144 Status status = lights->setLightState(light.id, lowPersistence); in TEST_P()