HomeSort by relevance Sort by last modified time
    Searched refs:hHealthMonitor (Results 1 - 25 of 60) sorted by null

1 2 3

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
healthMonitor.h 66 TI_STATUS healthMonitor_SetDefaults (TI_HANDLE hHealthMonitor, healthMonitorInitParams_t *healthMonitorInitParams);
67 TI_STATUS healthMonitor_unload (TI_HANDLE hHealthMonitor);
68 void healthMonitor_PerformTest (TI_HANDLE hHealthMonitor, TI_BOOL bTwdInitOccured);
69 void healthMonitor_setState (TI_HANDLE hHealthMonitor, healthMonitorState_e state);
70 void healthMonitor_sendFailureEvent (TI_HANDLE hHealthMonitor, EFailureEvent failureEvent);
71 void healthMonitor_printFailureEvents (TI_HANDLE hHealthMonitor);
72 TI_STATUS healthMonitor_SetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam);
73 TI_STATUS healthMonitor_GetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam);
healthMonitor.c 101 static void healthMonitor_proccessFailureEvent (TI_HANDLE hHealthMonitor, TI_BOOL bTwdInitOccured);
165 THealthMonitor *pHealthMonitor = (THealthMonitor *)(pStadHandles->hHealthMonitor);
197 * \param hHealthMonitor - The module's handle
202 TI_STATUS healthMonitor_SetDefaults (TI_HANDLE hHealthMonitor, healthMonitorInitParams_t *healthMonitorInitParams)
204 THealthMonitor *pHealthMonitor = hHealthMonitor;
239 TI_STATUS healthMonitor_unload (TI_HANDLE hHealthMonitor)
243 pHealthMonitor = (THealthMonitor*)hHealthMonitor;
274 void healthMonitor_setState (TI_HANDLE hHealthMonitor, healthMonitorState_e state)
276 THealthMonitor *pHealthMonitor = (THealthMonitor*)hHealthMonitor;
288 INPUT: hHealthMonitor - Module handle
    [all...]
ScanCncnPrivate.h 70 TI_HANDLE hHealthMonitor;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
healthMonitor.h 66 TI_STATUS healthMonitor_SetDefaults (TI_HANDLE hHealthMonitor, healthMonitorInitParams_t *healthMonitorInitParams);
67 TI_STATUS healthMonitor_unload (TI_HANDLE hHealthMonitor);
68 void healthMonitor_PerformTest (TI_HANDLE hHealthMonitor, TI_BOOL bTwdInitOccured);
69 void healthMonitor_setState (TI_HANDLE hHealthMonitor, healthMonitorState_e state);
70 void healthMonitor_sendFailureEvent (TI_HANDLE hHealthMonitor, EFailureEvent failureEvent);
71 void healthMonitor_printFailureEvents (TI_HANDLE hHealthMonitor);
72 TI_STATUS healthMonitor_SetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam);
73 TI_STATUS healthMonitor_GetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam);
healthMonitor.c 101 static void healthMonitor_proccessFailureEvent (TI_HANDLE hHealthMonitor, TI_BOOL bTwdInitOccured);
165 THealthMonitor *pHealthMonitor = (THealthMonitor *)(pStadHandles->hHealthMonitor);
197 * \param hHealthMonitor - The module's handle
202 TI_STATUS healthMonitor_SetDefaults (TI_HANDLE hHealthMonitor, healthMonitorInitParams_t *healthMonitorInitParams)
204 THealthMonitor *pHealthMonitor = hHealthMonitor;
239 TI_STATUS healthMonitor_unload (TI_HANDLE hHealthMonitor)
243 pHealthMonitor = (THealthMonitor*)hHealthMonitor;
274 void healthMonitor_setState (TI_HANDLE hHealthMonitor, healthMonitorState_e state)
276 THealthMonitor *pHealthMonitor = (THealthMonitor*)hHealthMonitor;
288 INPUT: hHealthMonitor - Module handle
    [all...]
