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

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.c 62 TI_HANDLE hCmdInterpret;
97 pCmdHndlr->hCmdInterpret = cmdInterpret_Create (hOs);
99 if (pCmdHndlr->hCmdInterpret == NULL)
124 if (pCmdHndlr->hCmdInterpret)
126 cmdInterpret_Destroy (pCmdHndlr->hCmdInterpret, hEvHandler);
191 cmdInterpret_Init (pCmdHndlr->hCmdInterpret, pStadHandles);
376 pCmdHndlr->pCurrCmd->eCmdStatus = cmdInterpret_convertAndExecute (pCmdHndlr->hCmdInterpret, pCmdHndlr->pCurrCmd);
469 return cmdInterpret_GetStat (pCmdHndlr->hCmdInterpret);
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdHndlr.c 62 TI_HANDLE hCmdInterpret;
97 pCmdHndlr->hCmdInterpret = cmdInterpret_Create (hOs);
99 if (pCmdHndlr->hCmdInterpret == NULL)
124 if (pCmdHndlr->hCmdInterpret)
126 cmdInterpret_Destroy (pCmdHndlr->hCmdInterpret, hEvHandler);
191 cmdInterpret_Init (pCmdHndlr->hCmdInterpret, pStadHandles);
375 pCmdHndlr->pCurrCmd->eCmdStatus = cmdInterpret_convertAndExecute (pCmdHndlr->hCmdInterpret, pCmdHndlr->pCurrCmd);
468 return cmdInterpret_GetStat (pCmdHndlr->hCmdInterpret);

Completed in 57 milliseconds