Home
last modified time | relevance | path

Searched refs:aptx_config (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DHidlToAidlMiddleware.cpp328 inline AptxConfig_2_0 to_hidl_aptx_config(const AptxConfiguration aptx_config) { in to_hidl_aptx_config() argument
331 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()
/hardware/interfaces/bluetooth/audio/aidl/vts/
DVtsHalBluetoothAudioTargetTest.cpp535 AptxConfiguration aptx_config{.sampleRateHz = 0, .bitsPerSample = 0}; in GetAptxCodecSpecificSupportedList() local
537 CodecConfiguration::CodecSpecific(aptx_config)); in GetAptxCodecSpecificSupportedList()