Searched refs:mInputDeviceListeners (Results 1 – 2 of 2) sorted by relevance
176 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 …]
20914 Landroid/hardware/input/InputManager;->mInputDeviceListeners:Ljava/util/ArrayList;