Home
last modified time | relevance | path

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

/system/libhidl/transport/
DServiceManagement.cpp613 struct Waiter : IServiceNotification { struct
614 Waiter(const std::string& interface, const std::string& instanceName, in Waiter() function
619 void onFirstRef() override { in onFirstRef()
649 ~Waiter() { in ~Waiter()
656 Return<void> onRegistration(const hidl_string& /* fqName */, in onRegistration()
670 void wait(bool timeout) { in wait()
698 void reset() { in reset()
705 void done() { in done()
719 const std::string mInterfaceName;
720 const std::string mInstanceName;
[all …]