ScanCncnPrivate.h 70 TI_HANDLE hHealthMonitor;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/
healthMonitor.h 107 TI_STATUS healthMonitor_config (TI_HANDLE hHealthMonitor,
121 TI_STATUS healthMonitor_unload (TI_HANDLE hHealthMonitor);
122 void healthMonitor_performTest (TI_HANDLE hHealthMonitor);
123 void healthMonitor_setState (TI_HANDLE hHealthMonitor, healthMonitorState_e state);
124 void healthMonitor_suspendPeriodicTest (TI_HANDLE hHealthMonitor);
125 void healthMonitor_resumePeriodicTest (TI_HANDLE hHealthMonitor);
126 void healthMonitor_sendFailureEvent (TI_HANDLE hHealthMonitor, failureEvent_e failureEvent);
127 void healthMonitor_printFailureEvents (TI_HANDLE hHealthMonitor);
healthMonitor.c 75 static void healthMonitor_proccessFailureEvent (TI_HANDLE hHealthMonitor);
76 static void healthMonitor_RSSI_CB (TI_HANDLE hHealthMonitor);
157 TI_STATUS healthMonitor_config (TI_HANDLE hHealthMonitor,
172 healthMonitor_t *pHealthMonitor = hHealthMonitor;
219 hHealthMonitor);
237 TI_STATUS healthMonitor_unload (TI_HANDLE hHealthMonitor)
241 pHealthMonitor = (healthMonitor_t*)hHealthMonitor;
278 void healthMonitor_setState (TI_HANDLE hHealthMonitor, healthMonitorState_e state)
280 healthMonitor_t *pHealthMonitor = (healthMonitor_t*)hHealthMonitor;
311 void healthMonitor_suspendPeriodicTest (TI_HANDLE hHealthMonitor)
    [all...]
  /hardware/ti/wlan/wl1271/Test/
HealthMonitorDbg.c 74 TI_HANDLE hHealthMonitor = pStadHandles->hHealthMonitor;
105 healthMonitor_sendFailureEvent (hHealthMonitor, HW_AWAKE_FAILURE);
109 healthMonitor_sendFailureEvent (hHealthMonitor, TX_STUCK);
113 healthMonitor_sendFailureEvent (hHealthMonitor, DISCONNECT_TIMEOUT);
118 healthMonitor_sendFailureEvent (hHealthMonitor, POWER_SAVE_FAILURE);
126 healthMonitor_sendFailureEvent (hHealthMonitor, BUS_FAILURE);
134 healthMonitor_sendFailureEvent (hHealthMonitor, HW_WD_EXPIRE);
138 healthMonitor_sendFailureEvent (hHealthMonitor, RX_XFER_FAILURE);
  /system/wlan/ti/wilink_6_1/Test/
HealthMonitorDbg.c 74 TI_HANDLE hHealthMonitor = pStadHandles->hHealthMonitor;
105 healthMonitor_sendFailureEvent (hHealthMonitor, HW_AWAKE_FAILURE);
109 healthMonitor_sendFailureEvent (hHealthMonitor, TX_STUCK);
113 healthMonitor_sendFailureEvent (hHealthMonitor, DISCONNECT_TIMEOUT);
118 healthMonitor_sendFailureEvent (hHealthMonitor, POWER_SAVE_FAILURE);
126 healthMonitor_sendFailureEvent (hHealthMonitor, BUS_FAILURE);
134 healthMonitor_sendFailureEvent (hHealthMonitor, HW_WD_EXPIRE);
138 healthMonitor_sendFailureEvent (hHealthMonitor, RX_XFER_FAILURE);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/
recoveryMgr.h 69 TI_HANDLE hHealthMonitor;
recoveryMgr.c 127 TI_HANDLE hHealthMonitor,
141 pRecoverMgr->hHealthMonitor = hHealthMonitor;
204 healthMonitor_t *pHealthMonitor = (healthMonitor_t *)pRecoverMgr->hHealthMonitor;
230 healthMonitor_suspendPeriodicTest(pRecoverMgr->hHealthMonitor);
261 whalCtrl_exitFromInitMode(((healthMonitor_t *)pRecoverMgr->hHealthMonitor)->hHalCtrl);
271 healthMonitor_resumePeriodicTest(pRecoverMgr->hHealthMonitor);
304 healthMonitor_t *pHealthMonitor = (healthMonitor_t *)pRecoverMgr->hHealthMonitor;
381 healthMonitor_t *pHealthMonitor = (healthMonitor_t *)pRecoverMgr->hHealthMonitor;
recoveryMgr_API.h 55 TI_HANDLE hHealthMonitor,
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.h 113 TI_HANDLE hHealthMonitor;
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 78 TI_HANDLE hHealthMonitor;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
SwitchChannelApi.h 63 TI_HANDLE hHealthMonitor,
measurementMgrApi.h 77 TI_HANDLE hHealthMonitor,
measurementMgr.h 150 TI_HANDLE hHealthMonitor;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 106 TI_HANDLE hHealthMonitor; /**< Health Monitor , Originally at scanSrv */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
conn.h 114 TI_HANDLE hHealthMonitor;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
connApi.h 97 TI_HANDLE hHealthMonitor,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
configMgr.h 150 TI_HANDLE hHealthMonitor;
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
conn.h 113 TI_HANDLE hHealthMonitor;
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DrvMainModules.h 78 TI_HANDLE hHealthMonitor;
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverInternal.h 87 TI_HANDLE hHealthMonitor;

Completed in 602 milliseconds

1 2 3