Searched refs:DeviceEvent (Results 1 – 1 of 1) sorted by relevance
596 SlDeviceEvent_t DeviceEvent; in _SlDeviceEventHandler() local598 _SlDrvMemZero(&DeviceEvent, sizeof(DeviceEvent)); in _SlDeviceEventHandler()616 DeviceEvent.Id = SL_DEVICE_EVENT_RESET_REQUEST; in _SlDeviceEventHandler()617 DeviceEvent.Data.ResetRequest.Status = 0; in _SlDeviceEventHandler()618 DeviceEvent.Data.ResetRequest.Caller = pResetRequestData->Caller; in _SlDeviceEventHandler()619 _SlDrvHandleGeneralEvents(&DeviceEvent); in _SlDeviceEventHandler()656 DeviceEvent.Id = SL_DEVICE_EVENT_ERROR; in _SlDeviceEventHandler()657 DeviceEvent.Data.Error.Code = pMsgArgs->status; in _SlDeviceEventHandler()658 DeviceEvent.Data.Error.Source = (SlDeviceSource_e)pMsgArgs->sender; in _SlDeviceEventHandler()659 _SlDrvHandleGeneralEvents(&DeviceEvent); in _SlDeviceEventHandler()