OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binderInterface
(Results
1 - 3
of
3
) 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<>();
60
public void addBinder(T
binderInterface
) {
[
all
...]
AppContextService.java
118
ownerInfo.
binderInterface
, c);
136
for (BinderInterfaceContainer.
BinderInterface
<IAppContextListener> client :
143
mDispatchHandler.requestAppContextChangeDispatch(clientInfo.
binderInterface
,
179
for (BinderInterfaceContainer.
BinderInterface
<IAppContextListener> client :
184
mDispatchHandler.requestAppContextChangeDispatch(clientInfo.
binderInterface
,
208
BinderInterfaceContainer.
BinderInterface
<IAppContextListener> bInterface) {
212
resetActiveContexts(bInterface.
binderInterface
, ownedContexts);
221
for (BinderInterfaceContainer.
BinderInterface
<IAppContextListener> client :
263
BinderInterfaceContainer.
BinderInterface
<IAppContextListener> {
CarProjectionService.java
140
for (BinderInterfaceContainer.
BinderInterface
<ICarProjectionListener> listener :
147
dispatchVoiceAssistantRequest(listenerInfo.
binderInterface
, isTriggeredByLongPress);
178
for (BinderInterfaceContainer.
BinderInterface
<ICarProjectionListener> listener :
207
BinderInterfaceContainer.
BinderInterface
<ICarProjectionListener> bInterface) {
208
unregsiterProjectionListener(bInterface.
binderInterface
);
215
for (BinderInterfaceContainer.
BinderInterface
<ICarProjectionListener> listener :
238
BinderInterfaceContainer.
BinderInterface
<ICarProjectionListener> {
Completed in 47 milliseconds