HomeSort by relevance Sort by last modified time
    Searched refs:Rate (Results 1 - 25 of 40) sorted by null

1 2

  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 28 import android.provider.Telephony.Mms.Rate;
97 values.put(Rate.SENT_TIME, System.currentTimeMillis());
99 Rate.CONTENT_URI, values);
105 Rate.CONTENT_URI, new String[] { "COUNT(*) AS rate" },
106 Rate.SENT_TIME + ">" + oneHourAgo, null, null);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.c 686 * DESCRIPTION: set the basic rate set
696 * DESCRIPTION: set the hardware and firmware generated Tx rate (convert to HW coding).
701 /* Set The Rate & modulation for CTS, RTS, and PS-Poll frames (not including CTS-protection). */
708 /* Set The Rate & modulation for Beacon and Probe-Response frames (IBSS). */
719 * DESCRIPTION: set the basic rate set
    [all...]
whalCtrl.c 4219 rate_e rate; local
    [all...]
  /external/opencore/
NOTICE 249 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
262 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.c 106 DESCRIPTION: Translates a network rate (0x02, 0x82, 0x84, etc...) to host rate (1, 2, 3, ....)
108 INPUT: rate - Network rate
113 RETURN: Host rate if the input rate is valid, otherwise returns 0.
165 rate_e networkToHostRate(UINT8 rate)
167 switch (rate)
229 DESCRIPTION: Translates a host rate (1, 2, 3, ....) to network rate (0x02, 0x82, 0x84, etc...)
301 rate_e rate = DRV_RATE_1M; local
1348 rate_e rate = DRV_RATE_1M; local
    [all...]
  /hardware/ti/wlan/wl1271/utils/
rate.c 2 * rate.c
35 /** \file rate.c
36 * \brief Rate conversion
38 * \see rate.h
42 #include "rate.h"
44 ERate rate_NetToDrv (TI_UINT32 rate)
46 switch (rate)
140 DESCRIPTION: Translates a host rate (1, 2, 3, ....) to network rate (0x02, 0x82, 0x84, etc...)
142 INPUT: rate - Host rat
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
rate.c 2 * rate.c
35 /** \file rate.c
36 * \brief Rate conversion
38 * \see rate.h
42 #include "rate.h"
44 ERate rate_NetToDrv (TI_UINT32 rate)
46 switch (rate)
140 DESCRIPTION: Translates a host rate (1, 2, 3, ....) to network rate (0x02, 0x82, 0x84, etc...)
142 INPUT: rate - Host rat
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalTrace.h 76 UINT16 Rate;
whalTrace.c 204 pData->Rate = (UINT16)local_TxDesc.rate;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/
CORE_Adapt_Defs.h 92 rate_e Rate;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/
whalCommon.h 87 UINT32 whalUtils_DRV_RATE2GwsiRate (UINT32 Rate);
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c     [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBld.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
whalBus_Defs.h 69 rate_e Rate;
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 518 WORD Rate;
524 WORD Rate;
1018 // Set number of voices to give us the sampling rate we want
1091 // do 11khz sampling rate unless command line parameter wants different
1099 // Make sure rate not too high
1104 for (CodecRate=CodecRates;CodecRate->Rate!=0;CodecRate++)
1106 if (shm->speed <= CodecRate->Rate)
1108 shm->speed=CodecRate->Rate;
1148 // do 19khz sampling rate unless command line parameter wants different
1156 // Make sure rate not too high
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 46 ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer
91 ATTRIBUTE Ascend-Data-Rate 197 integer
147 ATTRIBUTE Ascend-Xmit-Rate 255 integer
dictionary 119 ATTRIBUTE Connect-Rate 1007 integer
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Ctrl.c 123 /* create rate adaptation module */
281 /* Configure Rate Adaptation Module */
574 * DESCRIPTION: This function sets rate fallback policies to be configured to FW
602 /* Update the rate mask from nextClientRateMask, where it was stored untill now */
607 /* 1. Check if there is special rate set defined for this access category, */
608 /* then verify that at least one rate is mutual between TSRS and class policy, */
612 /* Check if at least one rate is mutual between TSRS and current class policy, */
641 /* if supported rate */
644 /* if rate fall back is enabled */
654 else /* no rate fallback *
1091 rate_e rate; local
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 36 import android.provider.Telephony.Mms.Rate;
55 static final String TABLE_RATE = "rate";
427 long now = values.getAsLong(Rate.SENT_TIME);
430 db.delete(table, Rate.SENT_TIME + "<=" + oneHourAgo, null);
    [all...]
MmsSmsDatabaseHelper.java 38 import android.provider.Telephony.Mms.Rate;
549 Rate.SENT_TIME + " INTEGER);");
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c 51 #include "rate.h"
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
rx.c 51 #include "rate.h"
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 157 rate_e Rate;
180 UINT32 rate; member in struct:__anon13569
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]

Completed in 567 milliseconds

1 2