Home
last modified time | relevance | path

Searched refs:setBand (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java203 configBuilder.setBand(config.getBand() | SoftApConfiguration.BAND_2GHZ); in resetToDefaultForUnsupportedConfig()
224 configBuilder.setBand(newBand | SoftApConfiguration.BAND_2GHZ); in resetToDefaultForUnsupportedConfig()
254 convertedConfigBuilder.setBand(config.getBand() | SoftApConfiguration.BAND_2GHZ); in sanitizePersistentApConfig()
275 configBuilder.setBand(SoftApConfiguration.BAND_2GHZ); in getDefaultApConfiguration()
314 configBuilder.setBand(apBand); in generateLocalOnlyHotspotConfig()
DWifiShellCommand.java743 configBuilder.setBand(SoftApConfiguration.BAND_2GHZ); in buildSoftApConfiguration()
745 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in buildSoftApConfiguration()
747 configBuilder.setBand(SoftApConfiguration.BAND_6GHZ); in buildSoftApConfiguration()
749 configBuilder.setBand(SoftApConfiguration.BAND_ANY); in buildSoftApConfiguration()
DSoftApBackupRestore.java134 configBuilder.setBand(band); in retrieveSoftApConfigurationFromBackupData()
DSoftApStoreData.java256 softApConfigBuilder.setBand(apBand); in deserializeData()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java222 configBuilder.setBand(SoftApConfiguration.BAND_2GHZ); in startSoftApWithConfig()
237 configBuilder.setBand(SoftApConfiguration.BAND_2GHZ); in startSoftApWithHiddenSsidTrueInConfig()
253 configBuilder.setBand(SoftApConfiguration.BAND_2GHZ); in startSoftApWithPassphraseInConfig()
404 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in startSoftApOn5GhzFailGeneralErrorForNoCountryCode()
450 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()
500 configBuilder.setBand(SoftApConfiguration.BAND_2GHZ); in startSoftApOn24GhzNoFailForNoCountryCode()
517 configBuilder.setBand(SoftApConfiguration.BAND_ANY); in startSoftApOnAnyGhzNoFailForNoCountryCode()
534 configBuilder.setBand(SoftApConfiguration.BAND_2GHZ); in startSoftApOn2GhzNoFailForCountryCodeSetFailure()
554 configBuilder.setBand(SoftApConfiguration.BAND_ANY); in startSoftApOnAnyNoFailForCountryCodeSetFailure()
575 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in startSoftApFailNoChannel()
[all …]
DSoftApStoreDataTest.java277 softApConfigBuilder.setBand(TEST_BAND); in serializeSoftAp()
401 softApConfigBuilder.setBand(TEST_BAND); in serializeDeserializeSoftAp()
437 softApConfigBuilder.setBand(TEST_BAND); in serializeDeserializeSoftApWpa3Sae()
474 softApConfigBuilder.setBand(TEST_BAND); in serializeDeserializeSoftApWpa3SaeTransition()
DHostapdHalTest.java444 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_Psk_BandAny_WithACS()
481 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_Psk_WithoutACS()
550 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
663 configurationBuilder.setBand(SoftApConfiguration.BAND_2GHZ); in testOnFailureCallbackHandling()
947 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_SAE_WithoutACS()
993 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_SAE_Transition_WithoutACS()
1038 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointFailure_SAEWithOldHal()
1062 configurationBuilder.setBand(SoftApConfiguration.BAND_ANY); in testAddAccessPointSuccess_WithACS_IncludeDFSChannels()
DWifiApConfigStoreTest.java153 configBuilder.setBand(band); in setupApConfig()
699 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in testResetToDefaultForUnsupportedConfig()
DWifiServiceImplTest.java1388 .setBand(SoftApConfiguration.BAND_5GHZ) in testStartTetheredHotspotWithSupported5gBand()
1409 .setBand(SoftApConfiguration.BAND_5GHZ) in testStartTetheredHotspotWithUnSupported5gBand()
1432 .setBand(SoftApConfiguration.BAND_6GHZ) in testStartTetheredHotspotWithSupported6gBand()
1456 .setBand(SoftApConfiguration.BAND_6GHZ) in testStartTetheredHotspotWithUnSupported6gBand()
1476 .setBand(SoftApConfiguration.BAND_5GHZ) in testStartTetheredHotspotWithSupportedBand()
3973 .setBand(SoftApConfiguration.BAND_2GHZ) in createValidSoftApConfiguration()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java372 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in updateApChannelConfig5GBandNoCountryCode()
401 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ); in updateApChannelConfigWith5GBandNoChannelAllowed()
417 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ | SoftApConfiguration.BAND_2GHZ); in updateApChannelConfigWithAcsDisabledOemConfigured()
442 configBuilder.setBand(SoftApConfiguration.BAND_5GHZ | SoftApConfiguration.BAND_2GHZ); in updateApChannelConfigWithAcsEnabled()
486 .setBand(SoftApConfiguration.BAND_2GHZ) in testCheckConfigurationChangeNeedToRestart()
497 .setBand(SoftApConfiguration.BAND_2GHZ) in testCheckConfigurationChangeNeedToRestart()
539 .setBand(SoftApConfiguration.BAND_5GHZ).build(); in testCheckConfigurationChangeNeedToRestart()
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp121 void DPEq::setBand(uint32_t band, DPEqBand &src) { in setBand() function in dp_fx::DPEq
147 void DPMbc::setBand(uint32_t band, DPMbcBand &src) { in setBand() function in dp_fx::DPMbc
DDPBase.h190 void setBand(uint32_t band, DPEqBand &src);
201 void setBand(uint32_t band, DPMbcBand &src);
/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java780 public void setBand(int band, EqBand bandCfg) { in setBand() method in DynamicsProcessing.Eq
871 public void setBand(int band, MbcBand bandCfg) { in setBand() method in DynamicsProcessing.Mbc
1141 mPreEq.setBand(band, preEqBand); in setPreEqBand()
1177 mMbc.setBand(band, mbcBand); in setMbcBand()
1213 mPostEq.setBand(band, postEqBand); in setPostEqBand()
1937 eq.setBand(b, eqBand); in queryEngineEqByChannelIndex()
1990 mbc.setBand(b, mbcBand); in queryEngineMbcByChannelIndex()
/frameworks/base/wifi/tests/src/android/net/wifi/
DSoftApConfToXmlMigrationUtilTest.java92 configBuilder.setBand(band); in setupApConfig()
DSoftApConfigurationTest.java281 .setBand(SoftApConfiguration.BAND_6GHZ) in testToWifiConfigurationWithUnsupportedParameter()
324 .setBand(SoftApConfiguration.BAND_2GHZ | SoftApConfiguration.BAND_5GHZ) in testToWifiConfigurationWithSupportedParameter()
/frameworks/base/wifi/java/android/net/wifi/
DSoftApConfToXmlMigrationUtil.java129 configBuilder.setBand( in loadFromLegacyFile()
DSoftApConfiguration.java758 public Builder setBand(@BandType int band) { in setBand() method in SoftApConfiguration.Builder
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java420 configBuilder.setBand(band); in fromWifiConfiguration()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp1110 pEq->setBand(band, eqBand); in DP_setParameter()
1200 pMbc->setBand(band, mbcBand); in DP_setParameter()
/frameworks/base/wifi/api/
Dsystem-current.txt273 method @NonNull public android.net.wifi.SoftApConfiguration.Builder setBand(int);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dsystem-current.txt7070 method @NonNull public android.net.wifi.SoftApConfiguration.Builder setBand(int);
Dcurrent.txt28063 method public void setBand(int, android.media.audiofx.DynamicsProcessing.EqBand);
28094 method public void setBand(int, android.media.audiofx.DynamicsProcessing.MbcBand);