Home | History | Annotate | Download | only in inputflinger

Lines Matching full:getswitchstate

672 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) {
675 return getStateLocked(deviceId, sourceMask, switchCode, &InputDevice::getSwitchState);
1127 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) {
1128 return getState(sourceMask, switchCode, & InputMapper::getSwitchState);
1890 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) {
1995 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) {
1996 return getEventHub()->getSwitchState(getDeviceId(), switchCode);