Searched refs:mBinderInterface (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | BinderKeyValueContainer.java | 65 private final V mBinderInterface; field in BinderKeyValueContainer.BinderInterfaceHolder 72 this.mBinderInterface = binderInterface; in BinderInterfaceHolder() 107 return holder == null ? null : holder.mBinderInterface; in get() 133 Slogf.i(TAG, "Replaced the existing callback %s", oldHolder.mBinderInterface); in put() 197 return holder.mBinderInterface; in valueAt() 235 Slogf.i(TAG, "Binder died, so remove %s", holder.mBinderInterface); in removeByBinderInterfaceHolder()
|
/packages/services/Car/service/src/com/android/car/ |
D | AppFocusService.java | 64 private final StaticBinderInterface mBinderInterface; field in AppFocusService 105 mBinderInterface = binderInterface; in AppFocusService() 116 info = new ClientInfo(mAllChangeClients, listener, mBinderInterface.getCallingUid(), in registerFocusListener() 117 mBinderInterface.getCallingPid(), appType); in registerFocusListener() 186 mBinderInterface.getCallingUid(), mBinderInterface.getCallingPid()); in requestAppFocus()
|