Home
last modified time | relevance | path

Searched refs:onClients (Results 1 – 5 of 5) sorted by relevance

/system/libhidl/transport/
DHidlLazyUtils.cpp40 Return<void> onClients(const sp<IBase>& service, bool clients) override;
131 Return<void> ClientCounterCallback::onClients(const sp<::android::hidl::base::V1_0::IBase>& service, in onClients() function in android::hardware::details::ClientCounterCallback
/system/libhidl/transport/manager/1.2/
DIClientCallback.hal35 oneway onClients(interface registered, bool hasClients);
DIServiceManager.hal91 * onClients(*, false) is called. If this unregister is successful, then it is safe to exit. If
/system/hwservicemanager/
DHidlService.cpp241 Return<void> ret = callback->onClients(getService(), hasClients); in sendClientCallbackNotification()
Dtest_lazy.cpp35 Return<void> onClients(const sp<IBase>& /*base*/, bool clients) override { in onClients() function in RecordingClientCallback