Searched refs:mSurfaceControlInputReceivers (Results 1 – 1 of 1) sorted by relevance
177 mSurfaceControlInputReceivers = new SparseArray<>(); field in WindowManagerGlobal929 synchronized (mSurfaceControlInputReceivers) { in registerBatchedSurfaceControlInputReceiver()930 mSurfaceControlInputReceivers.put(surfaceControl.getLayerId(), in registerBatchedSurfaceControlInputReceiver()952 synchronized (mSurfaceControlInputReceivers) { in registerUnbatchedSurfaceControlInputReceiver()953 mSurfaceControlInputReceivers.put(surfaceControl.getLayerId(), in registerUnbatchedSurfaceControlInputReceiver()968 synchronized (mSurfaceControlInputReceivers) { in unregisterSurfaceControlInputReceiver()969 surfaceControlInputReceiverInfo = mSurfaceControlInputReceivers.removeReturnOld( in unregisterSurfaceControlInputReceiver()984 synchronized (mSurfaceControlInputReceivers) { in getSurfaceControlInputClientToken()985 surfaceControlInputReceiverInfo = mSurfaceControlInputReceivers.get( in getSurfaceControlInputClientToken()