Searched refs:SRTM_Message_SetFreeFunc (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/include/ |
| D | srtm_message.h | 188 void SRTM_Message_SetFreeFunc(srtm_message_t message, srtm_message_free_t func, void *param);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
| D | srtm_sai_edma_adapter.c | 1356 SRTM_Message_SetFreeFunc(handle->txRtm.proc, SRTM_SaiEdmaAdapter_RecycleTxMessage, handle); in SRTM_SaiEdmaAdapter_Create() 1364 SRTM_Message_SetFreeFunc(handle->rxRtm.proc, SRTM_SaiEdmaAdapter_RecycleRxMessage, handle); in SRTM_SaiEdmaAdapter_Create() 1395 SRTM_Message_SetFreeFunc(handle->txRtm.proc, NULL, NULL); in SRTM_SaiEdmaAdapter_Destroy() 1401 SRTM_Message_SetFreeFunc(handle->rxRtm.proc, NULL, NULL); in SRTM_SaiEdmaAdapter_Destroy()
|
| D | srtm_sai_sdma_adapter.c | 1615 SRTM_Message_SetFreeFunc(handle->txRtm.proc, SRTM_SaiSdmaAdapter_RecycleTxMessage, handle); in SRTM_SaiSdmaAdapter_Create() 1623 SRTM_Message_SetFreeFunc(handle->rxRtm.proc, SRTM_SaiSdmaAdapter_RecycleRxMessage, handle); in SRTM_SaiSdmaAdapter_Create() 1654 SRTM_Message_SetFreeFunc(handle->txRtm.proc, NULL, NULL); in SRTM_SaiSdmaAdapter_Destroy() 1661 SRTM_Message_SetFreeFunc(handle->rxRtm.proc, NULL, NULL); in SRTM_SaiSdmaAdapter_Destroy()
|
| D | srtm_audio_service.c | 714 SRTM_Message_SetFreeFunc(proc, SRTM_AudioService_RecycleMessage, iface); in SRTM_AudioService_CreateIface() 737 SRTM_Message_SetFreeFunc(proc, NULL, NULL); in SRTM_AudioService_DestroyIface()
|
| D | srtm_pdm_edma_adapter.c | 1336 SRTM_Message_SetFreeFunc(handle->rxRtm.proc, SRTM_PdmEdmaAdapter_RecycleRxMessage, handle); in SRTM_PdmEdmaAdapter_Create() 1366 SRTM_Message_SetFreeFunc(handle->rxRtm.proc, NULL, NULL); in SRTM_PdmEdmaAdapter_Destroy()
|
| D | srtm_pdm_sdma_adapter.c | 1216 SRTM_Message_SetFreeFunc(handle->rxRtm.proc, SRTM_PdmSdmaAdapter_RecycleRxMessage, handle); in SRTM_PdmSdmaAdapter_Create() 1246 SRTM_Message_SetFreeFunc(handle->rxRtm.proc, NULL, NULL); in SRTM_PdmSdmaAdapter_Destroy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/ |
| D | srtm_message.c | 257 void SRTM_Message_SetFreeFunc(srtm_message_t message, srtm_message_free_t func, void *param) in SRTM_Message_SetFreeFunc() function
|
| D | srtm_dispatcher.c | 239 SRTM_Message_SetFreeFunc(msg, SRTM_Dispatcher_RecycleMessage, disp); in SRTM_Dispatcher_Create() 284 SRTM_Message_SetFreeFunc(msg, NULL, NULL); in SRTM_Dispatcher_Destroy()
|