Home
last modified time | relevance | path

Searched refs:upperLimit (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java336 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandDescriptor() argument
340 mUpperLimit = upperLimit; in BandDescriptor()
464 FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandDescriptor() argument
466 super(region, type, lowerLimit, upperLimit, spacing); in FmBandDescriptor()
590 AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandDescriptor() argument
592 super(region, type, lowerLimit, upperLimit, spacing); in AmBandDescriptor()
668 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig() argument
669 mDescriptor = new BandDescriptor(region, type, lowerLimit, upperLimit, spacing); in BandConfig()
785 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig() argument
787 super(region, type, lowerLimit, upperLimit, spacing); in FmBandConfig()
[all …]
/frameworks/av/services/radio/
DHidlUtils.cpp58 halConfig->upperLimit = config->upper_limit; in convertBandConfigToHal()
102 config->upper_limit = halConfig->upperLimit; in convertBandConfigFromHal()