Searched refs:aptx_config (Results 1 – 2 of 2) sorted by relevance
328 inline AptxConfig_2_0 to_hidl_aptx_config(const AptxConfiguration aptx_config) { in to_hidl_aptx_config() argument331 to_hidl_sample_rate_2_0(aptx_config.sampleRateHz); in to_hidl_aptx_config()333 to_hidl_bits_per_sample(aptx_config.bitsPerSample); in to_hidl_aptx_config()334 hidl_aptx_config.channelMode = to_hidl_channel_mode(aptx_config.channelMode); in to_hidl_aptx_config()
535 AptxConfiguration aptx_config{.sampleRateHz = 0, .bitsPerSample = 0}; in GetAptxCodecSpecificSupportedList() local537 CodecConfiguration::CodecSpecific(aptx_config)); in GetAptxCodecSpecificSupportedList()