Home
last modified time | relevance | path

Searched defs:Waiter (Results 1 – 1 of 1) sorted by relevance

/system/libhidl/transport/
DServiceManagement.cpp703 struct Waiter : IServiceNotification { struct
704 Waiter(const std::string& interface, const std::string& instanceName, in Waiter() function
709 void onFirstRef() override { in onFirstRef()
739 ~Waiter() { in ~Waiter()
746 Return<void> onRegistration(const hidl_string& /* fqName */, in onRegistration()
760 void wait(bool timeout) { in wait()
788 void reset() { in reset()
795 void done() { in done()
809 const std::string mInterfaceName;
810 const std::string mInstanceName;
[all …]