Searched refs:getFrequency (Results 1 – 14 of 14) sorted by relevance
152 uint32_t AudioEqualizer::getFrequency(int band) const { in getFrequency() function in android::AudioEqualizer155 return mpLowShelf->getFrequency(); in getFrequency()157 return mpHighShelf->getFrequency(); in getFrequency()159 return mpPeakingFilters[band - 1].getFrequency(); in getFrequency()177 high = mpLowShelf->getFrequency(); in getBandRange()179 low = mpHighShelf->getFrequency(); in getBandRange()256 uint32_t low = mpLowShelf->getFrequency(); in getMostRelevantBand()260 uint32_t high = mpHighShelf->getFrequency(); in getMostRelevantBand()266 uint32_t freq = mpPeakingFilters[i].getFrequency(); in getMostRelevantBand()
83 uint32_t getFrequency() const { return mNominalFrequency; } in getFrequency() function
84 uint32_t getFrequency() const { return mNominalFrequency; } in getFrequency() function
128 uint32_t getFrequency(int band) const;
450 *(int32_t *)pValue = pEqualizer->getFrequency(param2); in Equalizer_getParameter()
755 when(wifiInfo.getFrequency()).thenReturn(0); in testWifiInfoBandString_noMloLinks_returnsSingleBand()758 when(wifiInfo.getFrequency()).thenReturn(2400); in testWifiInfoBandString_noMloLinks_returnsSingleBand()761 when(wifiInfo.getFrequency()).thenReturn(5200); in testWifiInfoBandString_noMloLinks_returnsSingleBand()764 when(wifiInfo.getFrequency()).thenReturn(6000); in testWifiInfoBandString_noMloLinks_returnsSingleBand()773 when(wifiInfo.getFrequency()).thenReturn(0); in testWifiInfoBandString_lessThanU_returnsSingleBand()776 when(wifiInfo.getFrequency()).thenReturn(2400); in testWifiInfoBandString_lessThanU_returnsSingleBand()779 when(wifiInfo.getFrequency()).thenReturn(5200); in testWifiInfoBandString_lessThanU_returnsSingleBand()782 when(wifiInfo.getFrequency()).thenReturn(6000); in testWifiInfoBandString_lessThanU_returnsSingleBand()
112 when(mMockWifiInfo.getFrequency()).thenReturn(MIN_FREQ_24GHZ); in setUp()
104 inline HyphenationFrequency getFrequency() const { return mFrequency; } in getFrequency() function
297 public int getFrequency() { in getFrequency() method in FrontendSettings
1051 mConnectedInfo.frequencyMhz = mWifiInfo.getFrequency(); in updateWifiInfo()1177 sj.add("f = " + mWifiInfo.getFrequency()); in getWifiInfoDescription()
1145 return frequencyToBandString(context, wifiInfo.getFrequency()); in wifiInfoToBandString()1157 return frequencyToBandString(context, wifiInfo.getFrequency()); in wifiInfoToBandString()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9149 method @Deprecated public int getFrequency();
18014 method public int getFrequency();