Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp44 std::lock_guard<std::mutex> lock(curveMapMutex_); in SetVolumeCurve()
119 std::lock_guard<std::mutex> lock(curveMapMutex_); in FindRampVolume()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Dvolume_ramp.h49 std::mutex curveMapMutex_; variable