Home
last modified time | relevance | path

Searched refs:PaCapturerTest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_inner_capturer_test.cpp53 class PaCapturerTest : public AudioCapturerReadCallback, public enable_shared_from_this<PaCapturerT… class
55 virtual ~PaCapturerTest() {}; in ~PaCapturerTest()
73 void PaCapturerTest::OnReadData(size_t length) in OnReadData()
86 int32_t PaCapturerTest::InitCapturer(CapturerMode capturerMode) in InitCapturer()
118 int32_t PaCapturerTest::StartRecorder() in StartRecorder()
134 int32_t PaCapturerTest::PauseRecorder() in PauseRecorder()
148 int32_t PaCapturerTest::FlushRecorder() in FlushRecorder()
161 int32_t PaCapturerTest::StopRecorder() in StopRecorder()
174 int32_t PaCapturerTest::ReleaseRecorder() in ReleaseRecorder()
337 void Loop(std::shared_ptr<PaCapturerTest> capturerTest) in Loop()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp380 class PaCapturerTest : public AudioCapturerReadCallback, public enable_shared_from_this<PaCapturerT… class
382 virtual ~PaCapturerTest() {}; in ~PaCapturerTest()
407 void PaCapturerTest::OnReadData(size_t length) in OnReadData()
449 int32_t PaCapturerTest::StartRecorder() in StartRecorder()
465 int32_t PaCapturerTest::PauseRecorder() in PauseRecorder()
479 int32_t PaCapturerTest::FlushRecorder() in FlushRecorder()
492 int32_t PaCapturerTest::StopRecorder() in StopRecorder()
505 int32_t PaCapturerTest::ReleaseRecorder() in ReleaseRecorder()
522 int32_t PaCapturerTest::ReadData() in ReadData()
529 void PaCapturerTest::ReadDataWorker() in ReadDataWorker()
[all …]