Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h153 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in GetSensorStatusMap()
224 mutable std::shared_mutex sensor_status_map_mutex_; variable
H A Dthermal-helper.cpp519 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readTemperature()
1234 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()
1359 std::lock_guard<std::shared_mutex> lock(sensor_status_map_mutex_); in sendPowerExtHint()