Searched refs:GetStreamType (Results 1 – 8 of 8) sorted by relevance
32 … AudioSystemManagerAdapterImpl::GetInstance().GetStreamType(AudioAdapterStreamType::STREAM_TTS); in DoSomethingInterestingWithMyAPI()
67 int32_t GetStreamType() const override in GetStreamType() function106 int32_t GetStreamType() const override in GetStreamType() function130 int32_t GetStreamType() const override in GetStreamType() function201 int32_t GetStreamType() const override in GetStreamType() function248 int32_t GetStreamType() const override in GetStreamType() function
80 static AudioStreamType GetStreamType(AudioAdapterStreamType streamType);
152 interruptParams.audioFocusType.streamType = GetStreamType(audioInterrupt.streamType); in RequestAudioFocus()167 interruptParams.audioFocusType.streamType = GetStreamType(audioInterrupt.streamType); in AbandonAudioFocus()305 AudioStreamType AudioSystemManagerAdapterImpl::GetStreamType(AudioAdapterStreamType streamType) in GetStreamType() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
247 if (stream_->GetStreamType() == PkgStream::PkgStreamType_MemoryMap || in RestoreDiffData()248 stream_->GetStreamType() == PkgStream::PkgStreamType_Buffer) { in RestoreDiffData()
81 virtual int32_t GetStreamType() const = 0;
418 AudioSystemManagerAdapterImpl::GetInstance().GetStreamType(stream);420 …AudioSystemManagerAdapterImpl::GetInstance().GetStreamType(static_cast<AudioAdapterStreamType>(-2)…
191 ret = ((PkgStreamPtr)(stream.get()))->GetStreamType(); in TestPkgStreamImpl()