Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp404 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in emulTemp()
429 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in emulSeverity()
461 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in emulClear()
535 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readTemperature()
550 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readTemperature()
1201 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readThermalSensor()
1315 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in readThermalSensor()
1395 std::lock_guard<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()
1431 std::unique_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in thermalWatcherCallbackFunc()
Dthermal-helper.h166 std::shared_lock<std::shared_mutex> _lock(sensor_status_map_mutex_); in GetSensorStatusMap()
245 mutable std::shared_mutex sensor_status_map_mutex_; variable