Searched refs:flush (Results 1 - 13 of 13) sorted by relevance

/system/core/toolbox/
H A Dreadtty.c66 int flush = 0; local
87 flush = 1;
108 if(flush)
143 if(flush)
/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c47 int ret, flush; local
68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
76 ret = deflate(&strm, flush); /* no bad return value */
85 } while (flush != Z_FINISH);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmd.c769 pCmd->flush = pSwitchChannelCmd->flush;
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmdIE.c158 /* Bits 0-2: Tx-Session-Count. bit 7: indicates if to flush the Tx queues */
719 pCmd->flush = pSwitchChannelCmd->flush;
H A DCmdBldCmd.c906 TRACE4(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "\n SwitchChannelCmd :\n channelNumber = %d\n switchTime = %d\n txFlag = %d\n flush = %d \n ", pSwitchChannelCmd->channelNumber, pSwitchChannelCmd->switchTime, pSwitchChannelCmd->txFlag, pSwitchChannelCmd->flush);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_commands.h640 #define JOIN_CMD_CTRL_TX_FLUSH 0x80 // When this bit is set, the firmware will flush all Tx
1450 Bool_e flush; /* 1: Flush TX at switch time; */ member in struct:__anon777
1451 /* 0: Do not flush*/
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_commands.h579 /* When this bit is set,the firmware will flush all Tx frames in the pipe and will not transmit them. */
1213 Bool_e flush; /* 1: Flush TX at switch time; */ member in struct:__anon1101
1214 /* 0: Do not flush*/
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/
H A DSwitchChannel.c966 pSwitchChannelCmd.flush = 0;
970 ("whalCtrl_SwitchChannelCmd:Set the cmd in HAL. Params:\n channelNumber=%d, switchTime=%d, txFlag=%d, flush=%d \n",
974 pSwitchChannelCmd.flush));
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DSwitchChannel.c902 pSwitchChannelCmd.flush = 0;
905 TRACE4(pSwitchChannel->hReport, REPORT_SEVERITY_INFORMATION, "TWD_CmdSwitchChannel:Set the cmd in HAL. Params:\n channelNumber=%d, switchTime=%d, txFlag=%d, flush=%d \n", pSwitchChannelCmd.channelNumber, pSwitchChannelCmd.switchTime, pSwitchChannelCmd.txFlag, pSwitchChannelCmd.flush);
/system/core/libacc/
H A Dacc.cpp221 virtual void flush() = 0;
304 virtual void flush() {} function in class:acc::Compiler::CodeBuf
599 void flush() { function in class:acc::Compiler::CodeGenerator
600 pCodeBuf->flush();
824 void flush() { function in class:acc::Compiler::ARMCodeBuf
828 mpBase->flush();
959 flush();
964 flush();
969 flush();
1955 flush();
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h442 UINT8 flush; member in struct:__anon731
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1995 TI_UINT8 flush; /**< 1: Flush TX at switch time; 0: Do not flush */ member in struct:__anon1372
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c3118 flush = %d \n ",
3122 pSwitchChannelCmd->flush));

Completed in 620 milliseconds