Searched refs:thermal_hal_mutex_ (Results 1 – 2 of 2) sorted by relevance
194 const std::lock_guard<std::mutex> lock(thermal_hal_mutex_); in registerListener()244 const std::lock_guard<std::mutex> lock(thermal_hal_mutex_); in unregisterThermalCallback()293 const std::lock_guard<std::mutex> lock(thermal_hal_mutex_); in getCurrentTemperature()323 const std::lock_guard<std::mutex> lock(thermal_hal_mutex_); in onRegistration()
113 std::mutex thermal_hal_mutex_; variable