Searched refs:rates (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/ |
D | AudioPrimaryHidlHalUtils.h | 54 static Result sampleRates(IStream* stream, hidl_vec<uint32_t>& rates) { in sampleRates() 55 EXPECT_OK(stream->getSupportedSampleRates(returnIn(rates))); in sampleRates() 56 return convertToResult(rates); in sampleRates()
|
/hardware/qcom/audio/hal/audio_extn/ |
D | usb.c | 73 unsigned int rates[MAX_SAMPLE_RATE_SIZE]; member 255 config->rates[sr_size++] = supported_sample_rates[i]; in usb_get_sample_rates() 270 config->rates[sr_size++] = supported_sample_rates[i]; in usb_get_sample_rates() 673 ALOGI("%s: rate %d", __func__, dev_info->rates[i]); in usb_print_active_device() 836 dev_info->bit_width, dev_info->rates[i], in usb_get_best_match_for_sample_rate() 838 if (stream_sample_rate == dev_info->rates[i]) { in usb_get_best_match_for_sample_rate() 839 *sr = dev_info->rates[i]; in usb_get_best_match_for_sample_rate() 841 __func__, dev_info->rates[i]); in usb_get_best_match_for_sample_rate() 844 candidate = dev_info->rates[i]; in usb_get_best_match_for_sample_rate() 853 dev_info->rates[i], in usb_get_best_match_for_sample_rate() [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalUtils.h | 65 static Result sampleRates(IStream* stream, hidl_vec<uint32_t>& rates) { in sampleRates() 67 EXPECT_OK(stream->getSupportedSampleRates(getFormat(stream), returnIn(res, rates))); in sampleRates()
|
/hardware/interfaces/audio/4.0/ |
D | IStream.hal | 54 * Return supported native sampling rates of the stream for a given format. 66 * @param format audio format for which the sample rates are supported. 69 * @return sampleRateHz supported sample rates.
|
D | IDevice.hal | 184 * As output, 'resultPort' contains possible attributes (sampling rates,
|
/hardware/interfaces/audio/5.0/ |
D | IStream.hal | 54 * Return supported native sampling rates of the stream for a given format. 66 * @param format audio format for which the sample rates are supported. 69 * @return sampleRateHz supported sample rates.
|
D | IDevice.hal | 184 * As output, 'resultPort' contains possible attributes (sampling rates,
|
/hardware/interfaces/audio/2.0/ |
D | IStream.hal | 56 * Return supported sampling rates of the stream. Calling this method is 60 * @return sampleRateHz supported sample rates.
|
D | IDevice.hal | 182 * As output, 'resultPort' contains possible attributes (sampling rates,
|
/hardware/interfaces/light/2.0/ |
D | types.hal | 73 * - The display must update at 60 Hz at least, but higher refresh rates are
|
/hardware/interfaces/sensors/2.0/vts/functional/ |
D | VtsHalSensorsV2_0TargetTest.cpp | 973 RateLevel rates[kNumRateLevels] = {RateLevel::NORMAL, RateLevel::FAST, in getDirectChannelSensor() local 977 if (isDirectReportRateSupported(*sensor, rates[i])) { in getDirectChannelSensor() 978 *rate = rates[i]; in getDirectChannelSensor()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 126 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */ member 159 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */ member 201 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */ member 489 uint8 rates[WL_MAXRATES_IN_SET]; /* rates in 500kbps units w/hi bit set if basic */ member 494 uint8 rates[WL_MAXRATES_IN_SET]; /* rates in 500kbps units w/hi bit set if basic */ member 4704 uint16 rates; /* Main Rates */
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 101 * different rates independently of each other.
|