Home
last modified time | relevance | path

Searched refs:supported_codecs (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp48 static std::vector<btav_a2dp_codec_info_t> supported_codecs; variable
304 codec_offloading, &supported_codecs); in initNative()
356 env->NewObjectArray(supported_codecs.size(), in getSupportedCodecTypesNative()
364 for (size_t index = 0; index < supported_codecs.size(); index++) { in getSupportedCodecTypesNative()
367 (jint)supported_codecs[index].codec_type, in getSupportedCodecTypesNative()
368 (jlong)supported_codecs[index].codec_id, in getSupportedCodecTypesNative()
369 env->NewStringUTF(supported_codecs[index].codec_name.c_str())); in getSupportedCodecTypesNative()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_co_bta_av_co.h308 std::vector<btav_a2dp_codec_info_t>* supported_codecs)>
313 std::vector<btav_a2dp_codec_info_t>* supported_codecs) { in operator()
314 body(codec_priorities, supported_codecs); in operator()
Dmock_btif_co_bta_av_co.cc201 std::vector<btav_a2dp_codec_info_t>* supported_codecs) { in bta_av_co_init() argument
204 supported_codecs); in bta_av_co_init()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_av_co.h80 std::vector<btav_a2dp_codec_info_t>* supported_codecs);
Dbta_av_co_peer.h133 std::vector<btav_a2dp_codec_info_t>* supported_codecs);
Dbta_av_co.h90 std::vector<btav_a2dp_codec_info_t>* supported_codecs);
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc86 std::vector<btav_a2dp_codec_info_t>* supported_codecs) { in Init() argument
93 peer_cache_->Init(codec_priorities, supported_codecs); in Init()
97 supported_codecs->clear(); in Init()
100 auto& codec_info = supported_codecs->emplace_back(); in Init()
1472 std::vector<btav_a2dp_codec_info_t>* supported_codecs) { in bta_av_co_init() argument
1473 bta_av_co_cb.Init(codec_priorities, supported_codecs); in bta_av_co_init()
Dbta_av_co_peer.cc99 std::vector<btav_a2dp_codec_info_t>* supported_codecs) { in Init() argument
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h381 std::vector<btav_a2dp_codec_info_t>* supported_codecs);
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc121 std::vector<uint8_t> supported_codecs{0, 1, 2, 3, 4, 5, 6}; in HandleCommand() local
124 num_packets, ErrorCode::SUCCESS, supported_codecs, supported_vendor_codecs); in HandleCommand()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc406 std::vector<btav_a2dp_codec_info_t>* supported_codecs);
1180 std::vector<btav_a2dp_codec_info_t>* supported_codecs) { in Init() argument
1200 bta_av_co_init(codec_priorities, supported_codecs); in Init()
1451 std::vector<btav_a2dp_codec_info_t> supported_codecs; in Init() local
1452 bta_av_co_init(codec_priorities, &supported_codecs); in Init()
3502 std::vector<btav_a2dp_codec_info_t>* supported_codecs) { in init_src() argument
3506 supported_codecs); in init_src()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl2822 _count_(supported_codecs) : 8,
2823 supported_codecs : 8[],
2852 _count_(supported_codecs) : 8,
2853 supported_codecs : CodecConfiguration[],
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl2998 _count_(supported_codecs) : 8,
2999 supported_codecs : 8[],
3028 _count_(supported_codecs) : 8,
3029 supported_codecs : CodecConfiguration[],