/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
pkt_cls.h | 118 struct tc_ratespec rate; member in struct:tc_police
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SendTransaction.java | 92 Log.e(TAG, "Sending rate limit surpassed.");
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
bssTypes.h | 89 UINT8 rxRate; /**< Rate at which last frame was received */
|
commonTypes.h | 660 UINT32 wlanRxMinRateToRespectBtHp; /* Integer rate number. Note that Fw gets it in Index rate */ 987 UINT32 rate; \/* index of the transmit *\/ member in struct:__anon13198 [all...] |
ratesTypes.h | 125 #define SHORT_PREAMBLE_BIT BIT_0 /*CCK or Barker depending on the rate*/
|
scanMngrTypes.h | 82 rateMask_e bitrate; /**< Bit rate at which to transmit */
|
scanTypes.h | 164 rateMask_e probeRequestRate; /**< the rate at which to send the probe requests */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Rx_Xfer/ |
RxXfer.c | 496 eRate = ConvertHwRateToDrvRate(pRxParams->rate, (BOOL)(OFDM_RATE_BIT & pRxParams->modPre)); 499 (" rxXfer_ForwardCB() HwRate = %d, modPre = %d eRate = %d:\n",pRxParams->rate,pRxParams->modPre,eRate)); 504 ("rxXfer_ForwardCB: Received wrong rate from Hw = 0x%x, modPre = 0x%x\n", 505 pRxParams->rate,pRxParams->modPre));
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/ |
PowerSrv.c | 521 DESCRIPTION: Sets the rate modulation according to the current Radio Mode. 529 void powerSrv_SetRateModulation(TI_HANDLE hPowerSrv, UINT16 rate) 532 powerSrvSM_setRateModulation(pPowerSrv->hPowerSrvSM,rate); 538 * \Gets the rate modulation. [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/ExpInc/ |
apConnApi.h | 127 /* An array of 16 octets. Each octet contains a preferred data rate in units of 0.5 Mbps */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/ |
whalHwMboxCmd.c | 162 * The wlan hardware uses pHwMboxCmd field to determine the rate at which to transmit 171 * when rate fallback is enabled 178 * pHwMboxCmd field indicates the rate at which the wlan hardware transmits 202 /* Set the Frame Rate and The Frame Mode */ [all...] |
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_host_int.h | 60 #define ACX_INTR_DATA BIT_6 /* The MISC bit is used for aggregation of RX, TxComplete and TX rate update */
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
PowerSrv.c | 513 DESCRIPTION: Sets the rate modulation according to the current Radio Mode. 521 void powerSrv_SetRateModulation(TI_HANDLE hPowerSrv, TI_UINT16 rate) 524 powerSrvSM_setRateModulation(pPowerSrv->hPowerSrvSM,rate); 530 * \Gets the rate modulation. [all...] |
/system/wlan/ti/wilink_6_1/Txn/ |
TxnQueue.h | 114 * Configure the bus driver with its connection configuration (such as baud-rate, bus width etc)
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
bssTypes.h | 104 TI_UINT8 rxRate; /**< Rate at which last frame was received */
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
roamingMngrTypes.h | 108 TI_UINT8 txRateThreshold; /**< Low TX rate roaming even threshold;
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 717 private static final String KEY_PREVIEW_FRAME_RATE = "preview-frame-rate"; [all...] |
/external/opencore/nodes/pvomxencnode/src/ |
pvmf_omx_enc_port.cpp | 829 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFOMXEncPort::NegotiateInputSettings: config->getParametersSync(sampling rate) not supported. Use default.")); [all...] |
/external/qemu/hw/ |
scsi-disk.c | 644 /* Device step rate [ns], 200ns */ 651 /* Medium rotation rate [rpm], 5400 rpm */ 661 /* Transfer rate [kbit/s], 5Mbit/s */ 677 /* Device step rate [100us], 100us */ 689 /* Medium rotation rate [rpm], 5400 rpm */
|
/external/webkit/WebCore/platform/graphics/win/ |
QTMovieWin.cpp | 497 float QTMovieWin::rate() const function in class:QTMovieWin 504 void QTMovieWin::setRate(float rate) 511 MCDoAction(m_private->m_movieController, mcActionPrerollAndPlay, (void *)FloatToFixed(rate)); 513 SetMovieRate(m_private->m_movie, FloatToFixed(rate)); 574 m_private->m_rateToRestore = rate(); [all...] |
/hardware/msm7k/libaudio/ |
AudioHardware.cpp | 800 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate()); 891 uint32_t rate = hw->getInputSampleRate(*pRate); local 892 if (rate != *pRate) { 893 *pRate = rate; [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/ |
SoftGemini.c | 605 * DESCRIPTION: The function sets the Ctrl Data with the appropriate Rate value 620 /* loop on all rates and mark the corresponding bit if the rate is enabled */ 624 (" %s rate %u = %u \n", __FUNCTION__, i,pRates[i])); 675 WLAN_OS_REPORT((" rate[%u] = %u \n", i,pSoftGemini->SoftGeminiRate[i])); [all...] |
/external/opencore/nodes/pvwavffparsernode/src/ |
pvmf_wavffparser_node.cpp | 43 static const char PVWAVMETADATA_TRACKINFO_BITRATE_KEY[] = "track-info/bit-rate"; 44 static const char PVWAVMETADATA_TRACKINFO_SAMPLERATE_KEY[] = "track-info/sample-rate"; 2125 int32 rate; local [all...] |
/external/netperf/ |
nettest_dlpi.c | 299 /* themselves. If the user has specified the cpu rate, then */ 302 /* all the "normal" calibration stuff and return the rate back.*/ 625 thruput, /* what was the xfer rate */ 864 /* rate back to the initiator. If the CPU was not to be measured, or */ [all...] |
/external/speex/libspeex/ |
mdf.c | 41 double-talk is achieved using a variable learning rate as described in: 43 Valin, J.-M., On Adjusting the Learning Rate in Frequency Domain Echo 49 in the learning rate based on residual echo, double-talk and background 432 /* This is the default sampling rate */ 487 /* Ratio of ~10 between adaptation rate of first and last block */ 809 /* Adjust proportional adaption rate */ [all...] |