Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp64 static std::mutex gThermalHalMutex; variable
71 std::lock_guard<std::mutex> lock(gThermalHalMutex); in serviceDied()
116 std::lock_guard<std::mutex> lock(gThermalHalMutex); in nativeInit()
121 std::lock_guard<std::mutex> lock(gThermalHalMutex); in nativeGetFanSpeeds()
154 std::lock_guard<std::mutex> lock(gThermalHalMutex); in nativeGetDeviceTemperatures()
201 std::lock_guard<std::mutex> lock(gThermalHalMutex); in nativeGetCpuUsages()