Home
last modified time | relevance | path

Searched refs:OH_AudioCapturer_Stop (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/audio_framework/interfaces/kits/c/audio_capturer/
H A Dnative_audiocapturer.h88 OH_AudioStream_Result OH_AudioCapturer_Stop(OH_AudioCapturer* capturer);
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_capture_test/src/
H A Doh_audio_capture_unit_test.cpp154 * @tc.name : Test OH_AudioCapturer_Stop API via legal state.
156 * @tc.desc : Test OH_AudioCapturer_Stop interface. Returns true if Stop is successful.
166 result = OH_AudioCapturer_Stop(audioCapturer); in HWTEST()
174 * @tc.name : Test OH_AudioCapturer_Stop API via illegal state, Stop without Start first.
176 * @tc.desc : Test OH_AudioCapturer_Stop interface. Returns error code, if Stop without Start first.
185 result = OH_AudioCapturer_Stop(audioCapturer); in HWTEST()
344 OH_AudioCapturer_Stop(audioCapturer); in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_test.cpp135 ret = OH_AudioCapturer_Stop(audioCapturer); in RecorderTest()
H A Doh_audio_capturer_lowlatency_test.cpp316 ret = OH_AudioCapturer_Stop(audioCapturer); in StopMic()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.cpp67 OH_AudioStream_Result OH_AudioCapturer_Stop(OH_AudioCapturer* capturer) in OH_AudioCapturer_Stop() function

Completed in 7 milliseconds