Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java291 final Map<IBinder, GestureMonitorSpyWindow> mInputMonitors = new HashMap<>(); field in InputManagerService
726 synchronized (mInputMonitors) { in createSpyWindowGestureMonitor()
727 mInputMonitors.put(channel.getToken(), in createSpyWindowGestureMonitor()
739 synchronized (mInputMonitors) { in removeSpyWindowGestureMonitor()
740 monitor = mInputMonitors.remove(inputChannelToken); in removeSpyWindowGestureMonitor()
2124 synchronized (mInputMonitors) { in dumpSpyWindowGestureMonitors()
2125 if (mInputMonitors.isEmpty()) return; in dumpSpyWindowGestureMonitors()
2128 for (final GestureMonitorSpyWindow monitor : mInputMonitors.values()) { in dumpSpyWindowGestureMonitors()
2206 synchronized (mInputMonitors) { /* Test if blocked by input monitor lock. */ } in monitor()
2295 synchronized (mInputMonitors) { in notifyInputChannelBroken()
[all …]