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

  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.h 157 TI_BOOL bAwake;
CmdQueue.c 163 pCmdQueue->bAwake = TI_FALSE;
226 * if bAwake is true, then we reached here because there were more commands
230 if (pCmdQueue->bAwake == TI_FALSE)
234 pCmdQueue->bAwake = TI_TRUE;
374 pCmdQueue->bAwake = TI_FALSE;
580 pCmdQueue->bAwake = TI_FALSE;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdQueue.h 157 TI_BOOL bAwake;
CmdQueue.c 163 pCmdQueue->bAwake = TI_FALSE;
226 * if bAwake is true, then we reached here because there were more commands
230 if (pCmdQueue->bAwake == TI_FALSE)
234 pCmdQueue->bAwake = TI_TRUE;
374 pCmdQueue->bAwake = TI_FALSE;
580 pCmdQueue->bAwake = TI_FALSE;
    [all...]

Completed in 27 milliseconds