Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.h85 int32_t rawId; member
118 int32_t rawId; member
H A 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
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java132 private void stageFile(int rawId, File file) throws Exception { in stageFile()
/aosp12/packages/modules/Connectivity/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java158 private void stageFile(int rawId, File file) throws Exception { in stageFile()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
H A DNetworkStatsFactoryTest.java497 private void stageFile(int rawId, File file) throws Exception { in stageFile()
H A DNetworkStatsCollectionTest.java534 private void stageFile(int rawId, File file) throws Exception { in stageFile()
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp287 [](uint64_t rawId) { return PhysicalDisplayId(rawId); }); in getPhysicalDisplayIds()
300 uint64_t rawId; in getPrimaryPhysicalDisplayId() local
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
H A DApfTest.java2214 private String stageFile(int rawId) throws Exception { in stageFile()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp602 void addRawLightInfo(int32_t rawId, RawLightInfo&& info) { in addRawLightInfo()
606 void fakeLightBrightness(int32_t rawId, int32_t brightness) { in fakeLightBrightness()
610 void fakeLightIntensities(int32_t rawId, in fakeLightIntensities()