Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/aidl/default/
DThermal.cpp82 std::lock_guard<std::mutex> _lock(thermal_callback_mutex_); in registerThermalChangedCallback()
104 std::lock_guard<std::mutex> _lock(thermal_callback_mutex_); in registerThermalChangedCallbackWithType()
125 std::lock_guard<std::mutex> _lock(thermal_callback_mutex_); in unregisterThermalChangedCallback()
DThermal.h65 std::mutex thermal_callback_mutex_;
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp168 std::lock_guard<std::mutex> _lock(thermal_callback_mutex_); in registerThermalChangedCallback()
197 std::lock_guard<std::mutex> _lock(thermal_callback_mutex_); in unregisterThermalChangedCallback()
DThermal.h78 std::mutex thermal_callback_mutex_;
/hardware/google/pixel/thermal/
DThermal.h112 std::mutex thermal_callback_mutex_; variable
DThermal.cpp146 std::lock_guard<std::mutex> _lock(thermal_callback_mutex_); in unregisterThermalChangedCallback()
179 std::lock_guard<std::mutex> _lock(thermal_callback_mutex_); in registerThermalChangedCallback()
193 std::lock_guard<std::mutex> _lock(thermal_callback_mutex_); in registerThermalChangedCallback()
221 std::lock_guard<std::mutex> _lock(thermal_callback_mutex_); in sendThermalChangedCallback()