Home
last modified time | relevance | path

Searched refs:LeAudioCodecId (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.h34 const ::bluetooth::le_audio::types::LeAudioCodecId& codec_id);
36 ::bluetooth::le_audio::types::LeAudioCodecId GetStackCodecIdFromAidlFormat(
81 ::bluetooth::le_audio::types::LeAudioCodecId& out_codec_id);
Dle_audio_utils.cc31 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()
Dle_audio_utils_unittest.cc58 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/
Dcodec_interface.h50 CodecInterface(const types::LeAudioCodecId& codec_id);
53 const types::LeAudioCodecId& codec_id) { in CreateInstance()
Dmock_codec_interface.cc23 Impl(const types::LeAudioCodecId& codec_id) { in Impl()
32 CodecInterface::CodecInterface(const types::LeAudioCodecId& codec_id) { in CodecInterface()
Dle_audio_types.h1038 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 …]
Dcodec_interface.cc33 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()
Dclient_parser.h113 types::LeAudioCodecId codec_id;
165 types::LeAudioCodecId codec_id;
Dle_audio_utils.h80 bool IsCodecUsingLtvFormat(const types::LeAudioCodecId& codec_id);
Dle_audio_utils.cc348 static bool is_known_codec(const types::LeAudioCodecId& codec_id) { in is_known_codec()
433 bool IsCodecUsingLtvFormat(const types::LeAudioCodecId& codec_id) { in IsCodecUsingLtvFormat()
Ddevices_test.cc64 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()
Dclient_parser_test.cc1163 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()
Dle_audio_set_configuration_provider_json.cc186 codec.id = types::LeAudioCodecId({ in CodecConfigSettingFromFlat()
Dle_audio_types_test.cc728 constexpr types::LeAudioCodecId kLeAudioCodecIdVendor1 = {
Dle_audio_types.cc681 std::ostream& operator<<(std::ostream& os, const LeAudioCodecId& codec_id) { in operator <<()
Dcodec_manager_test.cc246 static const types::LeAudioCodecId kLeAudioCodecIdLc3 = {
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_types.h112 types::LeAudioCodecId codec_id,
237 const types::LeAudioCodecId& GetLeAudioCodecId() const { return codec_id_; } in GetLeAudioCodecId()
283 types::LeAudioCodecId codec_id_;
Dbroadcast_configuration_provider.h24 constexpr types::LeAudioCodecId kLeAudioCodecIdLc3 = {
Dbroadcaster_test.cc1019 constexpr types::LeAudioCodecId kLeAudioCodecIdVendor1 = {