Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DInputCaptureClientController.java293 HashMap<IBinder, ClientInfoForDisplay> allClientsForDisplay = mAllClients.get( in requestInputEventCapture() local
295 if (allClientsForDisplay == null) { in requestInputEventCapture()
296 allClientsForDisplay = new HashMap<IBinder, ClientInfoForDisplay>(); in requestInputEventCapture()
297 mAllClients.put(targetDisplayType, allClientsForDisplay); in requestInputEventCapture()
299 ClientInfoForDisplay oldClientInfo = allClientsForDisplay.remove(clientBinder); in requestInputEventCapture()
422 allClientsForDisplay.put(clientBinder, newClient); in requestInputEventCapture()
442 HashMap<IBinder, ClientInfoForDisplay> allClientsForDisplay = mAllClients.get( in releaseInputEventCapture() local
444 ClientInfoForDisplay clientInfo = allClientsForDisplay.remove(callback.asBinder()); in releaseInputEventCapture()
632 HashMap<IBinder, ClientInfoForDisplay> allClientsForDisplay = mAllClients.get( in dump() local
634 if (allClientsForDisplay != null) { in dump()
[all …]