HomeSort by relevance Sort by last modified time
    Searched defs:uCurrentState (Results 1 - 3 of 3) sorted by null

  /system/wlan/ti/wilink_6_1/utils/
GenSM.c 140 pGenSM->uCurrentState = uInitialState;
152 TI_UINT32 uCurrentState;
185 pCell = &(pGenSM->tMatrix[ (pGenSM->uCurrentState * pGenSM->uEventNum) + pGenSM->uEvent ]);
189 TRACE4(pGenSM->hReport, REPORT_SEVERITY_INFORMATION, "genSM_Event: module %d <currentState = %d, event = %d> --> nextState = %d\n", pGenSM->uModuleLogIndex, pGenSM->uCurrentState, uEvent, pCell->uNextState);
198 uCurrentState = pGenSM->uCurrentState;
201 pGenSM->uCurrentState = pCell->uNextState;
224 return pGenSM->uCurrentState;
GenSM.h 75 TI_UINT32 uCurrentState; /**< Current state */
  /hardware/ti/wlan/wl1271/utils/
GenSM.h 75 TI_UINT32 uCurrentState; /**< Current state */

Completed in 22 milliseconds