Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h135 const std::unordered_map<int32_t, int32_t>& rawLightIds) in PlayerIdLight()
137 rawLightIds(rawLightIds) {} in PlayerIdLight()
139 std::unordered_map<int32_t, int32_t> rawLightIds; member
DPeripheralController.cpp217 if (rawLightIds.find(playerId) == rawLightIds.end()) { in setLightPlayerId()
220 for (const auto& [id, rawId] : rawLightIds) { in setLightPlayerId()
231 for (const auto& [id, rawId] : rawLightIds) { in getLightPlayerId()
247 for (const auto& [id, rawId] : rawLightIds) { in dump()
334 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in dump() local
337 for (const auto& rawId : rawLightIds) { in dump()
411 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in configureLights() local
414 for (const auto& rawId : rawLightIds) { in configureLights()