Searched refs:findInputDeviceLocked (Results 1 – 2 of 2) sorted by relevance
313 InputDevice* InputReader::findInputDeviceLocked(int32_t deviceId) { in findInputDeviceLocked() function in android::InputReader527 InputDevice* device = findInputDeviceLocked(deviceId); in getStateLocked()551 InputDevice* device = findInputDeviceLocked(deviceId); in toggleCapsLockState()577 InputDevice* device = findInputDeviceLocked(deviceId); in markSupportedKeyCodesLocked()609 InputDevice* device = findInputDeviceLocked(deviceId); in vibrate()618 InputDevice* device = findInputDeviceLocked(deviceId); in cancelVibrate()627 InputDevice* device = findInputDeviceLocked(deviceId); in isVibrating()637 InputDevice* device = findInputDeviceLocked(deviceId); in getVibratorIds()647 InputDevice* device = findInputDeviceLocked(deviceId); in disableSensor()658 InputDevice* device = findInputDeviceLocked(deviceId); in enableSensor()[all …]
241 InputDevice* findInputDeviceLocked(int32_t deviceId) REQUIRES(mLock);