Searched refs:periodReady (Results 1 – 4 of 4) sorted by relevance
663 if ((sai != NULL) && (sai->periodReady != NULL)) in SRTM_AudioService_Notify()665 … status = sai->periodReady(sai, SRTM_AudioDirTx, iface->index, payload->periodIdx); in SRTM_AudioService_Notify()669 if ((sai != NULL) && (sai->periodReady != NULL)) in SRTM_AudioService_Notify()671 … status = sai->periodReady(sai, SRTM_AudioDirRx, iface->index, payload->periodIdx); in SRTM_AudioService_Notify()
115 …srtm_status_t (*periodReady)(srtm_sai_adapter_t adapter, srtm_audio_dir_t dir, uint8_t index, uint… member
1635 handle->adapter.periodReady = SRTM_SaiSdmaAdapter_PeriodReady; in SRTM_SaiSdmaAdapter_Create()
1238 handle->adapter.periodReady = SRTM_PdmSdmaAdapter_PeriodReady; in SRTM_PdmSdmaAdapter_Create()