Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp46 int32_t InputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::InputMapper
DCursorInputMapper.cpp474 int32_t CursorInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::CursorInputMapper
DKeyboardInputMapper.cpp351 int32_t KeyboardInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::KeyboardInputMapper
DTouchInputMapper.cpp3889 int32_t TouchInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp243 int32_t InputDevice::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::InputDevice
DInputReader.cpp465 int32_t InputReader::getScanCodeState(int32_t deviceId, uint32_t sourceMask, int32_t scanCode) { in getScanCodeState() function in android::InputReader
DEventHub.cpp418 int32_t EventHub::getScanCodeState(int32_t deviceId, int32_t scanCode) const { in getScanCodeState() function in android::EventHub
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java454 public int getScanCodeState(int deviceId, int sourceMask, int scanCode) { in getScanCodeState() method in InputManagerService
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp644 virtual int32_t getScanCodeState(int32_t deviceId, int32_t scanCode) const { in getScanCodeState() function in android::FakeEventHub
980 virtual int32_t getScanCodeState(uint32_t, int32_t scanCode) { in getScanCodeState() function in android::FakeInputMapper