Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/interfaces/kits/c/audio_capturer/
H A Dnative_audiocapturer.h111 OH_AudioStream_Result OH_AudioCapturer_GetCurrentState(OH_AudioCapturer* capturer, OH_AudioStream_State* state);
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_capture_test/src/
H A Doh_audio_capture_unit_test.cpp270 * @tc.name : Test OH_AudioCapturer_GetCurrentState API via legal state.
272 * @tc.desc : Test OH_AudioCapturer_GetCurrentState interface. Return true if the result state is
282 result = OH_AudioCapturer_GetCurrentState(audioCapturer, &state); in HWTEST()
289 * @tc.name : Test OH_AudioCapturer_GetCurrentState API via legal state.
291 * @tc.desc : Test OH_AudioCapturer_GetCurrentState interface. Return true if the result state is
303 result = OH_AudioCapturer_GetCurrentState(audioCapturer, &state); in HWTEST()
310 * @tc.name : Test OH_AudioCapturer_GetCurrentState API via legal state.
312 * @tc.desc : Test OH_AudioCapturer_GetCurrentState interface. Return true if the result state is
325 result = OH_AudioCapturer_GetCurrentState(audioCapturer, &state); in HWTEST()
332 * @tc.name : Test OH_AudioCapturer_GetCurrentState AP
[all...]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.cpp92 OH_AudioStream_Result OH_AudioCapturer_GetCurrentState(OH_AudioCapturer* capturer, OH_AudioStream_State* state) in OH_AudioCapturer_GetCurrentState() function

Completed in 3 milliseconds