Home
last modified time | relevance | path

Searched refs:PCM_STOP (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_platform_base.h34 PCM_STOP = 0, /* pcm stream stop flag */ enumerator
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_platform_base.c515 while (data->mmapLoopCount < loopTimes && data->renderBufInfo.runStatus != PCM_STOP) { in AudioMmapWriteTransfer()
542 data->renderBufInfo.runStatus = PCM_STOP; in AudioMmapWriteTransfer()
996 data->renderBufInfo.runStatus = PCM_STOP; in AudioRenderTrigger()
1044 data->captureBufInfo.runStatus = PCM_STOP; in AudioCaptureTrigger()