Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c473 if ((adapter->service != NULL) && (adapter->periodDone != NULL)) in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
477 … (void)adapter->periodDone(adapter->service, SRTM_AudioDirRx, handle->index, rtm->bufRtm.chaseIdx); in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
630 bool periodDone = false; in SRTM_SaiSdmaTxCallback() local
653 periodDone = true; in SRTM_SaiSdmaTxCallback()
661 periodDone = true; in SRTM_SaiSdmaTxCallback()
670 periodDone = false; in SRTM_SaiSdmaTxCallback()
675 if (periodDone) in SRTM_SaiSdmaTxCallback()
678 if ((adapter->service != NULL) && (adapter->periodDone != NULL) && consumed && in SRTM_SaiSdmaTxCallback()
683 … (void)adapter->periodDone(adapter->service, SRTM_AudioDirTx, handle->index, rtm->bufRtm.chaseIdx); in SRTM_SaiSdmaTxCallback()
711 …bool periodDone = false; /* One period transfer is finished. Indicating local period when localBuf… in SRTM_SaiSdmaRxCallback() local
[all …]
Dsrtm_pdm_sdma_adapter.c350 if ((adapter->service != NULL) && (adapter->periodDone != NULL)) in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify()
352 … (void)adapter->periodDone(adapter->service, SRTM_AudioDirRx, handle->index, rtm->bufRtm.chaseIdx); in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify()
588 bool periodDone = false; in SRTM_PdmSdmaRxCallback() local
610 periodDone = true; in SRTM_PdmSdmaRxCallback()
649 periodDone = true; in SRTM_PdmSdmaRxCallback()
659 if ((adapter->service != NULL) && (adapter->periodDone != NULL)) in SRTM_PdmSdmaRxCallback()
664 … (void)adapter->periodDone(adapter->service, SRTM_AudioDirRx, handle->index, rtm->bufRtm.chaseIdx); in SRTM_PdmSdmaRxCallback()
674 if (periodDone) in SRTM_PdmSdmaRxCallback()
1369 if ((adapter->service != NULL) && (adapter->periodDone != NULL)) in SRTM_PdmSdmaAdapter_DmaM2MCallback()
1371 … (void)adapter->periodDone(adapter->service, SRTM_AudioDirRx, handle->index, rtm->bufRtm.chaseIdx); in SRTM_PdmSdmaAdapter_DmaM2MCallback()
Dsrtm_audio_service.h90 …srtm_status_t (*periodDone)(srtm_service_t service, srtm_audio_dir_t dir, uint8_t index, uint32_t … member
Dsrtm_audio_service.c701 sai->periodDone = SRTM_AudioService_PeriodDone; in SRTM_AudioService_CreateIface()