/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/base/wifi/java/android/net/wifi/ |
D | ScanResult.java | 47 public int frequency; field in ScanResult 56 public ScanResult(String SSID, String BSSID, String caps, int level, int frequency) { in ScanResult() argument 61 this.frequency = frequency; in ScanResult() 79 append(frequency); in toString() 95 dest.writeInt(frequency); in writeToParcel()
|
D | WifiStateMachine.java | 1362 int frequency; in parseScanResult() local 1365 frequency = Integer.parseInt(result[1]); in parseScanResult() 1372 frequency = 0; in parseScanResult() 1411 scanResult.frequency = frequency; in parseScanResult() 1417 ssid, bssid, flags, level, frequency); in parseScanResult()
|
/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 | 43 …<dd>This lesson will examine how your refresh frequency can be varied to best mitigate the effect …
|
D | efficient-network-access.jd | 152 <p>By monitoring the frequency of your data transfers, and the amount of data transferred during ea…
|
/frameworks/base/services/common_time/ |
D | clock_recovery.cpp | 89 void ClockRecoveryLoop::reset(bool position, bool frequency) { in reset() argument 91 reset_l(position, frequency); in reset() 289 void ClockRecoveryLoop::reset_l(bool position, bool frequency) { in reset_l() argument 297 if (frequency) { in reset_l()
|
D | clock_recovery.h | 39 void reset(bool position, bool frequency); 89 void reset_l(bool position, bool frequency);
|
/frameworks/av/media/libmedia/ |
D | ToneGenerator.cpp | 1344 unsigned int frequency = mpToneDesc->segments[segmentIdx].waveFreq[freqIdx]; in prepareWave() local 1345 while (frequency) { in prepareWave() 1347 if (mWaveGens.indexOfKey(frequency) == NAME_NOT_FOUND) { in prepareWave() 1350 frequency, in prepareWave() 1352 mWaveGens.add(frequency, lpWaveGen); in prepareWave() 1354 frequency = mpNewToneDesc->segments[segmentIdx].waveFreq[++freqIdx]; in prepareWave() 1474 unsigned short frequency, float volume) { in WaveGenerator() argument 1478 F_div_Fs = frequency / (double)samplingRate; in WaveGenerator()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | lag_wind.tab | 22 | Sampling frequency = 12800 Hz |
|
/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 | 291 WaveGenerator(unsigned short samplingRate, unsigned short frequency,
|
/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/base/docs/html/training/basics/location/ |
D | currentlocation.jd | 48 …cation.Location) onLocationChanged()} callback will be invoked with the frequency that correlates …
|
/frameworks/base/docs/html/guide/practices/ |
D | security.jd | 29 into the operating system that significantly reduce the frequency and impact of 399 there has been quite a bit of research into the frequency of over-requesting 420 details on the potential impacts, and frequency of this type of problem is 472 class. Given the frequency with which Android devices connect to unsecured 689 <p>In general, we recommend minimizing the frequency of asking for user
|
/frameworks/base/docs/html/guide/topics/security/ |
D | security.jd | 30 into the operating system that significantly reduce the frequency and impact of 400 there has been quite a bit of research into the frequency of over-requesting 421 details on the potential impacts, and frequency of this type of problem is 473 class. Given the frequency with which Android devices connect to unsecured 690 <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-2.2.jd | 199 …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
|
/frameworks/base/services/java/com/android/server/ |
D | WifiService.java | 1193 r.frequency, in dump()
|