Searched refs:frequency (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DUserDictionary.java30 * frequency information and locale information.
75 * The frequency column. A value between 1 and 255. Higher values imply higher frequency.
78 public static final String FREQUENCY = "frequency";
112 * Sort by descending order of frequency.
116 /** Adds a word to the dictionary, with the given frequency and the specified
130 int frequency, int localeType) {
144 addWord(context, word, frequency, null, locale);
147 /** Adds a word to the dictionary, with the given frequency and the specified
159 int frequency, Strin
129 addWord(Context context, String word, int frequency, int localeType) argument
158 addWord(Context context, String word, int frequency, String shortcut, Locale locale) argument
[all...]
/frameworks/wilhelm/src/itf/
H A DIVibra.c55 static SLresult IVibra_SetFrequency(SLVibraItf self, SLmilliHertz frequency) argument
62 } else if (!(d->minFrequency <= frequency && frequency <= d->maxFrequency)) {
67 thiz->mFrequency = frequency;
85 SLmilliHertz frequency = thiz->mFrequency; local
87 *pFrequency = frequency;
H A DIEqualizer.c289 static SLresult IEqualizer_GetBand(SLEqualizerItf self, SLmilliHertz frequency, SLuint16 *pBand) argument
298 // search for band whose center frequency has the closest ratio to 1.0
303 float floatFreq = (float) frequency;
307 if (!(band->mMin <= frequency && frequency <= band->mMax))
311 float ratio = frequency <= band->mCenter ?
327 android_eq_getParam(thiz->mEqEffect, EQ_PARAM_GET_BAND, frequency, &band);
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java56 * The frequency in MHz of the channel over which the client is communicating
59 public int frequency; field in class:ScanResult
179 return ScanResult.is24GHz(frequency);
194 return ScanResult.is5GHz(frequency);
227 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, argument
234 this.frequency = frequency;
241 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, argument
248 this.frequency = frequency;
[all...]
H A DWifiScanner.java97 * integer with frequency in MHz i.e. channel 1 is 2412
114 * channel frequency in MHz; for example channel 1 is specified as 2412
116 public int frequency; field in class:WifiScanner.ChannelSpec
132 public ChannelSpec(int frequency) { argument
133 this.frequency = frequency;
178 dest.writeInt(channels[i].frequency);
200 int frequency = in.readInt();
202 ChannelSpec spec = new ChannelSpec(frequency);
323 /** channel frequency (i
[all...]
H A DRttManager.java86 /** channel frequency that the device is on; optional */
87 public int frequency; field in class:RttManager.RttParams
124 dest.writeInt(params.frequency);
151 params[i].frequency = in.readInt();
H A DWifiInfo.java360 * Returns the current frequency in {@link #FREQUENCY_UNITS}.
361 * @return the frequency.
369 public void setFrequency(int frequency) { argument
370 this.mFrequency = frequency;
H A DWifiConfiguration.java606 * on the severity or frequency of the connection error
1223 sbuf.append("{").append(result.BSSID).append(",").append(result.frequency);
/frameworks/base/libs/common_time/
H A Dclock_recovery.h41 void reset(bool position, bool frequency);
96 void reset_l(bool position, bool frequency);
110 // of the frequency correction.
H A Dclock_recovery.cpp107 void ClockRecoveryLoop::reset(bool position, bool frequency) { argument
109 reset_l(position, frequency);
306 void ClockRecoveryLoop::reset_l(bool position, bool frequency) {
314 if (frequency) {
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java578 * @param frequency
583 public static AnalogueServiceSource ofAnalogue(int broadcastType, int frequency, argument
590 if (frequency < 0 || frequency > 0xFFFF) {
591 Log.w(TAG, "Invalid frequency value[0x0000-0xFFFF]:" + frequency);
593 "Invalid frequency value[0x0000-0xFFFF]:" + frequency);
603 return new AnalogueServiceSource(broadcastType, frequency, broadcastSystem);
622 /** Used to specify the frequency use
630 AnalogueServiceSource(int broadcastType, int frequency, int broadcastSystem) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiScanningServiceImpl.java74 list.add(channelSpec.frequency);
530 if (channelSpec.frequency == result.frequency) {
546 if (channelSpec.frequency == result.frequency) {
549 result.level, result.frequency, result.timestamp);
577 if (channelSpec.frequency == result.frequency) {
580 result.level, result.frequency, result.timestamp);
815 if (mChannelToBucketMap.containsKey(desiredChannelSpec.frequency)) {
[all...]
H A DWifiAutoJoinController.java1042 + " freq=" + b.frequency
1045 + " freq=" + a.frequency);
1092 + "/" + Integer.toString(bRssiBoost5) + " freq=" + b.frequency
1095 + "/" + Integer.toString(aRssiBoost5) + " freq=" + a.frequency);
1109 " Found " + a.BSSID + " rssi=" + a.level + " freq=" + a.frequency);
1694 + " freq=" + result.frequency
1813 + " freq=" + roamCandidate.frequency);
1863 + roamCandidate.BSSID + " freq=" + roamCandidate.frequency
H A DWifiConfigStore.java713 loge("updateConfiguration freq=" + result.frequency
1780 out.writeUTF(FREQ_KEY + Integer.toString(result.frequency)
3263 loge("has " + result.BSSID + " freq=" + Integer.toString(result.frequency)
3267 channels.add(result.frequency);
3285 + " freq=" + Integer.toString(result.frequency)
3292 channels.add(result.frequency);
3423 + " freq=" + Integer.toString(scanResult.frequency)
H A DWifiNative.java1231 int frequency; field in class:WifiNative.ChannelSettings
H A DWifiServiceImpl.java1087 * Set the operational frequency band
1098 Slog.i(TAG, "WifiService trying to set frequency band to " + band +
1110 * Get the operational frequency band
1423 r.frequency,
H A DWifiStateMachine.java395 /* Tracks current frequency mode */
545 /* Set the frequency band */
2332 * Set the operational frequency band
2354 * Returns the operational frequency band
2792 sb.append(" freq=").append(result.frequency);
3166 * Set the frequency band from the system setting value, if any.
3422 scanResult.frequency = freq;
3506 * Fetch RSSI, linkspeed, and frequency on current connection
5372 /* set frequency band of operation */
5489 if (DBG) log("set frequency ban
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DEqualizer.java26 * An Equalizer is used to alter the frequency response of a particular music source or of the main
30 * precise control of the gain in each frequency band controlled by the equalizer.
61 * Band center frequency. Parameter ID for OnParameterChangeListener
65 * Band frequency range. Parameter ID for
70 * Band for a given frequency. Parameter ID for OnParameterChangeListener
169 * Gets the number of frequency bands supported by the Equalizer engine.
206 * @param band frequency band that will have the new gain. The numbering of the bands starts
228 * @param band frequency band whose gain is requested. The numbering of the bands starts
249 * Gets the center frequency of the given band.
250 * @param band frequency ban
298 getBand(int frequency) argument
[all...]
/frameworks/av/include/media/
H A DToneGenerator.h292 WaveGenerator(unsigned short samplingRate, unsigned short frequency,
/frameworks/av/media/libmedia/
H A DToneGenerator.cpp1374 unsigned int frequency = mpToneDesc->segments[segmentIdx].waveFreq[freqIdx]; local
1375 while (frequency) {
1376 // Instantiate a wave generator if ot already done for this frequency
1377 if (mWaveGens.indexOfKey(frequency) == NAME_NOT_FOUND) {
1380 frequency,
1382 mWaveGens.add(frequency, lpWaveGen);
1384 frequency = mpNewToneDesc->segments[segmentIdx].waveFreq[++freqIdx];
1496 // frequency: Frequency of the sine wave to generate in Hz
1504 unsigned short frequency, float volume) {
1506 double F_div_Fs; // frequency / samplingRat
1503 WaveGenerator(unsigned short samplingRate, unsigned short frequency, float volume) argument
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2047 XAmilliHertz frequency,
2574 XAmilliHertz frequency
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h690 SLmilliHertz frequency
1263 SLmilliHertz frequency,

Completed in 696 milliseconds