Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/
DUsbOverheatEvent.cpp194 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()
/hardware/google/pixel/usb/include/pixelusb/
DUsbOverheatEvent.h113 std::mutex thermal_hal_mutex_; variable