Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManagerGlobal.java176 synchronized (mInputDeviceListeners) { in getInputDevice()
239 synchronized (mInputDeviceListeners) { in onInputDevicesChanged()
318 final int numListeners = mInputDeviceListeners.size(); in sendMessageToInputDeviceListenersLocked()
331 synchronized (mInputDeviceListeners) { in registerInputDeviceListener()
348 synchronized (mInputDeviceListeners) { in unregisterInputDeviceListener()
353 mInputDeviceListeners.remove(index); in unregisterInputDeviceListener()
360 final int numListeners = mInputDeviceListeners.size(); in findInputDeviceListenerLocked()
362 if (mInputDeviceListeners.get(i).mListener == listener) { in findInputDeviceListenerLocked()
373 synchronized (mInputDeviceListeners) { in getInputDeviceIds()
427 synchronized (mInputDeviceListeners) { in getInputDeviceByDescriptor()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20914 Landroid/hardware/input/InputManager;->mInputDeviceListeners:Ljava/util/ArrayList;