Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:getSwitchState

605 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) {
608 return getStateLocked(deviceId, sourceMask, switchCode, &InputDevice::getSwitchState);
1028 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) {
1029 return getState(sourceMask, switchCode, & InputMapper::getSwitchState);
1773 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) {
1862 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) {
1863 return getEventHub()->getSwitchState(getDeviceId(), switchCode);