HomeSort by relevance Sort by last modified time
    Searched refs:endOfRecoveryCB (Results 1 - 5 of 5) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Export_Inc/
recoveryCtrl_API.h 66 TI_STATUS recoveryCtrl_restartTWD(TI_HANDLE hRecoverCtrl,void *endOfRecoveryCB, TI_HANDLE hRecoveryMgr);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/RecoverCtrl/
recoveryCtrl.h 92 EndOfRecoveryCB_t endOfRecoveryCB; /* EndOfRecovery callback */
recoveryCtrl.c 311 pRecoveryCtrl->endOfRecoveryCB(pRecoveryCtrl->hRecoveryMgr);
361 TI_STATUS recoveryCtrl_restartTWD(TI_HANDLE hRecoveryCtrl,void *endOfRecoveryCB, TI_HANDLE hRecoveryMgr)
366 /* register RecoveryMgr handle and endOfRecoveryCB*/
368 pRecoveryCtrl->endOfRecoveryCB = (EndOfRecoveryCB_t)endOfRecoveryCB;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/
TNETW_Driver_api.h 109 void TnetwDrv_StartRecovery(TI_HANDLE hTnetwDrv, void *endOfRecoveryCB, TI_HANDLE hRecoveryMgr);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
TNETW_Driver.c     [all...]

Completed in 18 milliseconds