Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp46 int32_t InputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::InputMapper
H A DCursorInputMapper.cpp494 int32_t CursorInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::CursorInputMapper
H A DKeyboardInputMapper.cpp374 int32_t KeyboardInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::KeyboardInputMapper
H A DTouchInputMapper.cpp3989 int32_t TouchInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::TouchInputMapper
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h309 inline int32_t getScanCodeState(int32_t scanCode) const { in getScanCodeState() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp436 int32_t InputDevice::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::InputDevice
H A DInputReader.cpp517 int32_t InputReader::getScanCodeState(int32_t deviceId, uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::InputReader
H A DEventHub.cpp821 int32_t EventHub::getScanCodeState(int32_t deviceId, int32_t scanCode) const { in getScanCodeState() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp797 int32_t getScanCodeState(int32_t deviceId, int32_t scanCode) const override { in getScanCodeState() function in android::FakeEventHub
1127 int32_t getScanCodeState(uint32_t, int32_t scanCode) override { in getScanCodeState() function in android::FakeInputMapper
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java637 public int getScanCodeState(int deviceId, int sourceMask, int scanCode) { in getScanCodeState() method in InputManagerService