Home
last modified time | relevance | path

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

12

/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/base/wifi/java/android/net/wifi/
DScanResult.java47 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()
DWifiStateMachine.java1362 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/
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.jd43 …<dd>This lesson will examine how your refresh frequency can be varied to best mitigate the effect …
Defficient-network-access.jd152 <p>By monitoring the frequency of your data transfers, and the amount of data transferred during ea…
/frameworks/base/services/common_time/
Dclock_recovery.cpp89 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()
Dclock_recovery.h39 void reset(bool position, bool frequency);
89 void reset_l(bool position, bool frequency);
/frameworks/av/media/libmedia/
DToneGenerator.cpp1344 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/
Dlag_wind.tab22 | Sampling frequency = 12800 Hz |
/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.h291 WaveGenerator(unsigned short samplingRate, unsigned short frequency,
/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/base/docs/html/training/basics/location/
Dcurrentlocation.jd48 …cation.Location) onLocationChanged()} callback will be invoked with the frequency that correlates …
/frameworks/base/docs/html/guide/practices/
Dsecurity.jd29 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/
Dsecurity.jd30 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/
DOpenSLES.h690 SLmilliHertz frequency
1263 SLmilliHertz frequency,
/frameworks/base/docs/html/about/versions/
Dandroid-2.2.jd199 …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
/frameworks/base/services/java/com/android/server/
DWifiService.java1193 r.frequency, in dump()

12