Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_audio_service.c132 srtm_notification_t notif; in SRTM_AudioService_HandlePeriodDone() local
143 notif = in SRTM_AudioService_HandlePeriodDone()
147 if (notif == NULL) in SRTM_AudioService_HandlePeriodDone()
154 … payload = (struct _srtm_audio_payload *)(void *)SRTM_CommMessage_GetPayload(notif); in SRTM_AudioService_HandlePeriodDone()
158 (void)SRTM_Dispatcher_DeliverNotification(handle->service.dispatcher, notif); in SRTM_AudioService_HandlePeriodDone()
624 static srtm_status_t SRTM_AudioService_Notify(srtm_service_t service, srtm_notification_t notif) in SRTM_AudioService_Notify() argument
638 command = SRTM_CommMessage_GetCommand(notif); in SRTM_AudioService_Notify()
639 payload = (struct _srtm_audio_payload *)(void *)SRTM_CommMessage_GetPayload(notif); in SRTM_AudioService_Notify()
640 payloadLen = SRTM_CommMessage_GetPayloadLen(notif); in SRTM_AudioService_Notify()
642 status = SRTM_Service_CheckVersion(service, notif, SRTM_AUDIO_VERSION); in SRTM_AudioService_Notify()
[all …]
Dsrtm_i2c_service.c43 static srtm_status_t SRTM_I2CService_Notify(srtm_service_t service, srtm_notification_t notif);
252 static srtm_status_t SRTM_I2CService_Notify(srtm_service_t service, srtm_notification_t notif) in SRTM_I2CService_Notify() argument
255 SRTM_CommMessage_GetCommand(notif)); in SRTM_I2CService_Notify()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_dispatcher.h166 srtm_status_t SRTM_Dispatcher_DeliverNotification(srtm_dispatcher_t disp, srtm_notification_t notif
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher.c629 srtm_status_t SRTM_Dispatcher_DeliverNotification(srtm_dispatcher_t disp, srtm_notification_t notif) in SRTM_Dispatcher_DeliverNotification() argument
633 return SRTM_Dispatcher_DeliverRawData(disp, notif); in SRTM_Dispatcher_DeliverNotification()