Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DBinderInterfaceContainer.java45 public final T binderInterface; field in BinderInterfaceContainer.BinderInterface
48 public BinderInterface(BinderInterfaceContainer<T> container, T binderInterface) { in BinderInterface() argument
50 this.binderInterface = binderInterface; in BinderInterface()
55 binderInterface.asBinder().unlinkToDeath(this, 0); in binderDied()
92 public void addBinder(T binderInterface) { in addBinder() argument
93 IBinder binder = binderInterface.asBinder(); in addBinder()
99 bInterface = new BinderInterface<T>(this, binderInterface); in addBinder()
113 public void removeBinder(T binderInterface) { in removeBinder() argument
114 IBinder binder = binderInterface.asBinder(); in removeBinder()
128 public BinderInterface<T> getBinderInterface(T binderInterface) { in getBinderInterface() argument
[all …]
DAppFocusService.java161 ownerInfo.binderInterface, appType); in requestAppFocus()
171 info.binderInterface, appType); in requestAppFocus()
184 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in requestAppFocus()
224 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in abandonAppFocus()
259 abandonAppFocus(bInterface.binderInterface, appType); in onBinderDeath()
DCarProjectionService.java507 listener.binderInterface.onProjectionStatusChanged( in notifyProjectionStatusChanged()
787 unregisterKeyEventHandler(iface.binderInterface); in onBinderDeath()
830 eventHandler.binderInterface.onKeyEvent(keyEvent); in onKeyEvent()
/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeCallbackHandler.java43 callback.binderInterface.onGroupVolumeChanged(zoneId, groupId, flags); in onVolumeGroupChange()
54 callback.binderInterface.onMasterMuteChanged(zoneId, flags); in onMasterMuteChanged()