Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp90 mInvoke = true; in notifyThrottling()
99 bool r = mNotifyThrottling.wait_for(lock, duration, [this] { return this->mInvoke; }); in waitForCallback()
100 mInvoke = false; in waitForCallback()
107 bool mInvoke = false; member in aidl::android::hardware::thermal::__anonc56554370111::ThermalCallback
116 mInvoke = true; in notifyCoolingDeviceChanged()
126 [this] { return this->mInvoke; }); in waitForCallback()
127 mInvoke = false; in waitForCallback()
134 bool mInvoke = false; member in aidl::android::hardware::thermal::__anonc56554370111::CoolingDeviceCallback