Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSwitchInputMapper.cpp71 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::SwitchInputMapper
DInputMapper.cpp63 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputMapper
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp72 int32_t getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t sw) { in getSwitchState() function in android::FuzzInputReader
DMapperHelpers.h193 int32_t getSwitchState(int32_t deviceId, int32_t sw) const override { in getSwitchState() function
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java49 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
DInputManagerService.java635 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState() method in InputManagerService
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h381 inline int32_t getSwitchState(int32_t sw) const { return mEventHub->getSwitchState(mId, sw); } in getSwitchState() function
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp473 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputDevice
DInputReader.cpp559 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState() function in android::InputReader
DEventHub.cpp1121 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp409 int32_t FakeEventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState() function in android::FakeEventHub
DInputReader_test.cpp335 int32_t getSwitchState(uint32_t, int32_t switchCode) override { in getSwitchState() function in android::FakeInputMapper