Home
last modified time | relevance | path

Searched refs:gThermalHalMutex (Results 1 – 2 of 2) 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()
/frameworks/base/cmds/statsd/src/external/
DResourceThermalManagerPuller.cpp53 std::mutex gThermalHalMutex; variable
57 std::lock_guard<std::mutex> lock(gThermalHalMutex); in serviceDied()
98 std::lock_guard<std::mutex> lock(gThermalHalMutex); in PullInternal()