Searched defs:getSwitchState (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | SwitchInputMapper.cpp | 67 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::SwitchInputMapper
|
H A D | InputMapper.cpp | 50 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputMapper
|
/aosp12/hardware/libhardware/tests/input/evdev/ |
H A D | InputMocks.h | 83 virtual int32_t getSwitchState(int32_t sw) const override { return 0; } in getSwitchState() function
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | InputHub.cpp | 330 int32_t EvdevDeviceNode::getSwitchState(int32_t sw) const { in getSwitchState() function in android::EvdevDeviceNode
|
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputDevice.h | 315 inline int32_t getSwitchState(int32_t sw) const { return mEventHub->getSwitchState(mId, sw); } in getSwitchState() function
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputDevice.cpp | 440 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputDevice
|
H A D | InputReader.cpp | 523 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputReader
|
H A D | EventHub.cpp | 857 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState() function in android::EventHub
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 819 int32_t getSwitchState(int32_t deviceId, int32_t sw) const override { in getSwitchState() function in android::FakeEventHub 1132 int32_t getSwitchState(uint32_t, int32_t switchCode) override { in getSwitchState() function in android::FakeInputMapper
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 650 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState() method in InputManagerService
|