Home
last modified time | relevance | path

Searched refs:AudioDmaPending (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/audio/src/
H A Daudio_dma_base_test.c114 if (AudioDmaPending(NULL, AUDIO_CAPTURE_STREAM) == HDF_SUCCESS) { in AudioDmaPendingTest()
118 if (AudioDmaPending(&data, AUDIO_CAPTURE_STREAM) == HDF_SUCCESS) { in AudioDmaPendingTest()
/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_dma_base.h26 int32_t AudioDmaPending(struct PlatformData *data, enum AudioStreamType streamType);
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_dma_base.c64 int32_t AudioDmaPending(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaPending() function
H A Daudio_platform_base.c915 if (AudioDmaPending(data, streamType) != HDF_SUCCESS) { in AudioPcmPending()