Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp65 static std::mutex gThermalHalMutex; variable
72 std::lock_guard<std::mutex> lock(gThermalHalMutex); in serviceDied()
80 std::lock_guard<std::mutex> lock(gThermalHalMutex); in onThermalAidlBinderDied()
147 std::lock_guard<std::mutex> lock(gThermalHalMutex); in nativeInit()
194 std::lock_guard<std::mutex> lock(gThermalHalMutex); in nativeGetFanSpeeds()
305 std::lock_guard<std::mutex> lock(gThermalHalMutex); in nativeGetDeviceTemperatures()
318 std::lock_guard<std::mutex> lock(gThermalHalMutex); in nativeGetCpuUsages()