Home
last modified time | relevance | path

Searched refs:DMX_EVENT (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiDMX.h681 } DMX_EVENT;
684 #define DMX_EVENT MS_U32 ///< DMX event type macro
777 typedef void (*DMX_NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent); ///<…
779 typedef void (*DMX_Type2NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent, MS_U32 NotifyParam1); ///<…
781 typedef void (*DMX_Type2NotifyCb_Ex)(MS_U32 u32DmxId, DMX_EVENT enEvent, void* NotifyParamEx); ///<…
808 DMX_EVENT Event; ///< DMX section event
831 DMX_EVENT Event; ///< DMX section event
870 DMX_EVENT Event; ///< DMX PVR event
2044 DMX_FILTER_STATUS MApi_DMX_Proc(MS_U32 u32DmxId, DMX_EVENT* pEvent);
H A DapiDMX_v2.h508 DMX_EVENT* pEvent;
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiDMX.h535 } DMX_EVENT;
538 #define DMX_EVENT MS_U32 macro
617 typedef void (*DMX_NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent);
618 typedef void (*DMX_Type2NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent, MS_U32 NotifyParam1);
634 DMX_EVENT Event; ///< DMX section event
656 DMX_EVENT Event; ///< DMX PVR event
1532 DMX_FILTER_STATUS MApi_DMX_Proc(MS_U8 u8DmxId, DMX_EVENT* pEvent);
H A DapiDMX_v2.h459 DMX_EVENT* pEvent;
/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c574 pFltEventDes->pEvent = (DMX_EVENT*)buffer_array0; in DMX_adp_Ioctl()
579 CMP_CPY_FROM_USER((void*)buffer_array0, u32NextPtr, sizeof(DMX_EVENT)); in DMX_adp_Ioctl()
581 CMP_CPY_TO_USER(u32NextPtrOut, (void*)buffer_array0, sizeof(DMX_EVENT)); in DMX_adp_Ioctl()
587 CPY_FROM_USER((void*)buffer_array0, (void*)pFltEventDes->pEvent, sizeof(DMX_EVENT)); in DMX_adp_Ioctl()
589 pFltEventDes->pEvent = (DMX_EVENT*)buffer_array0; in DMX_adp_Ioctl()
591 CPY_to_USER(pNxtPtrOut, (void*)pFltEventDes->pEvent, sizeof(DMX_EVENT)); in DMX_adp_Ioctl()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c784 void _DMX_DbgCb(MS_U8 u8DmxId, DMX_EVENT enEvent) in _DMX_DbgCb()
1071 …info.Info.SectInfo.Event = (DMX_EVENT)(DMX_EVENT_DATA_READY | DMX_EVENT_BUF_OVERFLOW | DMX_E… in _DMX_DBG_Flt()
1079 …info.Info.SectInfo.Event = (DMX_EVENT)(DMX_EVENT_DATA_READY | DMX_EVENT_BUF_OVERFLOW | DMX_E… in _DMX_DBG_Flt()
H A DapiDMX_private.h212 typedef DMX_FILTER_STATUS (*IOCTL_DMX_PROC)(MS_U32, DMX_EVENT*);
746 DMX_FILTER_STATUS _MApi_DMX_Proc(MS_U32 u32DmxId, DMX_EVENT* pEvent);
H A DapiDMX.c832 _pdmx_res->_PvrNotify[u32PVRID]((pMsg->PvrBufId)>> MSG_PVRBUF_ID_SHFT, (DMX_EVENT)eEvent); in _DMX_NotifyPvr()
909 …_FltList[u32DMXId].FltInfo.Info.SectInfo.pType2Notify((MS_U8)u32DMXId, (DMX_EVENT)eEvent, _pdmx_re… in _DMX_Notify()
913 …_pdmx_res->_FltList[u32DMXId].pType2Notify_Ex(u32DMXId, (DMX_EVENT)eEvent, (_pdmx_res->_FltList[u3… in _DMX_Notify()
924 … _pdmx_res->_FltList[u32DMXId].FltInfo.Info.SectInfo.pNotify((MS_U8)u32DMXId, (DMX_EVENT)eEvent); in _DMX_Notify()
1012 DMX_EVENT Event; in _DMX_InfoSet_Sect()
8607 DMX_FILTER_STATUS _MApi_DMX_Proc(MS_U32 u32DmxId, DMX_EVENT* pEvent) // for non-OS TSP schedul…
H A DapiDMX_v2.c134 DMX_EVENT Event; ///< DMX section event
320 static void _DMX_TSP_Proc_SecCB(MS_U32 u32FltId, DMX_EVENT NotifyEvent) in _DMX_TSP_Proc_SecCB()
3567 DMX_FILTER_STATUS MApi_DMX_Proc(MS_U32 u32DmxId, DMX_EVENT* pEvent) // for non-OS TSP scheduli… in MApi_DMX_Proc()
/utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/
H A Dnsk2hdx_ecmflt.c217 static void _NSK2_ECMDFLT_DataCb(MS_U8 u8DmxId, DMX_EVENT enFilterStatus) in _NSK2_ECMDFLT_DataCb()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt32498 } DMX_EVENT;
32501 #define DMX_EVENT MS_U32
32594 typedef void (*DMX_NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent);
32596 typedef void (*DMX_Type2NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent, MS_U32 NotifyParam1);
32598 typedef void (*DMX_Type2NotifyCb_Ex)(MS_U32 u32DmxId, DMX_EVENT enEvent, void* NotifyParamEx);
32625 DMX_EVENT Event;
32648 DMX_EVENT Event;
32687 DMX_EVENT Event;
33340 DMX_FILTER_STATUS MApi_DMX_Proc(MS_U32 u32DmxId, DMX_EVENT* pEvent);
58344 DMX_EVENT* pEvent;