Home
last modified time | relevance | path

Searched defs:capturerTest (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.cpp229 int32_t InitRecorder(std::shared_ptr<PaCapturerTest> capturerTest, CapturerMode capturerMode) in InitRecorder()
243 int32_t StartRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in StartRecorder()
257 int32_t PauseRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in PauseRecorder()
271 int32_t FlushRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in FlushRecorder()
285 int32_t StopRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in StopRecorder()
299 int32_t ReleaseRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in ReleaseRecorder()
313 void HandleCapturerCode(OperationCode optCode, std::shared_ptr<PaCapturerTest> capturerTest) in HandleCapturerCode()
337 void Loop(std::shared_ptr<PaCapturerTest> capturerTest) in Loop()
374 std::shared_ptr<PaCapturerTest> capturerTest = std::make_shared<PaCapturerTest>(); in main() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp708 int32_t InitRecorder(std::shared_ptr<PaCapturerTest> capturerTest, bool isBlocking, CapturerMode ca… in InitRecorder()
722 int32_t StartRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in StartRecorder()
736 int32_t PauseRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in PauseRecorder()
750 int32_t FlushRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in FlushRecorder()
764 int32_t StopRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in StopRecorder()
778 int32_t ReleaseRecorder(std::shared_ptr<PaCapturerTest> capturerTest) in ReleaseRecorder()
792 int32_t ReadData(std::shared_ptr<PaCapturerTest> capturerTest) in ReadData()
807 std::shared_ptr<PaCapturerTest> capturerTest) in HandleCapturerCode()
855 void Loop(std::shared_ptr<PaRendererTest> streamTest, std::shared_ptr<PaCapturerTest> capturerTest) in Loop()
900 std::shared_ptr<PaCapturerTest> capturerTest = std::make_shared<PaCapturerTest>(); in main() local