Searched defs:ServiceNotification (Results 1 – 1 of 1) sorted by relevance
331 struct ServiceNotification : public IServiceNotification { struct332 std::mutex mutex;333 std::condition_variable condition;335 Return<void> onRegistration(const hidl_string &fqName, in onRegistration()353 const std::vector<std::string> &getRegistrations() const { in getRegistrations()358 std::vector<std::string> mRegistered{};