/frameworks/native/services/inputflinger/reader/mapper/ |
D | SwitchInputMapper.cpp | 71 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::SwitchInputMapper
|
D | InputMapper.cpp | 63 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputMapper
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputReaderFuzzer.cpp | 72 int32_t getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t sw) { in getSwitchState() function in android::FuzzInputReader
|
D | MapperHelpers.h | 193 int32_t getSwitchState(int32_t deviceId, int32_t sw) const override { in getSwitchState() function
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 49 int getSwitchState(int deviceId, int sourceMask, int sw); in getSwitchState() method 306 public native int getSwitchState(int deviceId, int sourceMask, int sw); in getSwitchState() method in NativeInputManagerService.NativeImpl
|
D | InputManagerService.java | 635 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState() method in InputManagerService
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 381 inline int32_t getSwitchState(int32_t sw) const { return mEventHub->getSwitchState(mId, sw); } in getSwitchState() function
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 473 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputDevice
|
D | InputReader.cpp | 559 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputReader
|
D | EventHub.cpp | 1121 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState() function in android::EventHub
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeEventHub.cpp | 409 int32_t FakeEventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState() function in android::FakeEventHub
|
D | InputReader_test.cpp | 335 int32_t getSwitchState(uint32_t, int32_t switchCode) override { in getSwitchState() function in android::FakeInputMapper
|