Home
last modified time | relevance | path

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

/hardware/interfaces/health/2.1/vts/functional/
DVtsHalHealthV2_1TargetTest.cpp89 invoked_notify_.notify_all(); in healthInfoChangedInternal()
95 bool r = invoked_notify_.wait_for(lock, duration, [this] { return this->invoked_; }); in waitInvoke()
102 std::condition_variable invoked_notify_; member in android::hardware::health::V2_1::CallbackBase