Lines Matching refs:IBase
31 using ::android::hidl::base::V1_0::IBase;
37 bool addRegisteredService(const sp<IBase>& service, const std::string& name);
46 Return<void> onClients(const sp<IBase>& service, bool clients) override;
50 sp<IBase> service;
61 Service& assertRegisteredServiceLocked(const sp<IBase>& service);
66 bool registerServiceLocked(const sp<IBase>& service, const std::string& name);
99 status_t registerService(const sp<::android::hidl::base::V1_0::IBase>& service,
109 bool ClientCounterCallback::addRegisteredService(const sp<IBase>& service, in addRegisteredService()
122 const sp<IBase>& service) { in assertRegisteredServiceLocked()
132 bool ClientCounterCallback::registerServiceLocked(const sp<IBase>& service, in registerServiceLocked()
155 Return<void> ClientCounterCallback::onClients(const sp<::android::hidl::base::V1_0::IBase>& service, in onClients()
251 const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) { in registerService()
288 const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) { in registerService()