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

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.c 65 TI_BOOL bProcessingCmds; /* Indicates if currently processing commands */
291 * Note: The bProcessingCmds flag is used for indicating if we are already processing
299 if (pCmdHndlr->bProcessingCmds)
307 pCmdHndlr->bProcessingCmds = TI_TRUE;
398 pCmdHndlr->bProcessingCmds = TI_FALSE;
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdHndlr.c 65 TI_BOOL bProcessingCmds; /* Indicates if currently processing commands */
290 * Note: The bProcessingCmds flag is used for indicating if we are already processing
298 if (pCmdHndlr->bProcessingCmds)
306 pCmdHndlr->bProcessingCmds = TI_TRUE;
397 pCmdHndlr->bProcessingCmds = TI_FALSE;

Completed in 34 milliseconds