Home
last modified time | relevance | path

Searched refs:reportMsg (Results 1 - 2 of 2) sorted by relevance

/device/board/hisilicon/hispark_taurus/audio_drivers/soc/src/
H A Dhi3516_dma_ops.c48 struct AudioEvent reportMsg; in DmacIsrCallBack() local
57 reportMsg.eventType = HDF_AUDIO_CAPTURE_THRESHOLD; in DmacIsrCallBack()
58 reportMsg.deviceType = HDF_AUDIO_PRIMARY_DEVICE; in DmacIsrCallBack()
59 ret = AudioCapSilenceThresholdEvent(device, &reportMsg); in DmacIsrCallBack()
/device/board/hihope/rk3568/audio_drivers/soc/src/
H A Drk3568_dma_ops.c445 struct AudioEvent reportMsg; in CapturePcmDmaComplete() local
465 reportMsg.eventType = HDF_AUDIO_CAPTURE_THRESHOLD; in CapturePcmDmaComplete()
466 reportMsg.deviceType = HDF_AUDIO_PRIMARY_DEVICE; in CapturePcmDmaComplete()
468 if (AudioCapSilenceThresholdEvent(dmaRtd->device, &reportMsg) != HDF_SUCCESS) { in CapturePcmDmaComplete()

Completed in 2 milliseconds