HomeSort by relevance Sort by last modified time
    Searched refs:binderInterface (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/service/src/com/android/car/
BinderInterfaceContainer.java 32 public static class BinderInterface<T extends IInterface>
34 public final T binderInterface;
37 public BinderInterface(BinderInterfaceContainer<T> container, T binderInterface) {
39 this.binderInterface = binderInterface;
44 binderInterface.asBinder().unlinkToDeath(this, 0);
50 void onBinderDeath(BinderInterface<T> bInterface);
54 private final HashMap<IBinder, BinderInterface<T>> mBinders = new HashMap<>();
64 public void addBinder(T binderInterface) {
    [all...]
AppFocusService.java 140 ownerInfo.binderInterface, appType);
150 info.binderInterface, appType);
156 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client :
162 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface,
199 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client :
203 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface,
239 BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> bInterface) {
242 abandonAppFocus(bInterface.binderInterface, appType);
251 for (BinderInterfaceContainer.BinderInterface<IAppFocusOwnershipCallback> client :
354 BinderInterfaceContainer.BinderInterface<IAppFocusListener>
    [all...]
CarProjectionService.java 139 for (BinderInterfaceContainer.BinderInterface<ICarProjectionCallback> listener :
146 dispatchVoiceAssistantRequest(listenerInfo.binderInterface, isTriggeredByLongPress);
177 for (BinderInterfaceContainer.BinderInterface<ICarProjectionCallback> listener :
206 BinderInterfaceContainer.BinderInterface<ICarProjectionCallback> bInterface) {
207 unregisterProjectionListener(bInterface.binderInterface);
214 for (BinderInterfaceContainer.BinderInterface<ICarProjectionCallback> listener :
237 BinderInterfaceContainer.BinderInterface<ICarProjectionCallback> {
CarAudioService.java 276 for (BinderInterfaceContainer.BinderInterface<ICarVolumeCallback> callback :
279 callback.binderInterface.onGroupVolumeChanged(groupId, flags);
287 for (BinderInterfaceContainer.BinderInterface<ICarVolumeCallback> callback :
290 callback.binderInterface.onMasterMuteChanged(flags);
    [all...]

Completed in 498 milliseconds