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.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()
64 public void addBinder(T binderInterface) { in addBinder() argument
65 IBinder binder = binderInterface.asBinder(); in addBinder()
71 bInterface = new BinderInterface<T>(this, binderInterface); in addBinder()
81 public void removeBinder(T binderInterface) { in removeBinder() argument
82 IBinder binder = binderInterface.asBinder(); in removeBinder()
93 public BinderInterface<T> getBinderInterface(T binderInterface) { in getBinderInterface() argument
[all …]
DAppFocusService.java140 ownerInfo.binderInterface, appType); in requestAppFocus()
150 info.binderInterface, appType); in requestAppFocus()
162 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in requestAppFocus()
203 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in abandonAppFocus()
242 abandonAppFocus(bInterface.binderInterface, appType); in onBinderDeath()
DCarProjectionService.java493 listener.binderInterface.onProjectionStatusChanged( in notifyProjectionStatusChanged()
781 unregisterKeyEventHandler(iface.binderInterface); in onBinderDeath()
824 eventHandler.binderInterface.onKeyEvent(keyEvent); in onKeyEvent()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java333 callback.binderInterface.onGroupVolumeChanged(zoneId, groupId, flags); in callbackGroupVolumeChange()
354 callback.binderInterface.onMasterMuteChanged(zoneId, flags); in callbackMasterMuteChange()