Searched refs:notif (Results 1 – 4 of 4) sorted by relevance
132 srtm_notification_t notif; in SRTM_AudioService_HandlePeriodDone() local143 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() argument638 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 …]
43 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() argument255 SRTM_CommMessage_GetCommand(notif)); in SRTM_I2CService_Notify()
166 srtm_status_t SRTM_Dispatcher_DeliverNotification(srtm_dispatcher_t disp, srtm_notification_t notif…
629 srtm_status_t SRTM_Dispatcher_DeliverNotification(srtm_dispatcher_t disp, srtm_notification_t notif) in SRTM_Dispatcher_DeliverNotification() argument633 return SRTM_Dispatcher_DeliverRawData(disp, notif); in SRTM_Dispatcher_DeliverNotification()