Searched defs:soundParser (Results 1 – 4 of 4) sorted by relevance
51 for (auto soundParser : soundParsers_) { in ~SoundIDManager() local102 auto soundParser = std::make_shared<SoundParser>(soundID, url); in Load() local124 auto soundParser = std::make_shared<SoundParser>(soundID, fd, offset, length); in Load() local171 std::shared_ptr<SoundParser> soundParser = FindSoundParser(soundID); in DoParser() local
128 …explicit SoundParserListener(const std::weak_ptr<SoundParser> soundParser) : soundParserInner_(sou… in SoundParserListener()
109 std::shared_ptr<SoundParser> soundParser = soundIDManager_->FindSoundParser(soundID); in Play() local
101 int32_t StreamIDManager::Play(std::shared_ptr<SoundParser> soundParser, PlayParams playParameters) in Play()