Lines Matching refs:IBase
29 using ::android::hidl::base::V1_0::IBase;
35 bool addRegisteredService(const sp<IBase>& service, const std::string& name);
38 Return<void> onClients(const sp<IBase>& service, bool clients) override;
44 bool registerService(const sp<IBase>& service, const std::string& name);
58 sp<IBase> service;
71 status_t registerService(const sp<::android::hidl::base::V1_0::IBase>& service,
78 bool ClientCounterCallback::addRegisteredService(const sp<IBase>& service, in addRegisteredService()
89 bool ClientCounterCallback::registerService(const sp<IBase>& service, const std::string& name) { in registerService()
115 Return<void> ClientCounterCallback::onClients(const sp<::android::hidl::base::V1_0::IBase>& service, in onClients()
170 const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) { in registerService()
190 const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) { in registerService()