Home
last modified time | relevance | path

Searched refs:EventHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTrafficMonitorAPI.h104 TI_STATUS TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor,TI_HANDLE EventHandle,TI_HANDLE …
106 void TrafficMonitor_UnregEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle);
108 void TrafficMonitor_StopEventNotif(TI_HANDLE hTrafficMonitor,TI_HANDLE EventHandle);
109 void TrafficMonitor_StartEventNotif(TI_HANDLE hTrafficMonitor,TI_HANDLE EventHandle);
110 void TrafficMonitor_ResetEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle);
113 TI_BOOL TrafficMonitor_IsEventOn(TI_HANDLE EventHandle);
DTrafficMonitor.c515 TI_STATUS TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle,TI_HANDLE… in TrafficMonitor_SetRstCondition() argument
518 TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)EventHandle; in TrafficMonitor_SetRstCondition()
523 if((TrafficMonitor == NULL) || (EventHandle == NULL) || (TrafficResetAlertElement == NULL)) in TrafficMonitor_SetRstCondition()
610 void TrafficMonitor_StopEventNotif(TI_HANDLE hTrafficMonitor,TI_HANDLE EventHandle) in TrafficMonitor_StopEventNotif() argument
613 TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)EventHandle; in TrafficMonitor_StopEventNotif()
631 void TrafficMonitor_StartEventNotif(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle) in TrafficMonitor_StartEventNotif() argument
634 TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)EventHandle; in TrafficMonitor_StartEventNotif()
651 void TrafficMonitor_ResetEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle) in TrafficMonitor_ResetEvent() argument
654 TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)EventHandle; in TrafficMonitor_ResetEvent()
672 void TrafficMonitor_UnregEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle) in TrafficMonitor_UnregEvent() argument
[all …]