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

/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/core/java/android/provider/
H A DUserDictionary.java30 * frequency information and locale information.
78 * The frequency column. A value between 1 and 255. Higher values imply higher frequency.
81 public static final String FREQUENCY = "frequency";
115 * Sort by descending order of frequency.
119 /** Adds a word to the dictionary, with the given frequency and the specified
133 int frequency, int localeType) {
147 addWord(context, word, frequency, null, locale);
150 /** Adds a word to the dictionary, with the given frequency and the specified
162 int frequency, Strin
132 addWord(Context context, String word, int frequency, int localeType) argument
161 addWord(Context context, String word, int frequency, String shortcut, Locale locale) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java46 * Convert frequency to channel.
47 * @param frequency frequency to convert
48 * @return channel number associated with given frequency, -1 if no match
50 public static int convertFrequencyToChannel(int frequency) { argument
51 if (frequency >= 2412 && frequency <= 2472) {
52 return (frequency - 2412) / 5 + 1;
53 } else if (frequency == 2484) {
55 } else if (frequency >
[all...]
H A DInformationElementUtil.java138 //convert channel index to frequency in MHz, channel 36 is 5180MHz
622 * Use frequency, max supported rate, and the existence of VHT, HT & ERP fields in scan
625 public static int determineMode(int frequency, int maxRate, boolean foundVht, argument
633 } else if (frequency < 3000) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DScanDetail.java46 String caps, int level, int frequency, long tsf,
51 caps, level, frequency, tsf);
65 public ScanDetail(WifiSsid wifiSsid, String bssid, String caps, int level, int frequency, argument
68 mScanResult = new ScanResult(wifiSsid, bssid, 0L, -1, null, caps, level, frequency, tsf);
104 mScanResult.frequency = freq;
45 ScanDetail(NetworkDetail networkDetail, WifiSsid wifiSsid, String bssid, String caps, int level, int frequency, long tsf, ScanResult.InformationElement[] informationElements, List<String> anqpLines) argument
H A DWifiNative.java845 * Set the operational frequency band
1669 public int frequency; field in class:WifiNative.ChannelSettings
1860 result.centerFreq0 = htOperation.getCenterFreq0(result.frequency);
1876 + " PrimaryFreq: " + result.frequency + " mCenterfreq0: " + result.centerFreq0
2953 + " " + results[i].level + " " + results[i].frequency);
H A DWifiStateMachine.java533 /* Tracks current frequency mode */
665 /* Set the frequency band */
2164 * Set the operational frequency band
2187 * Returns the operational frequency band
2681 sb.append(" freq=").append(result.frequency);
2922 * Set the frequency band from the system setting value, if any.
2933 logd("done set frequency band " + band);
2936 loge("Failed to set frequency band " + band);
3101 * Fetch RSSI, linkspeed, and frequency on current connection
3736 private int convertFrequencyToChannelNumber(int frequency) { argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DNoBandChannelHelper.java43 if (settings.channels[i].frequency == channel) {
77 public void addChannel(int frequency) { argument
78 mChannels.add(frequency);
157 channelSettings.frequency = mChannels.valueAt(i);
H A DKnownBandsChannelHelper.java93 private boolean isDfsChannel(int frequency) { argument
96 if (frequency == dfsChannel.frequency) {
104 private int getBandFromChannel(int frequency) { argument
105 if (2400 <= frequency && frequency < 2500) {
107 } else if (isDfsChannel(frequency)) {
109 } else if (5100 <= frequency && frequency < 6000) {
125 if (settingsChannels[i].frequency
153 addChannel(int frequency) argument
[all...]
H A DBackgroundScanScheduler.java157 private WifiNative.ChannelSettings createChannelSettings(int frequency) { argument
159 channelSettings.frequency = frequency;
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java88 private void addByteNoise(byte[] data, int count, float frequency, int maxDelta) { argument
91 if (rand.nextFloat() < frequency) {
120 // and we can't get good results if the frequency of small differences is
124 // results at a 3% specified frequency, the test should fail:
/frameworks/av/media/libmedia/
H A DToneGenerator.cpp1394 unsigned int frequency = mpToneDesc->segments[segmentIdx].waveFreq[freqIdx]; local
1395 while (frequency) {
1396 // Instantiate a wave generator if ot already done for this frequency
1397 if (mWaveGens.indexOfKey(frequency) == NAME_NOT_FOUND) {
1400 frequency,
1402 mWaveGens.add(frequency, lpWaveGen);
1404 frequency = mpNewToneDesc->segments[segmentIdx].waveFreq[++freqIdx];
1516 // frequency: Frequency of the sine wave to generate in Hz
1524 unsigned short frequency, float volume) {
1526 double F_div_Fs; // frequency / samplingRat
1523 WaveGenerator(unsigned short samplingRate, unsigned short frequency, float volume) argument
[all...]
/frameworks/base/libs/common_time/
H A Dclock_recovery.cpp108 void ClockRecoveryLoop::reset(bool position, bool frequency) { argument
110 reset_l(position, frequency);
307 void ClockRecoveryLoop::reset_l(bool position, bool frequency) {
315 if (frequency) {
/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/base/wifi/java/android/net/wifi/
H A DScanResult.java77 * The primary 20 MHz frequency (in MHz) of the channel over which the client is communicating
80 public int frequency; field in class:ScanResult
112 * If the AP use 40, 80 or 160 MHz, this is the center frequency (in MHz)
113 * if the AP use 80 + 80 MHz, this is the center frequency of the first segment (in MHz)
119 * if the AP use 80 + 80 MHz, this is the center frequency of the second segment (in MHz)
274 return ScanResult.is24GHz(frequency);
289 return ScanResult.is5GHz(frequency);
354 byte[] osuProviders, String caps, int level, int frequency, long tsf) {
368 this.frequency = frequency;
353 ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, byte[] osuProviders, String caps, int level, int frequency, long tsf) argument
379 ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, long tsf, int distCm, int distSdCm) argument
397 ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, int level, int frequency, long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1, boolean is80211McRTTResponder) argument
422 ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, int level, int frequency, long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1, boolean is80211McRTTResponder) argument
[all...]
H A DWifiInfo.java386 * Returns the current frequency in {@link #FREQUENCY_UNITS}.
387 * @return the frequency.
395 public void setFrequency(int frequency) { argument
396 this.mFrequency = frequency;
H A DRttManager.java352 * communicating with the AP.Same as ScanResult.frequency
355 public int frequency; field in class:RttManager.RttParams
365 * If the AP use 40, 80 or 160 MHz, this is the center frequency
366 * if the AP use 80 + 80 MHz, this is the center frequency of the first segment
374 * if the AP use 80 + 80 MHz, this is the center frequency of the second segment
508 dest.writeInt(params.frequency);
539 params[i].frequency = in.readInt();
1016 * The primary 20 MHz frequency (in MHz) of the channel where responder is enabled.
1017 * @see ScanResult#frequency
1019 public int frequency; field in class:RttManager.ResponderConfig
[all...]
H A DWifiScanner.java99 * integer with frequency in MHz i.e. channel 1 is 2412
116 * channel frequency in MHz; for example channel 1 is specified as 2412
118 public int frequency; field in class:WifiScanner.ChannelSpec
134 public ChannelSpec(int frequency) { argument
135 this.frequency = frequency;
229 dest.writeInt(channels[i].frequency);
255 int frequency = in.readInt();
256 ChannelSpec spec = new ChannelSpec(frequency);
831 /** channel frequency (i
[all...]
/frameworks/minikin/include/minikin/
H A DLineBreaker.h152 void setHyphenationFrequency(HyphenationFrequency frequency) { argument
153 mHyphenationFrequency = 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/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3037 milliseconds