Home
last modified time | relevance | path

Searched refs:BinderInterface (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DBinderInterfaceContainer.java44 public static class BinderInterface<T extends IInterface> implements IBinder.DeathRecipient { class in BinderInterfaceContainer
48 public BinderInterface(BinderInterfaceContainer<T> container, T binderInterface) { in BinderInterface() method in BinderInterfaceContainer.BinderInterface
65 void onBinderDeath(BinderInterface<T> bInterface); in onBinderDeath()
73 private final Map<IBinder, BinderInterface<T>> mBinders = new HashMap<>();
95 BinderInterface<T> bInterface = mBinders.get(binder); in addBinder()
99 bInterface = new BinderInterface<T>(this, binderInterface); in addBinder()
116 BinderInterface<T> bInterface = mBinders.get(binder); in removeBinder()
128 public BinderInterface<T> getBinderInterface(T binderInterface) { in getBinderInterface()
138 public void addBinderInterface(BinderInterface<T> bInterface) { in addBinderInterface()
154 public Collection<BinderInterface<T>> getInterfaces() { in getInterfaces()
[all …]
DAppFocusService.java178 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client : in requestAppFocus()
220 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client : in abandonAppFocus()
255 BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> bInterface) { in onBinderDeath()
269 for (BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> client : in dump()
376 BinderInterfaceContainer.BinderInterface<IAppFocusListener> {
419 BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> {
DCarProjectionService.java69 import com.android.car.BinderInterfaceContainer.BinderInterface;
504 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/
DCarVolumeCallbackHandler.java40 for (BinderInterfaceContainer.BinderInterface<ICarVolumeCallback> callback : in onVolumeGroupChange()
51 for (BinderInterfaceContainer.BinderInterface<ICarVolumeCallback> callback : in onMasterMuteChanged()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAppFocusServiceTest.java115 BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> binder = in testOwnerBinderDeath()
130 BinderInterfaceContainer.BinderInterface<IAppFocusListener> binder = in testListenerBinderDeath()