Home
last modified time | relevance | path

Searched defs:getSwitchState (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSwitchInputMapper.cpp67 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::SwitchInputMapper
H A DInputMapper.cpp50 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputMapper
/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h83 virtual int32_t getSwitchState(int32_t sw) const override { return 0; } in getSwitchState() function
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp330 int32_t EvdevDeviceNode::getSwitchState(int32_t sw) const { in getSwitchState() function in android::EvdevDeviceNode
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h315 inline int32_t getSwitchState(int32_t sw) const { return mEventHub->getSwitchState(mId, sw); } in getSwitchState() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp440 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputDevice
H A DInputReader.cpp523 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputReader
H A DEventHub.cpp857 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 DInputReader_test.cpp819 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 DInputManagerService.java650 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState() method in InputManagerService