Home
last modified time | relevance | path

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

/system/libhidl/transport/
DServiceManagement.cpp743 struct Waiter : IServiceNotification { struct
744 Waiter(const std::string& interface, const std::string& instanceName, in Waiter() function
749 void onFirstRef() override { in onFirstRef()
779 ~Waiter() { in ~Waiter()
786 Return<void> onRegistration(const hidl_string& /* fqName */, in onRegistration()
800 void wait(bool timeout) { in wait()
828 void reset() { in reset()
835 void done() { in done()
849 const std::string mInterfaceName;
850 const std::string mInstanceName;
[all …]