Searched refs:LeAudioCodecId (Results 1 – 19 of 19) sorted by relevance
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_utils.h | 34 const ::bluetooth::le_audio::types::LeAudioCodecId& codec_id); 36 ::bluetooth::le_audio::types::LeAudioCodecId GetStackCodecIdFromAidlFormat( 81 ::bluetooth::le_audio::types::LeAudioCodecId& out_codec_id);
|
D | le_audio_utils.cc | 31 const ::bluetooth::le_audio::types::LeAudioCodecId& codec_id) { in GetAidlCodecIdFromStackFormat() 51 ::bluetooth::le_audio::types::LeAudioCodecId GetStackCodecIdFromAidlFormat( in GetStackCodecIdFromAidlFormat() 53 ::bluetooth::le_audio::types::LeAudioCodecId codec; in GetStackCodecIdFromAidlFormat() 386 ::bluetooth::le_audio::types::LeAudioCodecId& out_codec_id) { in GetStackBisConfigFromAidlFormat() 416 ::bluetooth::le_audio::types::LeAudioCodecId codec_id; in GetStackSubgroupsFromAidlFormat()
|
D | le_audio_utils_unittest.cc | 58 static const ::bluetooth::le_audio::types::LeAudioCodecId kStackCodecLc3 = { 68 static const ::bluetooth::le_audio::types::LeAudioCodecId kStackCodecVendor1 = { 76 static const ::bluetooth::le_audio::types::LeAudioCodecId 188 ::bluetooth::le_audio::types::LeAudioCodecId codec_id, in PrepareStackPacRecord() 1033 ::bluetooth::le_audio::types::LeAudioCodecId out_stack_codec_id; in TEST()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | codec_interface.h | 50 CodecInterface(const types::LeAudioCodecId& codec_id); 53 const types::LeAudioCodecId& codec_id) { in CreateInstance()
|
D | mock_codec_interface.cc | 23 Impl(const types::LeAudioCodecId& codec_id) { in Impl() 32 CodecInterface::CodecInterface(const types::LeAudioCodecId& codec_id) { in CodecInterface()
|
D | le_audio_types.h | 1038 struct LeAudioCodecId { struct 1043 friend bool operator==(const LeAudioCodecId& lhs, const LeAudioCodecId& rhs) { argument 1054 friend bool operator!=(const LeAudioCodecId& lhs, const LeAudioCodecId& rhs) { 1060 constexpr LeAudioCodecId kLeAudioCodecHeadtracking = { 1065 types::LeAudioCodecId codecId = {0, 0, 0}; 1178 LeAudioCodecId codec_id; 1202 LeAudioCodecId codec_id; 1214 std::ostream& operator<<(std::ostream& os, const LeAudioCodecId& codec_id); 1228 types::LeAudioCodecId id; 1327 const types::LeAudioCodecId LeAudioCodecIdLc3 = { [all …]
|
D | codec_interface.cc | 33 Impl(const types::LeAudioCodecId& codec_id) : codec_id_(codec_id) {} in Impl() 223 types::LeAudioCodecId codec_id_; 255 CodecInterface::CodecInterface(const types::LeAudioCodecId& codec_id) { in CodecInterface()
|
D | client_parser.h | 113 types::LeAudioCodecId codec_id; 165 types::LeAudioCodecId codec_id;
|
D | le_audio_utils.h | 80 bool IsCodecUsingLtvFormat(const types::LeAudioCodecId& codec_id);
|
D | le_audio_utils.cc | 348 static bool is_known_codec(const types::LeAudioCodecId& codec_id) { in is_known_codec() 433 bool IsCodecUsingLtvFormat(const types::LeAudioCodecId& codec_id) { in IsCodecUsingLtvFormat()
|
D | devices_test.cc | 64 auto constexpr kVendorCodecIdOne = bluetooth::le_audio::types::LeAudioCodecId( 420 void Add(LeAudioCodecId codec_id, uint8_t conf_sampling_frequency, in Add() 454 void Add(LeAudioCodecId codec_id, uint16_t capa_sampling_frequency, in Add() 483 void Add(LeAudioCodecId codec_id, const std::vector<uint8_t>& vendor_data, in Add() 1127 void TestAsesActive(LeAudioCodecId codec_id, uint8_t sampling_frequency, in TestAsesActive() 2078 const LeAudioCodecId UnsupportedCodecId = { in TEST_P()
|
D | client_parser_test.cc | 1163 types::LeAudioCodecId codec_id{.coding_format = 0x06, in TEST() 1223 types::LeAudioCodecId codec_id{.coding_format = 0x06, in TEST() 1278 types::LeAudioCodecId codec_id2{.coding_format = 0x16, in TEST()
|
D | le_audio_set_configuration_provider_json.cc | 186 codec.id = types::LeAudioCodecId({ in CodecConfigSettingFromFlat()
|
D | le_audio_types_test.cc | 728 constexpr types::LeAudioCodecId kLeAudioCodecIdVendor1 = {
|
D | le_audio_types.cc | 681 std::ostream& operator<<(std::ostream& os, const LeAudioCodecId& codec_id) { in operator <<()
|
D | codec_manager_test.cc | 246 static const types::LeAudioCodecId kLeAudioCodecIdLc3 = {
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcaster_types.h | 112 types::LeAudioCodecId codec_id, 237 const types::LeAudioCodecId& GetLeAudioCodecId() const { return codec_id_; } in GetLeAudioCodecId() 283 types::LeAudioCodecId codec_id_;
|
D | broadcast_configuration_provider.h | 24 constexpr types::LeAudioCodecId kLeAudioCodecIdLc3 = {
|
D | broadcaster_test.cc | 1019 constexpr types::LeAudioCodecId kLeAudioCodecIdVendor1 = {
|