Home
last modified time | relevance | path

Searched defs:clientsToDispatch (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/
H A DInputCaptureClientController.java291 ClientsToDispatch clientsToDispatch = new ClientsToDispatch(targetDisplayType); in requestInputEventCapture() local
440 ClientsToDispatch clientsToDispatch = new ClientsToDispatch(targetDisplayType); in releaseInputEventCapture() local
669 private void dispatchClientCallbackLocked(ClientsToDispatch clientsToDispatch) { in dispatchClientCallbackLocked()