Home
last modified time | relevance | path

Searched refs:invoked_notify_ (Results 1 – 2 of 2) 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
/hardware/interfaces/health/aidl/vts/functional/
DVtsHalHealthTargetTest.cpp119 invoked_notify_.notify_all(); in healthInfoChanged()
125 bool r = invoked_notify_.wait_for(lock, duration, [this] { return this->invoked_; }); in waitInvoke()
132 std::condition_variable invoked_notify_; member in aidl::android::hardware::health::Callback