OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:healthMonitor_SetParam
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
healthMonitor.h
72
TI_STATUS
healthMonitor_SetParam
(TI_HANDLE hHealthMonitor, paramInfo_t *pParam);
healthMonitor.c
431
*
healthMonitor_SetParam
442
TI_STATUS
healthMonitor_SetParam
(TI_HANDLE hHealthMonitor, paramInfo_t *pParam)
447
TRACE1(pHealthMonitor->hReport, REPORT_SEVERITY_INFORMATION, "
healthMonitor_SetParam
() - %d\n", pParam->paramType);
461
TRACE1(pHealthMonitor->hReport, REPORT_SEVERITY_ERROR, "
healthMonitor_SetParam
(): Params is not supported, %d\n", pParam->paramType);
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c
350
pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(HEALTH_MONITOR_MODULE_PARAM) - 1].set =
healthMonitor_SetParam
;
Completed in 2797 milliseconds