/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/ |
smeSm.h | 146 BOOL immediateShutdownRequired; /* Flag to indicate whether DISASSOC packet should be sent to AP or not - used to instruct AP-Conn when stopping */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_host_int.h | 73 /* the FW that it has sent a command*/
|
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/ |
CmdMBox_api.h | 174 * meaning other commands can be sent to the FW.
|
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_host_int.h | 77 /* the FW that it has sent a command*/
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/ |
MacServices_api.h | 159 * \param psRequest - Parameter sent to PowerSaveServer on PS request to indicate PS on or "keep current" 439 * \brief callback function used by the HAL for measure start event (sent when the FW 450 * \brief callback function used by the HAL for measure stop event (sent when the FW 461 * \brief callback function used by the HAL for AP discovery stop event (sent when the FW
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txDataQueue.c | 527 WLAN_OS_REPORT(("-------------- Sent to TxCtrl --------------------\n")); 591 TTxCtrlBlk *pPktCtrlBlk; /* Pointer to the packet to be dequeued and sent */ 638 * If the return status is busy it means that the packet was not sent 655 /* If we reach this point, a packet was sent successfully so reset the idle iterations counter. */
|
txCtrl.c | 38 /* Prepares Tx packets sent from the data-queue and mgmt-queue */ 324 * RETURNS: STATUS_XMIT_SUCCESS - Packet sent succesfully 422 * RETURNS: STATUS_XMIT_SUCCESS - Packet sent succesfully. [all...] |
/external/strace/ |
signal.c | 439 #define SI_USER 0 /* sent by kill, sigsend, raise */ 440 #define SI_QUEUE -1 /* sent by sigqueue */ 441 #define SI_TIMER -2 /* sent by timer expiration */ 442 #define SI_MESGQ -3 /* sent by real time mesq state change */ 443 #define SI_ASYNCIO -4 /* sent by AIO completion */ 444 #define SI_SIGIO -5 /* Sent by SIGIO */ 445 #define SI_TKILL -6 /* Sent by tkill */ [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CommandsInterface.java | 134 // by messages sent to setOnUSSD handler [all...] |
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txCtrl.c | 38 /* Prepares Tx packets sent from the data-queue and mgmt-queue */ 326 * RETURNS: STATUS_XMIT_SUCCESS - Packet sent succesfully 424 * RETURNS: STATUS_XMIT_SUCCESS - Packet sent succesfully. [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
WorkingMessage.java | 91 // any bit set will require the message to be sent via MMS. 174 * any more Mms's to be sent. 581 * the message is about to be sent or written to disk. 630 * time the message is about to be sent or written to disk. [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
OMX_G711Dec_Utils.h | 573 /** Flag set when the EOS marker is sent */ 594 /** Num Sent Input Buff */ 597 /** Num Sent Output Buff Issued */ 670 /** Number of Bytes holding to be sent*/ 673 /** Pointer to the data holding to be sent*/ 700 /** Array of Input Buffers that are pending to sent due State = Idle */ 703 /** Number of Input Buffers that are pending to sent due State = Idle */ 706 /** Array of Output Buffers that are pending to sent due State = Idle */ 709 /** Number of Output Buffers that are pending to sent due State = Idle */ 743 /** Stop Codec Command Sent Flag* [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | [all...] |
/external/opencore/fileformats/id3parcom/include/ |
pv_id3_parcom.h | 472 * sent to this function have ASCII strings in them. 495 * sent to this function have unicode strings in them. 505 * sent to this function have unicode strings in them that will need to be 522 * sent to this function have UTF8 strings in them. 531 * goes in the Title frame. All of the frames sent to this function have UTF8 [all...] |
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
MeasurementSrv.c | 330 /* mark that request has been sent */ 457 * \brief callback function used by the HAL for measure start event (sent when the FW 484 * \brief callback function used by the HAL for measure stop event (sent when the FW 507 * \brief callback function used by the HAL for AP discovery stop event (sent when the FW 799 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": sent noise histogram stop command.\n"); [all...] |
MeasurementSrvSM.c | 330 TRACE6( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n", pMeasurementCmd.channel, pMeasurementCmd.band, pMeasurementCmd.duration, pMeasurementCmd.ConfigOptions, pMeasurementCmd.FilterOptions, status); 453 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Sent noise histogram command. Starting timer\n"); 493 TRACE7( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": AP discovery command sent. Params:\n scanDuration=%d, scanOptions=%d, numOfProbRqst=%d, txdRateSet=%d, txPowerDbm=%d, configOptions=%d, filterOptions=%d\n Starting timer...\n", pApDiscoveryParams.scanDuration, pApDiscoveryParams.scanOptions, pApDiscoveryParams.numOfProbRqst, pApDiscoveryParams.txdRateSet, pApDiscoveryParams.txPowerDbm, pApDiscoveryParams.ConfigOptions, pApDiscoveryParams.FilterOptions); 568 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure stop command sent.\n"); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
DTMFTwelveKeyDialer.java | 118 // EditText field used to display the DTMF digits sent so far. 183 * sent as a DTMF code. 799 * field that displays the DTMF digits sent so far. [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
SyncService.java | 148 * Sent when the transfer starts 153 * Sent when the transfer is finished or interrupted. 157 * Sent to query for possible cancellation. 162 * Sent when a sub task is started. 167 * Sent when some progress have been made. [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/ |
txXfer.c | 222 Handle sent packet according to the number of packets already in the Xfer buffers: 238 /* Handle sent packet according to the number of packets already in the Xfer buffers. */ 352 It handles the transfer of packets sent by the upper driver to the HW via TNETWIF. 610 /* If still no packet was sent, release bus (Finish), set IDLE state and exit. */ 624 * A new packet was sent (in XferDone callback), so request the bus again using Restart. [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/ |
MeasurementSrv.c | 344 /* mark that request has been sent */ 481 * \brief callback function used by the HAL for measure start event (sent when the FW 509 * \brief callback function used by the HAL for measure stop event (sent when the FW 533 * \brief callback function used by the HAL for AP discovery stop event (sent when the FW [all...] |
MeasurementSrvSM.c | 370 ("%s: measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n", 505 ("%s: Sent noise histogram command. Starting timer\n", 548 ("%s: AP discovery command sent. Params:\n scanDuration=%d, scanOptions=%d," 634 ("%s: measure stop command sent.\n", __FUNCTION__) ); [all...] |
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
MeasurementSrv.c | 330 /* mark that request has been sent */ 457 * \brief callback function used by the HAL for measure start event (sent when the FW 484 * \brief callback function used by the HAL for measure stop event (sent when the FW 507 * \brief callback function used by the HAL for AP discovery stop event (sent when the FW 799 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": sent noise histogram stop command.\n"); [all...] |
MeasurementSrvSM.c | 330 TRACE6( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n", pMeasurementCmd.channel, pMeasurementCmd.band, pMeasurementCmd.duration, pMeasurementCmd.ConfigOptions, pMeasurementCmd.FilterOptions, status); 453 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Sent noise histogram command. Starting timer\n"); 493 TRACE7( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": AP discovery command sent. Params:\n scanDuration=%d, scanOptions=%d, numOfProbRqst=%d, txdRateSet=%d, txPowerDbm=%d, configOptions=%d, filterOptions=%d\n Starting timer...\n", pApDiscoveryParams.scanDuration, pApDiscoveryParams.scanOptions, pApDiscoveryParams.numOfProbRqst, pApDiscoveryParams.txdRateSet, pApDiscoveryParams.txPowerDbm, pApDiscoveryParams.ConfigOptions, pApDiscoveryParams.FilterOptions); 568 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure stop command sent.\n"); [all...] |
/external/netperf/ |
nettest_sdp.c | 116 -m bytes Set the size of each sent message\n\ 410 the hassle of extra messages being sent for the SDP 564 /* of the bufferspace, so we will mod the number of messages sent */ 592 /* shutdown to cause a FIN to be sent our way. We will assume that */ [all...] |
/external/netcat/ |
netcat.c | 143 static char wrote_txt[] = " sent %d, rcvd %d"; 595 bail ("exec %s failed", pr00gie); /* this gets sent out. Hmm... */ 638 Rochester sent this example, which would involve YET MORE options and is 696 the outbound packet gets sent to C. If B wasn't also in the hops list, the [all...] |