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