Searched refs:SET_MAX_BRIGHTNESS (Results 1 – 5 of 5) sorted by relevance
34 static_cast<uint32_t>(DisplayPowerMgrInterfaceCode::SET_MAX_BRIGHTNESS), data, size); in LLVMFuzzerTestOneInput()
45 SET_MAX_BRIGHTNESS, enumerator
1031 const uint32_t SET_MAX_BRIGHTNESS = 98; // mapping nit = 231 variable1038 EXPECT_EQ(SET_MAX_BRIGHTNESS, brightness);1082 const uint32_t SET_MAX_BRIGHTNESS = 98; variable1083 …bool ret = DisplayPowerMgrClient::GetInstance().SetMaxBrightness((double)SET_MAX_BRIGHTNESS / 255,…1088 EXPECT_EQ(SET_MAX_BRIGHTNESS, brightness);1107 const uint32_t SET_MAX_BRIGHTNESS = 200; variable1108 …bool ret = DisplayPowerMgrClient::GetInstance().SetMaxBrightness((double)SET_MAX_BRIGHTNESS / 255,…
87 case static_cast<int32_t>(PowerMgr::DisplayPowerMgrInterfaceCode::SET_MAX_BRIGHTNESS): in ProcessMessage()
226 static_cast<int32_t>(PowerMgr::DisplayPowerMgrInterfaceCode::SET_MAX_BRIGHTNESS), in SetMaxBrightness()