Home
last modified time | relevance | path

Searched refs:PaCapturerStreamImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_capturer_stream_impl.cpp40 PaCapturerStreamImpl::PaCapturerStreamImpl(pa_stream *paStream, AudioProcessConfig processConfig, in PaCapturerStreamImpl() function in OHOS::AudioStandard::PaCapturerStreamImpl
48 PaCapturerStreamImpl::~PaCapturerStreamImpl() in ~PaCapturerStreamImpl()
73 int32_t PaCapturerStreamImpl::InitParams() in InitParams()
122 int32_t PaCapturerStreamImpl::Start() in Start()
247 int32_t PaCapturerStreamImpl::Flush() in Flush()
271 int32_t PaCapturerStreamImpl::Stop() in Stop()
289 int32_t PaCapturerStreamImpl::Release() in Release()
409 PaCapturerStreamImpl *streamImpl = static_cast<PaCapturerStreamImpl *>(userdata); in PAStreamUnderFlowCb()
460 PaCapturerStreamImpl *streamImpl = static_cast<PaCapturerStreamImpl *>(userdata); in PAStreamPauseSuccessCb()
475 PaCapturerStreamImpl *streamImpl = static_cast<PaCapturerStreamImpl *>(userdata); in PAStreamFlushSuccessCb()
[all …]
H A Dpa_adapter_manager.cpp607 std::shared_ptr<PaCapturerStreamImpl> capturerStream = in CreateCapturerStream()
608 std::make_shared<PaCapturerStreamImpl>(paStream, processConfig, mainLoop_); in CreateCapturerStream()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_capturer_stream_impl.h24 class PaCapturerStreamImpl : public std::enable_shared_from_this<PaCapturerStreamImpl>, public ICap…
26PaCapturerStreamImpl(pa_stream *paStream, AudioProcessConfig processConfig, pa_threaded_mainloop *…
27 ~PaCapturerStreamImpl();