Home | History | Annotate | Download | only in input

Lines Matching defs:getScanCodeState

302     // back into the InputReader's methods, such as getScanCodeState, or become blocked
587 int32_t InputReader::getScanCodeState(int32_t deviceId, uint32_t sourceMask,
591 return getStateLocked(deviceId, sourceMask, scanCode, &InputDevice::getScanCodeState);
1013 int32_t InputDevice::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
1014 return getState(sourceMask, scanCode, & InputMapper::getScanCodeState);
1758 int32_t InputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
2186 int32_t KeyboardInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
2187 return getEventHub()->getScanCodeState(getDeviceId(), scanCode);
2550 int32_t CursorInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
2552 return getEventHub()->getScanCodeState(getDeviceId(), scanCode);
5891 int32_t TouchInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {