Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1307 const std::unordered_map<int32_t, RawLightInfo>& EventHub::getLightInfoLocked( in getLightInfoLocked() function in android::EventHub
1321 for (const auto& [id, info] : getLightInfoLocked(deviceId)) { in getRawLightIds()
1331 const auto infos = getLightInfoLocked(deviceId); in getRawLightInfo()
1344 const auto infos = getLightInfoLocked(deviceId); in getLightBrightness()
1361 const auto infos = getLightInfoLocked(deviceId); in getLightIntensities()
1400 const auto infos = getLightInfoLocked(deviceId); in setLightBrightness()
1418 const auto infos = getLightInfoLocked(deviceId); in setLightIntensities()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h761 const std::unordered_map<int32_t, RawLightInfo>& getLightInfoLocked(int32_t deviceId) const