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.java32 public static class BinderInterface<T extends IInterface> class in BinderInterfaceContainer
37 public BinderInterface(BinderInterfaceContainer<T> container, T binderInterface) { in BinderInterface() method in BinderInterfaceContainer.BinderInterface
50 void onBinderDeath(BinderInterface<T> bInterface); in onBinderDeath()
54 private final HashMap<IBinder, BinderInterface<T>> mBinders = new HashMap<>();
67 BinderInterface<T> bInterface = mBinders.get(binder); in addBinder()
71 bInterface = new BinderInterface<T>(this, binderInterface); in addBinder()
84 BinderInterface<T> bInterface = mBinders.get(binder); in removeBinder()
93 public BinderInterface<T> getBinderInterface(T binderInterface) { in getBinderInterface()
100 public void addBinderInterface(BinderInterface<T> bInterface) { in addBinderInterface()
112 public Collection<BinderInterface<T>> getInterfaces() { in getInterfaces()
[all …]
DAppFocusService.java156 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client : in requestAppFocus()
199 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client : in abandonAppFocus()
239 BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> bInterface) { in onBinderDeath()
251 for (BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> client : in dump()
354 BinderInterfaceContainer.BinderInterface<IAppFocusListener> {
389 BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> {
DCarProjectionService.java70 import com.android.car.BinderInterfaceContainer.BinderInterface;
505 for (BinderInterface<ICarProjectionStatusListener> listener : in notifyProjectionStatusChanged()
786 BinderInterfaceContainer.BinderInterface<ICarProjectionKeyEventHandler> iface) { in onBinderDeath()
795 for (BinderInterfaceContainer.BinderInterface<ICarProjectionKeyEventHandler> in dump()
822 for (BinderInterfaceContainer.BinderInterface<ICarProjectionKeyEventHandler> in onKeyEvent()
853 for (BinderInterfaceContainer.BinderInterface<ICarProjectionKeyEventHandler> in computeHandledEventsLocked()
886 BinderInterfaceContainer.BinderInterface<ICarProjectionKeyEventHandler> {
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java330 for (BinderInterfaceContainer.BinderInterface<ICarVolumeCallback> callback : in callbackGroupVolumeChange()
351 for (BinderInterfaceContainer.BinderInterface<ICarVolumeCallback> callback : in callbackMasterMuteChange()