Home
last modified time | relevance | path

Searched refs:findInputDeviceLocked (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp557 InputDevice* device = findInputDeviceLocked(deviceId); in toggleCapsLockState()
615 InputDevice* device = findInputDeviceLocked(deviceId); in vibrate()
624 InputDevice* device = findInputDeviceLocked(deviceId); in cancelVibrate()
633 InputDevice* device = findInputDeviceLocked(deviceId); in isVibrating()
643 InputDevice* device = findInputDeviceLocked(deviceId); in getVibratorIds()
653 InputDevice* device = findInputDeviceLocked(deviceId); in disableSensor()
664 InputDevice* device = findInputDeviceLocked(deviceId); in enableSensor()
674 InputDevice* device = findInputDeviceLocked(deviceId); in flushSensor()
683 InputDevice* device = findInputDeviceLocked(deviceId); in getBatteryCapacity()
693 InputDevice* device = findInputDeviceLocked(deviceId); in getBatteryStatus()
[all …]
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputReader.h243 InputDevice* findInputDeviceLocked(int32_t deviceId) REQUIRES(mLock);