Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DBinderInterfaceContainer.java45 public final T binderInterface; field in BinderInterfaceContainer.BinderInterface
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()
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
129 IBinder binder = binderInterface.asBinder(); in getBinderInterface()
139 IBinder binder = bInterface.binderInterface.asBinder(); in addBinderInterface()
[all …]
H A DAppFocusService.java183 ownerInfo.binderInterface, appType); in requestAppFocus()
194 info.binderInterface, appType); in requestAppFocus()
207 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in requestAppFocus()
256 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in abandonAppFocus()
291 abandonAppFocus(bInterface.binderInterface, appType); in onBinderDeath()
H A DCarProjectionService.java507 listener.binderInterface.onProjectionStatusChanged( in notifyProjectionStatusChanged()
787 unregisterKeyEventHandler(iface.binderInterface); in onBinderDeath()
830 eventHandler.binderInterface.onKeyEvent(keyEvent); in onKeyEvent()
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarVolumeCallbackHandler.java42 callback.binderInterface.onGroupVolumeChanged(zoneId, groupId, flags); in onVolumeGroupChange()
53 callback.binderInterface.onMasterMuteChanged(zoneId, flags); in onMasterMuteChanged()
72 callback.binderInterface.onGroupMuteChanged(zoneId, groupId, flags); in onGroupMuteChange()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/
H A DBinderInterfaceContainerTest.java51 assertThat(interfaceList.get(0).binderInterface).isEqualTo(interfaceOne); in getInterfaces_returnsCopy()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DMmTelFeatureConnection.java226 public BinderAccessState(T binderInterface) { in BinderAccessState() argument
228 mInterface = binderInterface; in BinderAccessState()
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationManagerApiTest.kt423 val binderInterface = mockThrowOnUnmocked<IDomainVerificationManager>() regex
425 val manager = DomainVerificationManager(context, binderInterface)