Home
last modified time | relevance | path

Searched refs:frequency (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java51 public int frequency; field in ScanResult
79 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, in ScanResult() argument
86 this.frequency = frequency; in ScanResult()
93 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, in ScanResult() argument
100 this.frequency = frequency; in ScanResult()
114 frequency = source.frequency; in ScanResult()
135 append(frequency). in toString()
163 dest.writeInt(frequency); in writeToParcel()
/frameworks/base/core/java/android/provider/
DUserDictionary.java130 int frequency, int localeType) { in addWord() argument
144 addWord(context, word, frequency, null, locale); in addWord()
159 int frequency, String shortcut, Locale locale) { in addWord() argument
166 if (frequency < FREQUENCY_MIN) frequency = FREQUENCY_MIN; in addWord()
167 if (frequency > FREQUENCY_MAX) frequency = FREQUENCY_MAX; in addWord()
173 values.put(FREQUENCY, frequency); in addWord()
/frameworks/wilhelm/src/itf/
DIVibra.c55 static SLresult IVibra_SetFrequency(SLVibraItf self, SLmilliHertz frequency) in IVibra_SetFrequency() argument
62 } else if (!(d->minFrequency <= frequency && frequency <= d->maxFrequency)) { in IVibra_SetFrequency()
67 thiz->mFrequency = frequency; in IVibra_SetFrequency()
85 SLmilliHertz frequency = thiz->mFrequency; in IVibra_GetFrequency() local
87 *pFrequency = frequency; in IVibra_GetFrequency()
DIEqualizer.c289 static SLresult IEqualizer_GetBand(SLEqualizerItf self, SLmilliHertz frequency, SLuint16 *pBand) in IEqualizer_GetBand() argument
303 float floatFreq = (float) frequency; in IEqualizer_GetBand()
307 if (!(band->mMin <= frequency && frequency <= band->mMax)) in IEqualizer_GetBand()
311 float ratio = frequency <= band->mCenter ? in IEqualizer_GetBand()
327 android_eq_getParam(thiz->mEqEffect, EQ_PARAM_GET_BAND, frequency, &band); in IEqualizer_GetBand()
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd31 <p>The optimal frequency of regular updates will vary based on device state, network connectivity, …
33 …discusses how to build battery-efficient apps that modify their refresh frequency based on the sta…
35 <p>This lesson will examine how your refresh frequency can be varied to best mitigate the effect of…
51 <p>Where polling is required, it's good practice to set the default data refresh frequency of your …
67 …he impact of these scheduled alarms by opportunistically reducing their frequency based on how rec…
69frequency of your updates (and / or the degree of prefetching you perform) if the app hasn't been …
91 … important, an exponential back-off algorithm can be used to reduce the frequency of retries in or…
Dconnectivity_patterns.jd34 …reempt scheduled updates, and potentially even temporarily increase the frequency of regular updat…
42 …adio active for longer periods during each transfer session to reduce the frequency of updates.</p>
Dindex.jd42 …<dd>This lesson will examine how your refresh frequency can be varied to best mitigate the effect …
/frameworks/base/services/common_time/
Dclock_recovery.h41 void reset(bool position, bool frequency);
96 void reset_l(bool position, bool frequency);
Dclock_recovery.cpp107 void ClockRecoveryLoop::reset(bool position, bool frequency) { in reset() argument
109 reset_l(position, frequency); in reset()
306 void ClockRecoveryLoop::reset_l(bool position, bool frequency) { in reset_l() argument
314 if (frequency) { in reset_l()
/frameworks/base/docs/html/tools/help/
Dsystrace.jd84 <td>Trace CPU frequency changes. Only changes to the CPU frequency are logged, so the initial
85 frequency of the CPU when tracing starts is not shown.</td>
97 <td>Trace CPU load. This value is a percentage determined by the interactive CPU frequency
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dlag_wind.tab22 | Sampling frequency = 12800 Hz |
/frameworks/av/media/libmedia/
DToneGenerator.cpp1374 unsigned int frequency = mpToneDesc->segments[segmentIdx].waveFreq[freqIdx]; in prepareWave() local
1375 while (frequency) { in prepareWave()
1377 if (mWaveGens.indexOfKey(frequency) == NAME_NOT_FOUND) { in prepareWave()
1380 frequency, in prepareWave()
1382 mWaveGens.add(frequency, lpWaveGen); in prepareWave()
1384 frequency = mpNewToneDesc->segments[segmentIdx].waveFreq[++freqIdx]; in prepareWave()
1504 unsigned short frequency, float volume) { in WaveGenerator() argument
1508 F_div_Fs = frequency / (double)samplingRate; in WaveGenerator()
/frameworks/base/media/java/android/media/audiofx/
DEqualizer.java305 public short getBand(int frequency) in getBand() argument
311 param[1] = frequency; in getBand()
/frameworks/av/include/media/
DToneGenerator.h292 WaveGenerator(unsigned short samplingRate, unsigned short frequency,
/frameworks/base/docs/html/training/location/
Dreceive-location-updates.jd50 frequency of the updates are affected by the location permissions you've requested and the
416 // Update frequency in seconds
418 // Update frequency in milliseconds
421 // The fastest update frequency, in seconds
423 // A fast frequency ceiling in milliseconds
427 // Define an object that holds accuracy and frequency parameters
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd30 <p>When you're altering the frequency of your background updates to reduce the effect of those
40 <p>Similarly, you can check the battery charge level, potentially reducing the frequency of&mdash;or
Ddocking-monitoring.jd37 to increase the update frequency of a sports center app when it's in the desktop dock, or disable
/frameworks/base/tools/orientationplot/
DREADME.txt40 1. Ensure the filtering is not too aggressive. If the filter cut-off frequency is
/frameworks/native/cmds/flatland/
DREADME.txt21 frequency when running flatland. At a minimum this includes the CPU, GPU, and
/frameworks/base/docs/html/training/scheduling/
Dalarms.jd77 <li>Keep your alarm frequency to a minimum.</li>
152 // Hopefully your alarm will have a lower frequency than this!
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd31 into the operating system that significantly reduce the frequency and impact of
213 details on the potential impacts, and frequency of this type of problem is
277 class. Given the frequency with which Android devices connect to unsecured
453 <p>In general, we recommend minimizing the frequency of asking for user
/frameworks/wilhelm/include/SLES/
DOpenSLES.h690 SLmilliHertz frequency
1263 SLmilliHertz frequency,
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd177 …f approximately 4% of the period you specify. For example, if your poll frequency is 24 hours, the…
258 …r#getCarrierFrequencies()} and transmit signals by passing your desired frequency and signal patte…
473frequency at which you'd like the system to deliver batches of sensor events to your app. This doe…
Dandroid-2.2.jd200 …chedule a periodic sync with a specific account, authority, and extras at the given frequency.</li>
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h2047 XAmilliHertz frequency,
2574 XAmilliHertz frequency

12