| /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 | 61 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 | 74 int32_t getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t sw) { in getSwitchState() function in android::FuzzInputReader
|
| D | MapperHelpers.h | 175 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 279 public native int getSwitchState(int deviceId, int sourceMask, int sw); in getSwitchState() method in NativeInputManagerService.NativeImpl
|
| D | InputManagerService.java | 640 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState() method in InputManagerService
|
| /frameworks/native/services/inputflinger/reader/include/ |
| D | InputDevice.h | 348 inline int32_t getSwitchState(int32_t sw) const { return mEventHub->getSwitchState(mId, sw); } in getSwitchState() function
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputDevice.cpp | 416 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputDevice
|
| D | InputReader.cpp | 572 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputReader
|
| D | EventHub.cpp | 1039 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 | 315 int32_t getSwitchState(uint32_t, int32_t switchCode) override { in getSwitchState() function in android::FakeInputMapper
|