Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:getScanCodeState

313     // back into the InputReader's methods, such as getScanCodeState, or become blocked
598 int32_t InputReader::getScanCodeState(int32_t deviceId, uint32_t sourceMask,
602 return getStateLocked(deviceId, sourceMask, scanCode, &InputDevice::getScanCodeState);
1024 int32_t InputDevice::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
1025 return getState(sourceMask, scanCode, & InputMapper::getScanCodeState);
1769 int32_t InputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
2212 int32_t KeyboardInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
2213 return getEventHub()->getScanCodeState(getDeviceId(), scanCode);
2576 int32_t CursorInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
2578 return getEventHub()->getScanCodeState(getDeviceId(), scanCode);
5951 int32_t TouchInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {