/frameworks/base/wifi/java/android/net/wifi/ |
D | ScanResult.java | 51 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/ |
D | UserDictionary.java | 130 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/ |
D | IVibra.c | 55 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()
|
D | IEqualizer.c | 289 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/ |
D | regular_updates.jd | 31 <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… 69 …frequency 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…
|
D | connectivity_patterns.jd | 34 …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>
|
D | index.jd | 42 …<dd>This lesson will examine how your refresh frequency can be varied to best mitigate the effect …
|
/frameworks/base/services/common_time/ |
D | clock_recovery.h | 41 void reset(bool position, bool frequency); 96 void reset_l(bool position, bool frequency);
|
D | clock_recovery.cpp | 107 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/ |
D | systrace.jd | 84 <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/ |
D | lag_wind.tab | 22 | Sampling frequency = 12800 Hz |
|
/frameworks/av/media/libmedia/ |
D | ToneGenerator.cpp | 1374 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/ |
D | Equalizer.java | 305 public short getBand(int frequency) in getBand() argument 311 param[1] = frequency; in getBand()
|
/frameworks/av/include/media/ |
D | ToneGenerator.h | 292 WaveGenerator(unsigned short samplingRate, unsigned short frequency,
|
/frameworks/base/docs/html/training/location/ |
D | receive-location-updates.jd | 50 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/ |
D | battery-monitoring.jd | 30 <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—or
|
D | docking-monitoring.jd | 37 to increase the update frequency of a sports center app when it's in the desktop dock, or disable
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 40 1. Ensure the filtering is not too aggressive. If the filter cut-off frequency is
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 21 frequency when running flatland. At a minimum this includes the CPU, GPU, and
|
/frameworks/base/docs/html/training/scheduling/ |
D | alarms.jd | 77 <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/ |
D | security-tips.jd | 31 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/ |
D | OpenSLES.h | 690 SLmilliHertz frequency 1263 SLmilliHertz frequency,
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 177 …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… 473 …frequency at which you'd like the system to deliver batches of sensor events to your app. This doe…
|
D | android-2.2.jd | 200 …chedule a periodic sync with a specific account, authority, and extras at the given frequency.</li>
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 2047 XAmilliHertz frequency, 2574 XAmilliHertz frequency
|