Home
last modified time | relevance | path

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

/hardware/interfaces/health/2.1/vts/functional/
DVtsHalHealthV2_1TargetTest.cpp88 invoked_ = true; in healthInfoChangedInternal()
95 bool r = invoked_notify_.wait_for(lock, duration, [this] { return this->invoked_; }); in waitInvoke()
96 invoked_ = false; in waitInvoke()
103 bool invoked_ = false; member in android::hardware::health::V2_1::CallbackBase