Searched defs:ServiceNotification (Results 1 – 1 of 1) sorted by relevance
312 struct ServiceNotification : public IServiceNotification { struct313 std::mutex mutex;314 std::condition_variable condition;316 Return<void> onRegistration(const hidl_string &fqName, in onRegistration()334 const std::vector<std::string> &getRegistrations() const { in getRegistrations()339 std::vector<std::string> mRegistered{};