Searched refs:mNotifyThrottling (Results 1 – 1 of 1) sorted by relevance
92 mNotifyThrottling.notify_all(); in notifyThrottling()99 bool r = mNotifyThrottling.wait_for(lock, duration, [this] { return this->mInvoke; }); in waitForCallback()106 std::condition_variable mNotifyThrottling; member in aidl::android::hardware::thermal::__anonc56554370111::ThermalCallback