Searched refs:binderInterface (Results 1 – 3 of 3) sorted by relevance
34 public final T binderInterface; field in BinderInterfaceContainer.BinderInterface37 public BinderInterface(BinderInterfaceContainer<T> container, T binderInterface) { in BinderInterface() argument39 this.binderInterface = binderInterface; in BinderInterface()44 binderInterface.asBinder().unlinkToDeath(this, 0); in binderDied()60 public void addBinder(T binderInterface) { in addBinder() argument61 IBinder binder = binderInterface.asBinder(); in addBinder()67 bInterface = new BinderInterface<T>(this, binderInterface); in addBinder()77 public void removeBinder(T binderInterface) { in removeBinder() argument78 IBinder binder = binderInterface.asBinder(); in removeBinder()89 public BinderInterface<T> getBinderInterface(T binderInterface) { in getBinderInterface() argument[all …]
118 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()
147 dispatchVoiceAssistantRequest(listenerInfo.binderInterface, isTriggeredByLongPress); in handleVoiceAssitantRequest()208 unregsiterProjectionListener(bInterface.binderInterface); in onBinderDeath()