Home
last modified time | relevance | path

Searched refs:DataPathConfiguration (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h1074 struct DataPathConfiguration { struct
1079 bool operator==(const DataPathConfiguration& other) const { argument
1096 bool operator!=(const DataPathConfiguration& other) const { return !(*this == other); }
1099 std::ostream& operator<<(std::ostream& os, const le_audio::types::DataPathConfiguration& config);
1210 DataPathConfiguration data_path_configuration;
1266 types::DataPathConfiguration data_path_configuration;
Dle_audio_types.cc718 std::ostream& operator<<(std::ostream& os, const le_audio::types::DataPathConfiguration& config) { in operator <<()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcast_configuration_provider.h149 static const types::DataPathConfiguration lc3_data_path = {
Dbroadcaster_types.h373 types::DataPathConfiguration data_path;
Dbroadcaster_test.cc1057 static const types::DataPathConfiguration vendor_data_path = {
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.h90 struct ::bluetooth::le_audio::types::DataPathConfiguration GetStackDataPathFromAidlFormat(
Dle_audio_utils_unittest.cc163 ::bluetooth::le_audio::types::DataPathConfiguration>
175 ::bluetooth::le_audio::types::DataPathConfiguration stack_config; in PrepareReferenceLeAudioDataPathConfigurationVendor()
191 ::bluetooth::le_audio::types::DataPathConfiguration>
210 ::bluetooth::le_audio::types::DataPathConfiguration stack_config; in PrepareReferenceLeAudioDataPathConfigurationLc3()
Dle_audio_utils.cc479 ::bluetooth::le_audio::types::DataPathConfiguration GetStackDataPathFromAidlFormat( in GetStackDataPathFromAidlFormat()
482 auto config = ::bluetooth::le_audio::types::DataPathConfiguration{ in GetStackDataPathFromAidlFormat()