HomeSort by relevance Sort by last modified time
    Searched refs:gThermalHalMutex (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 64 static std::mutex gThermalHalMutex;
71 std::lock_guard<std::mutex> lock(gThermalHalMutex);
86 // The caller must be holding gThermalHalMutex.
116 std::lock_guard<std::mutex> lock(gThermalHalMutex);
121 std::lock_guard<std::mutex> lock(gThermalHalMutex);
154 std::lock_guard<std::mutex> lock(gThermalHalMutex);
201 std::lock_guard<std::mutex> lock(gThermalHalMutex);
  /frameworks/base/cmds/statsd/src/external/
ResourceThermalManagerPuller.cpp 53 std::mutex gThermalHalMutex;
57 std::lock_guard<std::mutex> lock(gThermalHalMutex);
66 // The caller must be holding gThermalHalMutex.
98 std::lock_guard<std::mutex> lock(gThermalHalMutex);

Completed in 1405 milliseconds