Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/thermal/
Dthermal-helper.cpp426 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in emulTemp()
451 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in emulSeverity()
483 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in emulClear()
564 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readTemperature()
1284 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readThermalSensor()
1403 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readThermalSensor()
1425 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()
1502 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()
1539 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()
Dthermal-helper.h164 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in GetSensorStatusMap()
247 mutable std::shared_mutex sensor_status_map_mutex_; variable