Searched refs:CodecConfigurationList (Results 1 – 5 of 5) sorted by relevance
30 CodecConfigurationList;42 std::vector<CodecConfigurationList>,170 static const std::vector<CodecConfigurationList> kValidCodecConfigurationList =171 {CodecConfigurationList(190 const std::vector<CodecConfigurationList>& codec_configuration_lists, in CreateTestCases()234 const CodecConfigurationList& codec_configuration_list, in CreateTestCase()239 std::vector<CodecConfigurationList>{codec_configuration_list}, in CreateTestCase()308 static std::vector<CodecConfigurationList>310 std::vector<CodecConfigurationList> invalid_codec_configuration_test_cases; in CreateInvalidCodecConfigurations()311 invalid_codec_configuration_test_cases.push_back(CodecConfigurationList( in CreateInvalidCodecConfigurations()[all …]
79 …t, std::vector<ConfigurationList> configurationList, std::vector<CodecConfigurationList> codecConf… in LeAudioOffloadSetting()112 …const std::vector<CodecConfigurationList>& LeAudioOffloadSetting::getCodecConfigurationList() cons… in getCodecConfigurationList()120 … const CodecConfigurationList* LeAudioOffloadSetting::getFirstCodecConfigurationList() const { in getFirstCodecConfigurationList()146 std::vector<CodecConfigurationList> codecConfigurationList; in read()156 … CodecConfigurationList _value = CodecConfigurationList::read(_child); in read()229 …CodecConfigurationList::CodecConfigurationList(std::vector<CodecConfiguration> codecConfiguration)… in CodecConfigurationList() function in aidl::android::hardware::bluetooth::audio::setting::CodecConfigurationList232 … const std::vector<CodecConfiguration>& CodecConfigurationList::getCodecConfiguration() const { in getCodecConfiguration()236 bool CodecConfigurationList::hasCodecConfiguration() const { in hasCodecConfiguration()240 … const CodecConfiguration* CodecConfigurationList::getFirstCodecConfiguration() const { in getFirstCodecConfiguration()247 CodecConfigurationList CodecConfigurationList::read(xmlNode *root) { in read()[all …]
29 class CodecConfigurationList; variable43 const std::vector<CodecConfigurationList> codecConfigurationList_;46 …t, std::vector<ConfigurationList> configurationList, std::vector<CodecConfigurationList> codecConf…53 … const std::vector<CodecConfigurationList>& getCodecConfigurationList() const;55 const CodecConfigurationList* getFirstCodecConfigurationList() const;84 class CodecConfigurationList {88 … explicit CodecConfigurationList(std::vector<CodecConfiguration> codecConfiguration);92 static CodecConfigurationList read(xmlNode *root);
28 public class CodecConfigurationList {29 ctor public CodecConfigurationList();57 …method public aidl.android.hardware.bluetooth.audio.setting.CodecConfigurationList getCodecConfigu…61 …id setCodecConfigurationList(aidl.android.hardware.bluetooth.audio.setting.CodecConfigurationList);