Searched refs:soundPaser (Results 1 – 1 of 1) sorted by relevance
405 if (std::shared_ptr<SoundParser> soundPaser = soundParserInner_.lock()) { in OnSoundDecodeCompleted() local406 std::unique_lock<ffrt::mutex> lock(soundPaser->soundParserLock_); in OnSoundDecodeCompleted()414 if (std::shared_ptr<SoundParser> soundPaser = soundParserInner_.lock()) { in SetSoundBufferTotalSize() local415 std::unique_lock<ffrt::mutex> lock(soundPaser->soundParserLock_); in SetSoundBufferTotalSize()423 if (std::shared_ptr<SoundParser> soundPaser = soundParserInner_.lock()) { in GetSoundData() local424 std::unique_lock<ffrt::mutex> lock(soundPaser->soundParserLock_); in GetSoundData()