Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/interfaces/kits/c/audio_capturer/
H A Dnative_audiocapturer.h218 OH_AudioStream_Result OH_AudioCapturer_GetTimestamp(OH_AudioCapturer* capturer,
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_test.cpp127 OH_AudioCapturer_GetTimestamp(audioCapturer, CLOCK_MONOTONIC, &framePosition, &timestamp); in RecorderTest()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_capture_test/src/
H A Doh_audio_capture_unit_test.cpp447 * @tc.name : Test OH_AudioCapturer_GetTimestamp API via illegal state.
449 * @tc.desc : Test OH_AudioCapturer_GetTimestamp interface. Return false if clockId is not CLOCK_MONOTONIC
458 result = OH_AudioCapturer_GetTimestamp(audioCapturer, CLOCK_REALTIME, &framePosition, &timestamp); in HWTEST()
464 * @tc.name : Test OH_AudioCapturer_GetTimestamp API via illegal state.
466 * @tc.desc : Test OH_AudioCapturer_GetTimestamp interface.Returns false if capturer is nullptr.
473 OH_AudioStream_Result result = OH_AudioCapturer_GetTimestamp(audioCapturer, CLOCK_MONOTONIC, in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.cpp176 OH_AudioStream_Result OH_AudioCapturer_GetTimestamp(OH_AudioCapturer* capturer, in OH_AudioCapturer_GetTimestamp() function

Completed in 3 milliseconds