Searched defs:getSwitchState (Results 1 – 8 of 8) sorted by relevance
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | SwitchInputMapper.cpp | 67 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::SwitchInputMapper
|
| D | InputMapper.cpp | 50 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputMapper
|
| /frameworks/native/services/inputflinger/reader/include/ |
| D | InputDevice.h | 315 inline int32_t getSwitchState(int32_t sw) const { return mEventHub->getSwitchState(mId, sw); } in getSwitchState() function
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputDevice.cpp | 440 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputDevice
|
| D | InputReader.cpp | 517 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputReader
|
| D | EventHub.cpp | 857 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState() function in android::EventHub
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 803 int32_t getSwitchState(int32_t deviceId, int32_t sw) const override { in getSwitchState() function in android::FakeEventHub 1116 int32_t getSwitchState(uint32_t, int32_t switchCode) override { in getSwitchState() function in android::FakeInputMapper
|
| /frameworks/base/services/core/java/com/android/server/input/ |
| D | InputManagerService.java | 650 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState() method in InputManagerService
|