Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/illustration/
DIllustrationTest.kt65 private val rawId = SemanticsPropertyKey<Int>("RawResId") constant
66 private var SemanticsPropertyReceiver.rawId by rawId variable in com.android.settingslib.spa.widget.illustration.IllustrationTest
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h90 int32_t rawId; member
126 int32_t rawId; member
DPeripheralController.cpp337 for (const auto& rawId : rawLightIds) { in dump() local
385 for (const auto& rawId : rawBatteryIds) { in configureBattries() local
414 for (const auto& rawId : rawLightIds) { in configureLights() local
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp180 void FakeEventHub::addRawLightInfo(int32_t rawId, RawLightInfo&& info) { in addRawLightInfo()
184 void FakeEventHub::fakeLightBrightness(int32_t rawId, int32_t brightness) { in fakeLightBrightness()
188 void FakeEventHub::fakeLightIntensities(int32_t rawId, in fakeLightIntensities()