Home
last modified time | relevance | path

Searched defs:confs (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser_test.cc1100 std::vector<struct ctp_codec_conf> confs; in TEST() local
1109 std::vector<struct ctp_codec_conf> confs; in TEST() local
1165 std::vector<struct ctp_codec_conf> confs; in TEST() local
1302 std::vector<struct ctp_qos_conf> confs; in TEST() local
1310 std::vector<struct ctp_qos_conf> confs; in TEST() local
1351 std::vector<struct ctp_qos_conf> confs; in TEST() local
1423 std::vector<struct ctp_enable> confs; in TEST() local
1431 std::vector<struct ctp_enable> confs; in TEST() local
1452 std::vector<struct ctp_enable> confs; in TEST() local
1609 std::vector<struct ctp_update_metadata> confs; in TEST() local
[all …]
Dclient_parser.cc315 bool PrepareAseCtpCodecConfig(const std::vector<struct ctp_codec_conf>& confs, in PrepareAseCtpCodecConfig()
373 bool PrepareAseCtpConfigQos(const std::vector<struct ctp_qos_conf>& confs, in PrepareAseCtpConfigQos()
411 bool PrepareAseCtpEnable(const std::vector<struct ctp_enable>& confs, in PrepareAseCtpEnable()
511 const std::vector<struct ctp_update_metadata>& confs, in PrepareAseCtpUpdateMetadata()
Dstate_machine.cc1715 std::vector<struct le_audio::client_parser::ascs::ctp_codec_conf> confs; in PrepareAndSendCodecConfigure() local
2199 std::vector<struct le_audio::client_parser::ascs::ctp_enable> confs; in PrepareAndSendEnable() local
2328 std::vector<struct le_audio::client_parser::ascs::ctp_qos_conf> confs; in PrepareAndSendConfigQos() local
2417 confs; in PrepareAndSendUpdateMetadata() local
Dle_audio_set_configuration_provider_json.cc568 auto confs = Get()->GetConfigurations(context); in Dump() local
Ddevices.cc1016 const set_configurations::AudioSetConfigurations* confs = in CigGenerateCisIds() local
2054 const set_configurations::AudioSetConfigurations* confs = in FindFirstSupportedConfiguration() local
Dle_audio_types.h793 std::vector<struct SetConfiguration> confs; member