Searched refs:interval_us (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | device_port_proxy.h | 114 virtual bool GetPreferredDataIntervalUs(size_t* interval_us) const { in GetPreferredDataIntervalUs() argument 179 bool GetPreferredDataIntervalUs(size_t* interval_us) const override;
|
D | device_port_proxy_hidl.h | 82 bool GetPreferredDataIntervalUs(size_t* interval_us) const override;
|
D | device_port_proxy_hidl.cc | 325 size_t* interval_us) const { in GetPreferredDataIntervalUs() 341 *interval_us = pcm_cfg.dataIntervalUs; in GetPreferredDataIntervalUs()
|
D | device_port_proxy.cc | 337 size_t* interval_us) const { in GetPreferredDataIntervalUs() 350 *interval_us = pcm_cfg.dataIntervalUs; in GetPreferredDataIntervalUs()
|
/packages/modules/Bluetooth/system/audio/asrc/ |
D | asrc_resampler.cc | 433 int bit_depth, int interval_us, int num_burst_buffers, int burst_delay_ms) in SourceAudioHalAsrc() argument 436 interval_us_(interval_us), in SourceAudioHalAsrc() 452 !check_bounds(interval_us, 1 * 1000, 100 * 1000) || 458 channels, sample_rate, bit_depth, interval_us, num_burst_buffers,
|
D | asrc_resampler.h | 42 int sample_rate, int bit_depth, int interval_us,
|