Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_perf.cpp35 static std::mutex gPowerHalMutex; variable
92 std::lock_guard<std::mutex> lock(gPowerHalMutex); in audio_streaming_hint_start()
129 std::lock_guard<std::mutex> lock(gPowerHalMutex); in audio_streaming_hint_end()
166 std::lock_guard<std::mutex> lock(gPowerHalMutex); in audio_low_latency_hint_start()
203 std::lock_guard<std::mutex> lock(gPowerHalMutex); in audio_low_latency_hint_end()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraPerf.cpp63 static std::mutex gPowerHalMutex; variable
654 std::lock_guard<std::mutex> lock(gPowerHalMutex); in createSingleton()
745 std::lock_guard<std::mutex> lock(gPowerHalMutex); in powerHint()