Searched refs:onClients (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/libs/binder/aidl/android/os/ |
H A D | IClientCallback.aidl | 38 void onClients(IBinder registered, boolean hasClients); in onClients() method
|
/aosp12/system/libhidl/transport/ |
H A D | HidlLazyUtils.cpp | 46 Return<void> onClients(const sp<IBase>& service, bool clients) override; 155 Return<void> ClientCounterCallback::onClients(const sp<::android::hidl::base::V1_0::IBase>& service, in onClients() function in android::hardware::details::ClientCounterCallback
|
/aosp12/frameworks/native/libs/binder/ |
H A D | LazyServiceRegistrar.cpp | 48 Status onClients(const sp<IBinder>& service, bool clients) override; 243 Status ClientCounterCallbackImpl::onClients(const sp<IBinder>& service, bool clients) { in onClients() function in android::binder::internal::ClientCounterCallbackImpl
|
/aosp12/system/libhidl/transport/manager/1.2/ |
H A D | IClientCallback.hal | 35 oneway onClients(interface registered, bool hasClients);
|
H A D | IServiceManager.hal | 91 * onClients(*, false) is called. If this unregister is successful, then it is safe to exit. If
|
/aosp12/system/hwservicemanager/ |
H A D | HidlService.cpp | 241 Return<void> ret = callback->onClients(getService(), hasClients); in sendClientCallbackNotification()
|
H A D | test_lazy.cpp | 35 Return<void> onClients(const sp<IBase>& /*base*/, bool clients) override { in onClients() function in RecordingClientCallback
|
/aosp12/frameworks/native/cmds/servicemanager/ |
H A D | ServiceManager.cpp | 623 callback->onClients(service.binder, hasClients); in sendClientCallbackNotifications()
|