OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eventhandle
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitorAPI.h
104
TI_STATUS TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor,TI_HANDLE
EventHandle
,TI_HANDLE ResetEventHandle,TI_BOOL MutualRst);
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
);
TrafficMonitor.c
500
EventHandle
- Alert event
515
TI_STATUS TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor, TI_HANDLE
EventHandle
,TI_HANDLE ResetEventHandle,TI_BOOL MutualRst)
518
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
523
if((TrafficMonitor == NULL) || (
EventHandle
== NULL) || (TrafficResetAlertElement == NULL))
610
void TrafficMonitor_StopEventNotif(TI_HANDLE hTrafficMonitor,TI_HANDLE
EventHandle
)
613
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
631
void TrafficMonitor_StartEventNotif(TI_HANDLE hTrafficMonitor, TI_HANDLE
EventHandle
)
634
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
651
void TrafficMonitor_ResetEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE
EventHandle
)
654
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
[
all
...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitorAPI.h
104
TI_STATUS TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor,TI_HANDLE
EventHandle
,TI_HANDLE ResetEventHandle,TI_BOOL MutualRst);
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
);
TrafficMonitor.c
500
EventHandle
- Alert event
515
TI_STATUS TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor, TI_HANDLE
EventHandle
,TI_HANDLE ResetEventHandle,TI_BOOL MutualRst)
518
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
523
if((TrafficMonitor == NULL) || (
EventHandle
== NULL) || (TrafficResetAlertElement == NULL))
610
void TrafficMonitor_StopEventNotif(TI_HANDLE hTrafficMonitor,TI_HANDLE
EventHandle
)
613
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
631
void TrafficMonitor_StartEventNotif(TI_HANDLE hTrafficMonitor, TI_HANDLE
EventHandle
)
634
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
651
void TrafficMonitor_ResetEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE
EventHandle
)
654
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
[
all
...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitorAPI.h
104
TI_STATUS TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor,TI_HANDLE
EventHandle
,TI_HANDLE ResetEventHandle,BOOL MutualRst);
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
BOOL TrafficMonitor_IsEventOn(TI_HANDLE
EventHandle
);
TrafficMonitor.c
488
EventHandle
- Alert event
503
TI_STATUS TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor, TI_HANDLE
EventHandle
,TI_HANDLE ResetEventHandle,BOOL MutualRst)
506
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
511
if((TrafficMonitor == NULL) || (
EventHandle
== NULL) || (TrafficResetAlertElement == NULL))
598
VOID TrafficMonitor_StopEventNotif(TI_HANDLE hTrafficMonitor,TI_HANDLE
EventHandle
)
601
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
620
VOID TrafficMonitor_StartEventNotif(TI_HANDLE hTrafficMonitor, TI_HANDLE
EventHandle
)
623
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
642
VOID TrafficMonitor_ResetEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE
EventHandle
)
645
TrafficAlertElement_t *TrafficAlertElement = (TrafficAlertElement_t*)
EventHandle
;
[
all
...]
Completed in 774 milliseconds