Searched refs:supported_codecs (Results 1 – 13 of 13) sorted by relevance
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp.cpp | 48 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/ |
D | mock_btif_co_bta_av_co.h | 308 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()
|
D | mock_btif_co_bta_av_co.cc | 201 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/ |
D | btif_av_co.h | 80 std::vector<btav_a2dp_codec_info_t>* supported_codecs);
|
D | bta_av_co_peer.h | 133 std::vector<btav_a2dp_codec_info_t>* supported_codecs);
|
D | bta_av_co.h | 90 std::vector<btav_a2dp_codec_info_t>* supported_codecs);
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_av_co.cc | 86 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()
|
D | bta_av_co_peer.cc | 99 std::vector<btav_a2dp_codec_info_t>* supported_codecs) { in Init() argument
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_av.h | 381 std::vector<btav_a2dp_codec_info_t>* supported_codecs);
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | controller_test.cc | 121 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/ |
D | btif_av.cc | 406 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/ |
D | hci_packets.pdl | 2822 _count_(supported_codecs) : 8, 2823 supported_codecs : 8[], 2852 _count_(supported_codecs) : 8, 2853 supported_codecs : CodecConfiguration[],
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 2998 _count_(supported_codecs) : 8, 2999 supported_codecs : 8[], 3028 _count_(supported_codecs) : 8, 3029 supported_codecs : CodecConfiguration[],
|