Home
last modified time | relevance | path

Searched refs:OH_AudioCapturer_Flush (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/interfaces/kits/c/audio_capturer/
H A Dnative_audiocapturer.h98 OH_AudioStream_Result OH_AudioCapturer_Flush(OH_AudioCapturer* capturer);
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_capture_test/src/
H A Doh_audio_capture_unit_test.cpp193 * @tc.name : Test OH_AudioCapturer_Flush API via legal state.
195 * @tc.desc : Test OH_AudioCapturer_Flush interface. Returns true if Flush is successful.
205 result = OH_AudioCapturer_Flush(audioCapturer); in HWTEST()
213 * @tc.name : Test OH_AudioCapturer_Flush API via illegal state.
215 * @tc.desc : Test OH_AudioCapturer_Flush interface. Returns error code, if Flush without Start first.
224 result = OH_AudioCapturer_Flush(audioCapturer); in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.cpp79 OH_AudioStream_Result OH_AudioCapturer_Flush(OH_AudioCapturer* capturer) in OH_AudioCapturer_Flush() function

Completed in 3 milliseconds