Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DBinderInterfaceContainer.java34 public final T binderInterface; field in BinderInterfaceContainer.BinderInterface
37 public BinderInterface(BinderInterfaceContainer<T> container, T binderInterface) { in BinderInterface() argument
39 this.binderInterface = binderInterface; in BinderInterface()
44 binderInterface.asBinder().unlinkToDeath(this, 0); in binderDied()
60 public void addBinder(T binderInterface) { in addBinder() argument
61 IBinder binder = binderInterface.asBinder(); in addBinder()
67 bInterface = new BinderInterface<T>(this, binderInterface); in addBinder()
77 public void removeBinder(T binderInterface) { in removeBinder() argument
78 IBinder binder = binderInterface.asBinder(); in removeBinder()
89 public BinderInterface<T> getBinderInterface(T binderInterface) { in getBinderInterface() argument
[all …]
DAppContextService.java118 ownerInfo.binderInterface, c); in setActiveContexts()
143 mDispatchHandler.requestAppContextChangeDispatch(clientInfo.binderInterface, in setActiveContexts()
184 mDispatchHandler.requestAppContextChangeDispatch(clientInfo.binderInterface, in resetActiveContexts()
212 resetActiveContexts(bInterface.binderInterface, ownedContexts); in onBinderDeath()
DCarProjectionService.java147 dispatchVoiceAssistantRequest(listenerInfo.binderInterface, isTriggeredByLongPress); in handleVoiceAssitantRequest()
208 unregsiterProjectionListener(bInterface.binderInterface); in onBinderDeath()