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