/hardware/interfaces/audio/effect/6.0/ |
D | IEqualizerEffect.hal | 29 * Returns the minimum and maximum band levels supported. 35 * Sets the gain for the given equalizer band. 37 setBandLevel(uint16_t band, int16_t level) generates (Result retval); 40 * Gets the gain for the given equalizer band. 42 getBandLevel(uint16_t band) generates (Result retval, int16_t level); 45 * Gets the center frequency of the given band, in milliHertz. 47 getBandCenterFrequency(uint16_t band) 51 * Gets the frequency range of the given frequency band, in milliHertz. 53 getBandFrequencyRange(uint16_t band) 57 * Gets the band that has the most effect on the given frequency [all …]
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEqualizerEffect.hal | 29 * Returns the minimum and maximum band levels supported. 35 * Sets the gain for the given equalizer band. 37 setBandLevel(uint16_t band, int16_t level) generates (Result retval); 40 * Gets the gain for the given equalizer band. 42 getBandLevel(uint16_t band) generates (Result retval, int16_t level); 45 * Gets the center frequency of the given band, in milliHertz. 47 getBandCenterFrequency(uint16_t band) 51 * Gets the frequency range of the given frequency band, in milliHertz. 53 getBandFrequencyRange(uint16_t band) 57 * Gets the band that has the most effect on the given frequency [all …]
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEqualizerEffect.hal | 29 * Returns the minimum and maximum band levels supported. 35 * Sets the gain for the given equalizer band. 37 setBandLevel(uint16_t band, int16_t level) generates (Result retval); 40 * Gets the gain for the given equalizer band. 42 getBandLevel(uint16_t band) generates (Result retval, int16_t level); 45 * Gets the center frequency of the given band, in milliHertz. 47 getBandCenterFrequency(uint16_t band) 51 * Gets the frequency range of the given frequency band, in milliHertz. 53 getBandFrequencyRange(uint16_t band) 57 * Gets the band that has the most effect on the given frequency [all …]
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEqualizerEffect.hal | 29 * Returns the minimum and maximum band levels supported. 35 * Sets the gain for the given equalizer band. 37 setBandLevel(uint16_t band, int16_t level) generates (Result retval); 40 * Gets the gain for the given equalizer band. 42 getBandLevel(uint16_t band) generates (Result retval, int16_t level); 45 * Gets the center frequency of the given band, in milliHertz. 47 getBandCenterFrequency(uint16_t band) 51 * Gets the frequency range of the given frequency band, in milliHertz. 53 getBandFrequencyRange(uint16_t band) 57 * Gets the band that has the most effect on the given frequency [all …]
|
/hardware/qcom/audio/post_proc/ |
D | equalizer.c | 85 int equalizer_get_band_level(equalizer_context_t *context, int32_t band) in equalizer_get_band_level() argument 87 ALOGV("%s: band: %d level: %d", __func__, band, in equalizer_get_band_level() 88 context->band_levels[band] * 100); in equalizer_get_band_level() 89 return context->band_levels[band] * 100; in equalizer_get_band_level() 92 int equalizer_set_band_level(equalizer_context_t *context, int32_t band, in equalizer_set_band_level() argument 95 ALOGV("%s: band: %d, level: %d", __func__, band, level); in equalizer_set_band_level() 101 context->band_levels[band] = level; in equalizer_set_band_level() 116 int equalizer_get_center_frequency(equalizer_context_t *context __unused, int32_t band) in equalizer_get_center_frequency() argument 118 ALOGV("%s: band: %d", __func__, band); in equalizer_get_center_frequency() 119 return (equalizer_band_freq_range[band][0] + in equalizer_get_center_frequency() [all …]
|
/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 119 bool isAm(const Band band) { in isAm() argument 120 return band == Band::AM || band == Band::AM_HD; in isAm() 123 bool isFm(const Band band) { in isFm() argument 124 return band == Band::FM || band == Band::FM_HD; in isFm() 166 ProgramSelector make_selector(Band band, uint32_t channel, uint32_t subChannel) { in make_selector() argument 169 ALOGW_IF((subChannel > 0) && (band == Band::AM || band == Band::FM), in make_selector() 174 if (isAm(band)) { in make_selector() 176 } else if (isFm(band)) { in make_selector() 179 LOG_ALWAYS_FATAL("Unsupported band: %s", toString(band).c_str()); in make_selector()
|
/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/ |
D | Utils.h | 49 bool isAm(const V1_0::Band band); 50 bool isFm(const V1_0::Band band); 68 V1_1::ProgramSelector make_selector(V1_0::Band band, uint32_t channel, uint32_t subChannel = 0);
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiApIface.hal | 39 * for the provided band. 41 * @param band Band for which the frequency list is being generated. 49 * @return frequencies vector of valid frequencies for the provided band. 51 getValidFrequenciesForBand(WifiBand band)
|
/hardware/interfaces/wifi/1.4/default/ |
D | wifi_ap_iface.cpp | 67 V1_0::WifiBand band, getValidFrequenciesForBand_cb hidl_status_cb) { in getValidFrequenciesForBand() argument 70 hidl_status_cb, band); in getValidFrequenciesForBand() 103 WifiApIface::getValidFrequenciesForBandInternal(V1_0::WifiBand band) { in getValidFrequenciesForBandInternal() argument 110 ifname_, hidl_struct_util::convertHidlWifiBandToLegacy(band)); in getValidFrequenciesForBandInternal()
|
D | wifi_ap_iface.h | 52 V1_0::WifiBand band, 65 getValidFrequenciesForBandInternal(V1_0::WifiBand band);
|
D | wifi_sta_iface.h | 66 V1_0::WifiBand band, 132 getValidFrequenciesForBandInternal(V1_0::WifiBand band);
|
/hardware/interfaces/broadcastradio/1.0/ |
D | ITuner.hal | 24 * Apply current radio band configuration (band, range, channel spacing...). 28 * @param config The band configuration to apply. 37 * Retrieve current radio band configuration. 40 * @param config Current band configuration 49 * or after a time out or full band scan if no station found. 65 * or after a time out or full band scan if no station found. 81 * or after a time out or full band scan if no station found.
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | EqualizerEffect.cpp | 203 Return<Result> EqualizerEffect::setBandLevel(uint16_t band, int16_t level) { in setBandLevel() argument 204 return mEffect->setParam(EQ_PARAM_BAND_LEVEL, band, level); in setBandLevel() 207 Return<void> EqualizerEffect::getBandLevel(uint16_t band, getBandLevel_cb _hidl_cb) { in getBandLevel() argument 209 Result retval = mEffect->getParam(EQ_PARAM_BAND_LEVEL, band, halLevel); in getBandLevel() 214 Return<void> EqualizerEffect::getBandCenterFrequency(uint16_t band, in getBandCenterFrequency() argument 217 Result retval = mEffect->getParam(EQ_PARAM_CENTER_FREQ, band, halFreq); in getBandCenterFrequency() 222 Return<void> EqualizerEffect::getBandFrequencyRange(uint16_t band, in getBandFrequencyRange() argument 225 Result retval = mEffect->getParam(EQ_PARAM_BAND_FREQ_RANGE, band, halFreqs); in getBandFrequencyRange()
|
D | EqualizerEffect.h | 100 Return<Result> setBandLevel(uint16_t band, int16_t level) override; 101 Return<void> getBandLevel(uint16_t band, getBandLevel_cb _hidl_cb) override; 102 Return<void> getBandCenterFrequency(uint16_t band, getBandCenterFrequency_cb _hidl_cb) override; 103 Return<void> getBandFrequencyRange(uint16_t band, getBandFrequencyRange_cb _hidl_cb) override;
|
/hardware/interfaces/wifi/hostapd/1.2/ |
D | IHostapd.hal | 44 * 2.4 GHz band. 48 * 5 GHz band. 52 * 6 GHz band. 63 * Note: hw_mode=a is used to specify that 5 GHz band or 6 GHz band is 69 * Whether 6GHz band enabled or not on softAp. 70 * Note: hw_mode=a is used to specify that 5 GHz band or 6 GHz band is
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 37 int band, int max_channels, wifi_channel *channels, int *num_channels); 135 wifi_band band; // when UNSPECIFIED, use channel list member 268 wifi_band band; // band for this set of threshold params member
|
/hardware/interfaces/wifi/hostapd/1.0/ |
D | IHostapd.hal | 49 * used to indicate that any supported band can be used. This special 66 * the band. 71 * Note: hw_mode=a is used to specify that 5 GHz band is used with VHT. 99 Band band;
|
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
D | VtsHalBroadcastradioV1_0TargetTest.cpp | 599 auto& band = getBand(0); in TEST_P() local 602 ASSERT_GT(band.spacings.size(), 0u); in TEST_P() 603 ASSERT_GT(band.upperLimit, band.lowerLimit); in TEST_P() 606 uint32_t lowerLimit = band.lowerLimit; in TEST_P() 607 uint32_t upperLimit = band.upperLimit; in TEST_P() 608 uint32_t spacing = band.spacings[0]; in TEST_P()
|
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
D | hostapd_hidl_test.cpp | 75 iface_params.channelParams.band = IHostapd::Band::BAND_ANY; in getIfaceParamsWithAcs() 87 iface_params.channelParams.band = IHostapd::Band::BAND_2_4_GHZ; in getIfaceParamsWithoutAcs() 99 iface_params.channelParams.band = IHostapd::Band::BAND_2_4_GHZ; in getIfaceParamsWithInvalidChannel()
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantP2pIface.hal | 38 * passphrase, persistent mode, and frequency/band. 49 * @param freq The required frequency or band for this group. 56 * If an invalid band or unsupported frequency are specified, it fails.
|
/hardware/interfaces/radio/1.3/ |
D | IRadio.hal | 39 * For example, CBRS is only on LTE band 48. By specifying this band,
|
/hardware/interfaces/wifi/1.4/ |
D | types.hal | 66 * Index for 6 GHz band. 145 … * Frequency in MHz to of the discovery channel in the specified band. Indexed by |NanBandIndex|. 153 * Specifies whether sync/discovery beacons are transmitted in the specified band. Indexed by 161 … * Specifies whether SDF (service discovery frames) are transmitted in the specified band. Indexed 237 * Additional configuration provided per band: indexed by |NanBandIndex|. 247 * Enable operation in a specific band: indexed by |NanBandIndex|.
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 274 Band band; in tune() local 277 band = mAmfmConfig.type; in tune() 279 return tuneByProgramSelector(utils::make_selector(band, channel, subChannel)); in tune()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifihal_internal.h | 96 u32 band,
|
/hardware/interfaces/wifi/hostapd/1.1/vts/functional/ |
D | hostapd_hidl_test.cpp | 84 iface_params.channelParams.band = IHostapd::Band::BAND_ANY; in getIfaceParamsWithAcs() 121 iface_params.channelParams.band = IHostapd::Band::BAND_2_4_GHZ; in getIfaceParamsWithoutAcs()
|