Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.cpp405 if (std::shared_ptr<SoundParser> soundPaser = soundParserInner_.lock()) { in OnSoundDecodeCompleted() local
406 std::unique_lock<ffrt::mutex> lock(soundPaser->soundParserLock_); in OnSoundDecodeCompleted()
414 if (std::shared_ptr<SoundParser> soundPaser = soundParserInner_.lock()) { in SetSoundBufferTotalSize() local
415 std::unique_lock<ffrt::mutex> lock(soundPaser->soundParserLock_); in SetSoundBufferTotalSize()
423 if (std::shared_ptr<SoundParser> soundPaser = soundParserInner_.lock()) { in GetSoundData() local
424 std::unique_lock<ffrt::mutex> lock(soundPaser->soundParserLock_); in GetSoundData()