Home
last modified time | relevance | path

Searched refs:OH_AudioCapturer_Pause (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/audio_framework/interfaces/kits/c/audio_capturer/
H A Dnative_audiocapturer.h77 OH_AudioStream_Result OH_AudioCapturer_Pause(OH_AudioCapturer* capturer);
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_capture_test/src/
H A Doh_audio_capture_unit_test.cpp115 * @tc.name : Test OH_AudioCapturer_Pause API via legal state.
117 * @tc.desc : Test OH_AudioCapturer_Pause interface. Returns true if Pause is successful.
127 result = OH_AudioCapturer_Pause(audioCapturer); in HWTEST()
135 * @tc.name : Test OH_AudioCapturer_Pause API via illegal state, Pause without Start first.
137 * @tc.desc : Test OH_AudioCapturer_Pause interface. Returns error code, if Pause without Start first.
146 result = OH_AudioCapturer_Pause(audioCapturer); in HWTEST()
322 OH_AudioCapturer_Pause(audioCapturer); in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.cpp55 OH_AudioStream_Result OH_AudioCapturer_Pause(OH_AudioCapturer* capturer) in OH_AudioCapturer_Pause() function
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_lowlatency_test.cpp309 ret = OH_AudioCapturer_Pause(audioCapturer); in PauseMic()

Completed in 4 milliseconds