Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DInputCaptureClientController.java114 private final class ClientInfoForDisplay implements IBinder.DeathRecipient { class in InputCaptureClientController
178 private void add(ClientInfoForDisplay client) { in add()
206 private final SparseArray<SparseArray<LinkedList<ClientInfoForDisplay>>>
304 fullCapturersStack = new LinkedList<ClientInfoForDisplay>(); in requestInputEventCapture()
314 ClientInfoForDisplay newClient = new ClientInfoForDisplay(Binder.getCallingUid(), in requestInputEventCapture()
326 SparseArray<LinkedList<ClientInfoForDisplay>> perInputStacks = in requestInputEventCapture()
468 SparseArray<LinkedList<ClientInfoForDisplay>> perInputStacks = in releaseInputEventCapture()
607 SparseArray<LinkedList<ClientInfoForDisplay>> perInputStacks = in getClientForInputTypeLocked()
621 private void onClientDeath(ClientInfoForDisplay client) { in onClientDeath()
641 LinkedList<ClientInfoForDisplay> fullCapturersStack = in dump()
[all …]