Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:getStateLocked

595     return getStateLocked(deviceId, sourceMask, keyCode, &InputDevice::getKeyCodeState);
602 return getStateLocked(deviceId, sourceMask, scanCode, &InputDevice::getScanCodeState);
608 return getStateLocked(deviceId, sourceMask, switchCode, &InputDevice::getSwitchState);
611 int32_t InputReader::getStateLocked(int32_t deviceId, uint32_t sourceMask, int32_t code,