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

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.c 67 TConfigCommand *pCurrCmd; /* Pointer to the command currently being processed */
156 TConfigCommand *pCurrCmd;
161 pCurrCmd = (TConfigCommand *)que_Dequeue(pCmdHndlr->hCmdQueue);
163 if (pCurrCmd != NULL) {
165 os_SignalObjectSet (pCmdHndlr->hOs, pCurrCmd->pSignalObject);
167 } while (pCurrCmd != NULL);
367 pCmdHndlr->pCurrCmd = (TConfigCommand *) que_Dequeue (pCmdHndlr->hCmdQueue);
370 if (pCmdHndlr->pCurrCmd)
376 pCmdHndlr->pCurrCmd->eCmdStatus = cmdInterpret_convertAndExecute (pCmdHndlr->hCmdInterpret, pCmdHndlr->pCurrCmd);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdHndlr.c 67 TConfigCommand *pCurrCmd; /* Pointer to the command currently being processed */
156 TConfigCommand *pCurrCmd;
161 pCurrCmd = (TConfigCommand *)que_Dequeue(pCmdHndlr->hCmdQueue);
163 if (pCurrCmd != NULL) {
165 os_SignalObjectSet (pCmdHndlr->hOs, pCurrCmd->pSignalObject);
167 } while (pCurrCmd != NULL);
366 pCmdHndlr->pCurrCmd = (TConfigCommand *) que_Dequeue (pCmdHndlr->hCmdQueue);
369 if (pCmdHndlr->pCurrCmd)
375 pCmdHndlr->pCurrCmd->eCmdStatus = cmdInterpret_convertAndExecute (pCmdHndlr->hCmdInterpret, pCmdHndlr->pCurrCmd);
    [all...]

Completed in 2874 milliseconds