Home
last modified time | relevance | path

Searched refs:stack_config (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc146 auto stack_config = stack_ltvs.GetAsCoreCodecConfig(); in GetAidlCodecSpecificConfigurationFromStack() local
148 if (stack_config.sampling_frequency.has_value()) { in GetAidlCodecSpecificConfigurationFromStack()
153 stack_config.sampling_frequency.value())); in GetAidlCodecSpecificConfigurationFromStack()
155 if (stack_config.frame_duration.has_value()) { in GetAidlCodecSpecificConfigurationFromStack()
160 stack_config.frame_duration.value())); in GetAidlCodecSpecificConfigurationFromStack()
162 if (stack_config.audio_channel_allocation.has_value()) { in GetAidlCodecSpecificConfigurationFromStack()
165 static_cast<int32_t>(stack_config.audio_channel_allocation.value()); in GetAidlCodecSpecificConfigurationFromStack()
171 if (stack_config.octets_per_codec_frame.has_value()) { in GetAidlCodecSpecificConfigurationFromStack()
176 .value = stack_config.octets_per_codec_frame.value()}); in GetAidlCodecSpecificConfigurationFromStack()
179 if (stack_config.codec_frames_blocks_per_sdu.has_value()) { in GetAidlCodecSpecificConfigurationFromStack()
[all …]
Dle_audio_utils_unittest.cc216 ::bluetooth::le_audio::types::DataPathConfiguration stack_config; in PrepareReferenceLeAudioDataPathConfigurationVendor()
217 stack_config.dataPathId = config.dataPathId; in PrepareReferenceLeAudioDataPathConfigurationVendor()
218 stack_config.dataPathConfig = *config.dataPathConfiguration.configuration; in PrepareReferenceLeAudioDataPathConfigurationVendor()
219 stack_config.isoDataPathConfig.codecId = in PrepareReferenceLeAudioDataPathConfigurationVendor()
222 stack_config.isoDataPathConfig.isTransparent = in PrepareReferenceLeAudioDataPathConfigurationVendor()
224 stack_config.isoDataPathConfig.controllerDelayUs = in PrepareReferenceLeAudioDataPathConfigurationVendor()
226 stack_config.isoDataPathConfig.configuration = in PrepareReferenceLeAudioDataPathConfigurationVendor()
229 return {config, stack_config}; in PrepareReferenceLeAudioDataPathConfigurationVendor()
253 ::bluetooth::le_audio::types::DataPathConfiguration stack_config; in PrepareReferenceLeAudioDataPathConfigurationLc3()
254 stack_config.dataPathId = config.dataPathId; in PrepareReferenceLeAudioDataPathConfigurationLc3()
[all …]
/packages/modules/Bluetooth/system/main/
DBUILD.gn49 "stack_config.cc",
DAndroid.bp15 "stack_config.cc",
/packages/modules/Bluetooth/system/test/
DAndroid.bp544 "common/stack_config.cc",