Searched refs:OH_AudioCapturer_GetTimestamp (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/audio_framework/interfaces/kits/c/audio_capturer/ |
H A D | native_audiocapturer.h | 218 OH_AudioStream_Result OH_AudioCapturer_GetTimestamp(OH_AudioCapturer* capturer,
|
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/ |
H A D | oh_audio_capturer_test.cpp | 127 OH_AudioCapturer_GetTimestamp(audioCapturer, CLOCK_MONOTONIC, &framePosition, ×tamp); in RecorderTest()
|
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_capture_test/src/ |
H A D | oh_audio_capture_unit_test.cpp | 447 * @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, ×tamp); 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 D | OHAudioCapturer.cpp | 176 OH_AudioStream_Result OH_AudioCapturer_GetTimestamp(OH_AudioCapturer* capturer, in OH_AudioCapturer_GetTimestamp() function
|
Completed in 3 milliseconds