Searched defs:ServiceNotification (Results 1 – 3 of 3) 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{};
821 final class ServiceNotification extends IServiceNotification.Stub { class in UsbPortManager
1909 final class ServiceNotification extends IServiceNotification.Stub { class in UsbDeviceManager.UsbHandlerHal