Searched refs:SetSoundBufferTotalSize (Results 1 – 2 of 2) sorted by relevance
59 virtual void SetSoundBufferTotalSize(const size_t soundBufferTotalSize) = 0;131 void SetSoundBufferTotalSize(const size_t soundBufferTotalSize) override;
304 listener_->SetSoundBufferTotalSize(static_cast<size_t>(currentSoundBufferSize_)); in DealBufferRawFile()345 listener_->SetSoundBufferTotalSize(static_cast<size_t>(currentSoundBufferSize_)); in OnOutputBufferAvailable()412 void SoundParser::SoundParserListener::SetSoundBufferTotalSize(const size_t soundBufferTotalSize) in SetSoundBufferTotalSize() function in OHOS::Media::SoundParser::SoundParserListener