Home
last modified time | relevance | path

Searched defs:rawId (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h85 int32_t rawId; member
118 int32_t rawId; member
DPeripheralController.cpp299 for (const auto& rawId : rawLightIds) { in dump() local
347 for (const auto& rawId : rawBatteryIds) { in configureBattries() local
374 for (const auto& rawId : rawLightIds) { in configureLights() local
/frameworks/native/libs/gui/
DISurfaceComposer.cpp286 [](uint64_t rawId) { return PhysicalDisplayId(rawId); }); in getPhysicalDisplayIds()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp586 void addRawLightInfo(int32_t rawId, RawLightInfo&& info) { in addRawLightInfo()
590 void fakeLightBrightness(int32_t rawId, int32_t brightness) { in fakeLightBrightness()
594 void fakeLightIntensities(int32_t rawId, in fakeLightIntensities()