Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DInputCaptureClientController.java216 private final LinkedList<ClientsToDispatch> mClientDispatchQueue = field in InputCaptureClientController
677 mClientDispatchQueue.add(clientsToDispatch); in dispatchClientCallbackLocked()
681 if (mClientDispatchQueue.isEmpty()) { in dispatchClientCallbackLocked()
684 clients = mClientDispatchQueue.pop(); in dispatchClientCallbackLocked()