Home
last modified time | relevance | path

Searched refs:BandConfig (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioModule.java42 RadioModule(int moduleId, RadioManager.BandConfig config, boolean withAudio, in RadioModule()
49 RadioManager.BandConfig config, boolean withAudio); in native_setup()
64 public native int setConfiguration(RadioManager.BandConfig config); in setConfiguration()
66 public native int getConfiguration(RadioManager.BandConfig[] config); in getConfiguration()
127 RadioManager.BandConfig config = (RadioManager.BandConfig)msg.obj; in NativeEventHandlerDelegate()
DRadioTuner.java71 public abstract int setConfiguration(RadioManager.BandConfig config); in setConfiguration()
87 public abstract int getConfiguration(RadioManager.BandConfig[] config); in getConfiguration()
281 public void onConfigurationChanged(RadioManager.BandConfig config) {} in onConfigurationChanged()
DRadioManager.java660 public static class BandConfig implements Parcelable { class in RadioManager
664 BandConfig(BandDescriptor descriptor) { in BandConfig() method in RadioManager.BandConfig
668 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig() method in RadioManager.BandConfig
672 private BandConfig(Parcel in) { in BandConfig() method in RadioManager.BandConfig
719 public static final Parcelable.Creator<BandConfig> CREATOR
720 = new Parcelable.Creator<BandConfig>() {
721 public BandConfig createFromParcel(Parcel in) {
722 return new BandConfig(in);
725 public BandConfig[] newArray(int size) {
726 return new BandConfig[size];
[all …]
/frameworks/av/services/radio/
DHidlUtils.h27 using android::hardware::broadcastradio::V1_0::BandConfig;
35 const BandConfig *halConfig);
38 static void convertBandConfigToHal(BandConfig *halConfig,
DRadioHalHidl.cpp77 BandConfig halConfig; in openTuner()
147 BandConfig halConfig; in setConfiguration()
160 BandConfig halConfig; in getConfiguration()
163 mHalTuner->getConfiguration([&](Result result, const BandConfig& config) { in getConfiguration()
249 Return<void> RadioHalHidl::Tuner::configChange(Result result, const BandConfig& config) in configChange()
DRadioHalHidl.h38 using android::hardware::broadcastradio::V1_0::BandConfig;
71 virtual Return<void> configChange(Result result, const BandConfig& config);
DHidlUtils.cpp52 void HidlUtils::convertBandConfigToHal(BandConfig *halConfig, in convertBandConfigToHal()
97 const BandConfig *halConfig) in convertBandConfigFromHal()
/frameworks/av/media/libeffects/testlibs/
DAudioEqualizer.h35 struct BandConfig { struct
50 const BandConfig * bandConfigs; argument
DEffectEqualizer.cpp64 const AudioEqualizer::BandConfig gBandsClassic[kNumBands] = {
72 const AudioEqualizer::BandConfig gBandsJazz[kNumBands] = {
80 const AudioEqualizer::BandConfig gBandsPop[kNumBands] = {
88 const AudioEqualizer::BandConfig gBandsRock[kNumBands] = {
DAudioEqualizer.cpp208 const BandConfig & bandCfg = presetCfg.bandConfigs[band]; in setPreset()
/frameworks/base/
Dpreloaded-classes1261 android.hardware.radio.RadioManager$BandConfig
1262 android.hardware.radio.RadioManager$BandConfig$1
Dcompiled-classes-phone1794 android.hardware.radio.RadioManager$BandConfig
1795 android.hardware.radio.RadioManager$BandConfig$1
/frameworks/base/services/
Dprofile-classes1036 Landroid/hardware/radio/RadioManager$BandConfig;
1037 Landroid/hardware/radio/RadioManager$BandConfig$1;
/frameworks/base/api/
Dsystem-current.txt17124 …re.radio.RadioTuner openTuner(int, android.hardware.radio.RadioManager.BandConfig, boolean, androi…
17147 …lic static class RadioManager.AmBandConfig extends android.hardware.radio.RadioManager.BandConfig {
17164 public static class RadioManager.BandConfig implements android.os.Parcelable {
17172 …static final android.os.Parcelable.Creator<android.hardware.radio.RadioManager.BandConfig> CREATOR;
17186 …lic static class RadioManager.FmBandConfig extends android.hardware.radio.RadioManager.BandConfig {
17292 method public abstract int getConfiguration(android.hardware.radio.RadioManager.BandConfig[]);
17298 method public abstract int setConfiguration(android.hardware.radio.RadioManager.BandConfig);
17314 method public void onConfigurationChanged(android.hardware.radio.RadioManager.BandConfig);