Home
last modified time | relevance | path

Searched refs: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.cpp231 if (capturerTest == nullptr) { in InitRecorder()
245 if (capturerTest == nullptr) { in StartRecorder()
259 if (capturerTest == nullptr) { in PauseRecorder()
273 if (capturerTest == nullptr) { in FlushRecorder()
287 if (capturerTest == nullptr) { in StopRecorder()
301 if (capturerTest == nullptr) { in ReleaseRecorder()
317 StartRecorder(capturerTest); in HandleCapturerCode()
320 PauseRecorder(capturerTest); in HandleCapturerCode()
323 FlushRecorder(capturerTest); in HandleCapturerCode()
326 StopRecorder(capturerTest); in HandleCapturerCode()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp710 if (capturerTest == nullptr) { in InitRecorder()
724 if (capturerTest == nullptr) { in StartRecorder()
738 if (capturerTest == nullptr) { in PauseRecorder()
752 if (capturerTest == nullptr) { in FlushRecorder()
766 if (capturerTest == nullptr) { in StopRecorder()
780 if (capturerTest == nullptr) { in ReleaseRecorder()
794 if (capturerTest == nullptr) { in ReadData()
832 StartRecorder(capturerTest); in HandleCapturerCode()
841 StopRecorder(capturerTest); in HandleCapturerCode()
847 ReadData(capturerTest); in HandleCapturerCode()
[all …]