Searched refs:mSurfaceControlInputReceivers (Results 1 – 1 of 1) sorted by relevance
164 mSurfaceControlInputReceivers = new SparseArray<>(); field in WindowManagerGlobal878 synchronized (mSurfaceControlInputReceivers) { in registerBatchedSurfaceControlInputReceiver()879 mSurfaceControlInputReceivers.put(surfaceControl.getLayerId(), in registerBatchedSurfaceControlInputReceiver()901 synchronized (mSurfaceControlInputReceivers) { in registerUnbatchedSurfaceControlInputReceiver()902 mSurfaceControlInputReceivers.put(surfaceControl.getLayerId(), in registerUnbatchedSurfaceControlInputReceiver()917 synchronized (mSurfaceControlInputReceivers) { in unregisterSurfaceControlInputReceiver()918 surfaceControlInputReceiverInfo = mSurfaceControlInputReceivers.removeReturnOld( in unregisterSurfaceControlInputReceiver()933 synchronized (mSurfaceControlInputReceivers) { in getSurfaceControlInputClientToken()934 surfaceControlInputReceiverInfo = mSurfaceControlInputReceivers.get( in getSurfaceControlInputClientToken()