Searched refs:AudioRenderExtImpl (Results 1 – 5 of 5) sorted by relevance
37 AudioRenderExtImpl::AudioRenderExtImpl() in AudioRenderExtImpl() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl42 AudioRenderExtImpl::~AudioRenderExtImpl() in ~AudioRenderExtImpl()70 void AudioRenderExtImpl::UnInitAshmem() in UnInitAshmem()188 int32_t AudioRenderExtImpl::Start() in Start()226 int32_t AudioRenderExtImpl::Stop() in Stop()260 int32_t AudioRenderExtImpl::Pause() in Pause()268 int32_t AudioRenderExtImpl::Resume() in Resume()273 int32_t AudioRenderExtImpl::Flush() in Flush()278 int32_t AudioRenderExtImpl::TurnStandbyMode() in TurnStandbyMode()544 void AudioRenderExtImpl::SetDumpFlagInner() in SetDumpFlagInner()[all …]
110 audioRender = sptr<AudioRenderInterfaceImplBase>(new AudioRenderExtImpl()); in CreateRenderImpl()
57 audioRenderlatencyImpl_ = std::make_shared<AudioRenderExtImpl>();94 audioRenderlatencyImpl_ = std::make_shared<AudioRenderExtImpl>();132 audioRenderlatencyImpl_ = std::make_shared<AudioRenderExtImpl>();167 audioRenderlatencyImpl_ = std::make_shared<AudioRenderExtImpl>();203 audioRenderlatencyImpl_ = std::make_shared<AudioRenderExtImpl>();224 audioRenderlatencyImpl_ = std::make_shared<AudioRenderExtImpl>();244 audioRenderlatencyImpl_ = std::make_shared<AudioRenderExtImpl>();266 audioRenderlatencyImpl_ = std::make_shared<AudioRenderExtImpl>();
41 class AudioRenderExtImpl : public AudioRenderInterfaceImplBase {43 AudioRenderExtImpl();44 ~AudioRenderExtImpl() override;
48 std::shared_ptr<AudioRenderExtImpl> audioRenderlatencyImpl_ = nullptr;