Searched refs:BandConfig (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioModule.java | 39 RadioModule(int moduleId, RadioManager.BandConfig config, boolean withAudio, in RadioModule() 46 RadioManager.BandConfig config, boolean withAudio); in native_setup() 61 public native int setConfiguration(RadioManager.BandConfig config); in setConfiguration() 63 public native int getConfiguration(RadioManager.BandConfig[] config); in getConfiguration() 121 RadioManager.BandConfig config = (RadioManager.BandConfig)msg.obj; in NativeEventHandlerDelegate()
|
D | RadioTuner.java | 68 public abstract int setConfiguration(RadioManager.BandConfig config); in setConfiguration() 84 public abstract int getConfiguration(RadioManager.BandConfig[] config); in getConfiguration() 264 public void onConfigurationChanged(RadioManager.BandConfig config) {} in onConfigurationChanged()
|
D | RadioManager.java | 643 public static class BandConfig implements Parcelable { class in RadioManager 647 BandConfig(BandDescriptor descriptor) { in BandConfig() method in RadioManager.BandConfig 651 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig() method in RadioManager.BandConfig 655 private BandConfig(Parcel in) { in BandConfig() method in RadioManager.BandConfig 702 public static final Parcelable.Creator<BandConfig> CREATOR 703 = new Parcelable.Creator<BandConfig>() { 704 public BandConfig createFromParcel(Parcel in) { 705 return new BandConfig(in); 708 public BandConfig[] newArray(int size) { 709 return new BandConfig[size]; [all …]
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioEqualizer.h | 35 struct BandConfig { struct 50 const BandConfig * bandConfigs; argument
|
D | EffectEqualizer.cpp | 61 const AudioEqualizer::BandConfig gBandsClassic[kNumBands] = { 69 const AudioEqualizer::BandConfig gBandsJazz[kNumBands] = { 77 const AudioEqualizer::BandConfig gBandsPop[kNumBands] = { 85 const AudioEqualizer::BandConfig gBandsRock[kNumBands] = {
|
D | AudioEqualizer.cpp | 208 const BandConfig & bandCfg = presetCfg.bandConfigs[band]; in setPreset()
|
/frameworks/base/ |
D | preloaded-classes | 948 android.hardware.radio.RadioManager$BandConfig 949 android.hardware.radio.RadioManager$BandConfig$1
|
/frameworks/base/api/ |
D | system-current.txt | 14734 …re.radio.RadioTuner openTuner(int, android.hardware.radio.RadioManager.BandConfig, boolean, androi… 14757 …lic static class RadioManager.AmBandConfig extends android.hardware.radio.RadioManager.BandConfig { 14774 public static class RadioManager.BandConfig implements android.os.Parcelable { 14782 …static final android.os.Parcelable.Creator<android.hardware.radio.RadioManager.BandConfig> CREATOR; 14796 …lic static class RadioManager.FmBandConfig extends android.hardware.radio.RadioManager.BandConfig { 14887 method public abstract int getConfiguration(android.hardware.radio.RadioManager.BandConfig[]); 14893 method public abstract int setConfiguration(android.hardware.radio.RadioManager.BandConfig); 14909 method public void onConfigurationChanged(android.hardware.radio.RadioManager.BandConfig);
|