Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp50 AudioCapturerPrivate::~AudioCapturerPrivate() in ~AudioCapturerPrivate()
182 AudioCapturerPrivate::AudioCapturerPrivate(AudioStreamType audioStreamType, const AppInfo &appInfo,… in AudioCapturerPrivate() function in OHOS::AudioStandard::AudioCapturerPrivate
519 bool AudioCapturerPrivate::Start() const in Start()
574 bool AudioCapturerPrivate::Pause() const in Pause()
592 bool AudioCapturerPrivate::Stop() const in Stop()
610 bool AudioCapturerPrivate::Flush() const in Flush()
617 bool AudioCapturerPrivate::Release() in Release()
876 int32_t AudioCapturerPrivate::Clear() const in Clear()
886 void AudioCapturerPrivate::SetValid(bool valid) in SetValid()
892 int64_t AudioCapturerPrivate::GetFramesRead() const in GetFramesRead()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h35 class AudioCapturerPrivate : public AudioCapturer {
109AudioCapturerPrivate(AudioStreamType audioStreamType, const AppInfo &appInfo, bool createStream = …
110 virtual ~AudioCapturerPrivate();
209 void setAudioCapturerObj(AudioCapturerPrivate *capturerObj);
219 AudioCapturerPrivate *capturer_{nullptr};
234 void SetAudioCapturerObj(AudioCapturerPrivate * capturerObj) in SetAudioCapturerObj()
246 AudioCapturerPrivate *capturer_;
254 void SetAudioCapturerObj(AudioCapturerPrivate *capturerObj);
259 AudioCapturerPrivate *capturer_ = nullptr;
270 void SetAudioCapturerObj(AudioCapturerPrivate *rendererObj) in SetAudioCapturerObj()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_extra_unit_test.cpp1457 std::unique_ptr<AudioCapturerPrivate> audioCapturerPrivate =
1458 std::make_unique<AudioCapturerPrivate>(AudioStreamType::STREAM_MEDIA, appInfo);