Home
last modified time | relevance | path

Searched defs:band (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/audio/post_proc/
Dequalizer.c85 int equalizer_get_band_level(equalizer_context_t *context, int32_t band) in equalizer_get_band_level()
92 int equalizer_set_band_level(equalizer_context_t *context, int32_t band, in equalizer_set_band_level()
116 int equalizer_get_center_frequency(equalizer_context_t *context __unused, int32_t band) in equalizer_get_center_frequency()
123 int equalizer_get_band_freq_range(equalizer_context_t *context __unused, int32_t band, in equalizer_get_band_freq_range()
378 int32_t band; in equalizer_set_parameter() local
/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp119 bool isAm(const Band band) { in isAm()
123 bool isFm(const Band band) { in isFm()
166 ProgramSelector make_selector(Band band, uint32_t channel, uint32_t subChannel) { in make_selector()
/hardware/interfaces/wifi/1.4/default/
Dwifi_ap_iface.cpp67 V1_0::WifiBand band, getValidFrequenciesForBand_cb hidl_status_cb) { in getValidFrequenciesForBand()
103 WifiApIface::getValidFrequenciesForBandInternal(V1_0::WifiBand band) { in getValidFrequenciesForBandInternal()
Dwifi_sta_iface.cpp116 V1_0::WifiBand band, getValidFrequenciesForBand_cb hidl_status_cb) { in getValidFrequenciesForBand()
359 WifiStaIface::getValidFrequenciesForBandInternal(V1_0::WifiBand band) { in getValidFrequenciesForBandInternal()
Dhidl_struct_util.cpp457 legacy_hal::wifi_band convertHidlWifiBandToLegacy(V1_0::WifiBand band) { in convertHidlWifiBandToLegacy()
Dwifi_legacy_hal.cpp614 wifi_band band) { in getValidFrequenciesForBand()
/hardware/interfaces/audio/effect/all-versions/default/
DEqualizerEffect.cpp203 Return<Result> EqualizerEffect::setBandLevel(uint16_t band, int16_t level) { in setBandLevel()
207 Return<void> EqualizerEffect::getBandLevel(uint16_t band, getBandLevel_cb _hidl_cb) { in getBandLevel()
214 Return<void> EqualizerEffect::getBandCenterFrequency(uint16_t band, in getBandCenterFrequency()
222 Return<void> EqualizerEffect::getBandFrequencyRange(uint16_t band, in getBandFrequencyRange()
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.cpp274 Band band; in tune() local
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h135 wifi_band band; // when UNSPECIFIED, use channel list member
268 wifi_band band; // band for this set of threshold params member
/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp220 auto& band = mBands[idx]; in getBand() local
/hardware/interfaces/broadcastradio/1.0/vts/functional/
DVtsHalBroadcastradioV1_0TargetTest.cpp599 auto& band = getBand(0); in TEST_P() local
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp268 int band; member in GetChannelListCommand
271 int num_max_ch, int band) in GetChannelListCommand()
339 int band, int max_channels, wifi_channel *channels, int *num_channels) in wifi_get_valid_channels()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dp2p.h225 uint8 band; /* Regulatory Class (band) */ member
233 uint8 band; /* Regulatory Class (band) */ member
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmwifi_channels.h308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band))) argument
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan.cpp98 int band, int max_channels, wifi_channel *channels, int *num_channels) in wifi_get_valid_channels()
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp580 void EqualizerAudioEffectHidlTest::getBandFrequencyRange(uint16_t band, uint32_t* minFreq, in getBandFrequencyRange()