Home
last modified time | relevance | path

Searched refs:mInvokedNotify (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp85 mInvokedNotify.notify_all(); in healthInfoChanged()
91 bool r = mInvokedNotify.wait_for(lock, duration, [this] { return this->mInvoked; }); in waitInvoke()
97 std::condition_variable mInvokedNotify; member in android::hardware::health::V2_0::Callback