Home
last modified time | relevance | path

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

/system/libhidl/transport/
DServiceManagement.cpp572 struct Waiter : IServiceNotification { struct
573 Waiter(const std::string& interface, const std::string& instanceName, in Waiter() function
578 void onFirstRef() override { in onFirstRef()
608 ~Waiter() { in ~Waiter()
615 Return<void> onRegistration(const hidl_string& /* fqName */, in onRegistration()
629 void wait(bool timeout) { in wait()
657 void reset() { in reset()
664 void done() { in done()
678 const std::string mInterfaceName;
679 const std::string mInstanceName;
[all …]