Searched refs:invoked_notify_ (Results 1 – 1 of 1) sorted by relevance
89 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