Searched refs:btav_a2dp_codec_index_t (Results 1 – 23 of 23) sorted by relevance
/system/bt/stack/include/ |
D | a2dp_vendor.h | 187 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndex( 193 btav_a2dp_codec_index_t A2DP_VendorSinkCodecIndex(const uint8_t* p_codec_info); 196 const char* A2DP_VendorCodecIndexStr(btav_a2dp_codec_index_t codec_index); 202 bool A2DP_VendorInitCodecConfig(btav_a2dp_codec_index_t codec_index,
|
D | a2dp_codec_api.h | 56 btav_a2dp_codec_index_t codec_index, 63 btav_a2dp_codec_index_t codecIndex() const { return codec_index_; } in codecIndex() 208 A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, const std::string& name, 259 const btav_a2dp_codec_index_t codec_index_; // The unique codec index 306 bool isSupportedCodec(btav_a2dp_codec_index_t codec_index); 464 typedef std::map<btav_a2dp_codec_index_t, A2dpCodecConfig*> IndexedCodecs; 468 std::map<btav_a2dp_codec_index_t, btav_a2dp_codec_priority_t> 704 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info); 709 btav_a2dp_codec_index_t A2DP_SinkCodecIndex(const uint8_t* p_codec_info); 712 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index); [all …]
|
D | a2dp_vendor_ldac.h | 30 A2dpCodecConfigLdacBase(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfigLdacBase() 230 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexLdac( 236 btav_a2dp_codec_index_t A2DP_VendorSinkCodecIndexLdac(
|
D | a2dp_sbc.h | 30 A2dpCodecConfigSbcBase(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfigSbcBase() 258 btav_a2dp_codec_index_t A2DP_SourceCodecIndexSbc(const uint8_t* p_codec_info); 263 btav_a2dp_codec_index_t A2DP_SinkCodecIndexSbc(const uint8_t* p_codec_info);
|
D | a2dp_aac.h | 30 A2dpCodecConfigAacBase(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfigAacBase() 251 btav_a2dp_codec_index_t A2DP_SourceCodecIndexAac(const uint8_t* p_codec_info); 256 btav_a2dp_codec_index_t A2DP_SinkCodecIndexAac(const uint8_t* p_codec_info);
|
D | a2dp_vendor_aptx_hd.h | 152 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptxHd(
|
D | a2dp_vendor_aptx.h | 151 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptx(
|
/system/bt/btif/include/ |
D | btif_av_co.h | 70 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index);
|
/system/bt/stack/a2dp/ |
D | a2dp_codec_config.cc | 50 btav_a2dp_codec_config_t* codec_config, btav_a2dp_codec_index_t codec_index, in init_btav_a2dp_codec_config() 57 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig() 107 btav_a2dp_codec_index_t codec_index, in createCodec() 597 btav_a2dp_codec_index_t codec_index = in init() 598 static_cast<btav_a2dp_codec_index_t>(i); in init() 663 btav_a2dp_codec_index_t codec_index = A2DP_SourceCodecIndex(p_codec_info); in findSourceCodecConfig() 673 btav_a2dp_codec_index_t codec_index = A2DP_SinkCodecIndex(p_codec_info); in findSinkCodecConfig() 681 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec() 857 btav_a2dp_codec_index_t codec_type; in setCodecOtaConfig() 1391 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex() [all …]
|
D | a2dp_vendor.cc | 544 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndex( in A2DP_VendorSourceCodecIndex() 571 btav_a2dp_codec_index_t A2DP_VendorSinkCodecIndex(const uint8_t* p_codec_info) { in A2DP_VendorSinkCodecIndex() 586 const char* A2DP_VendorCodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_VendorCodecIndexStr() 610 bool A2DP_VendorInitCodecConfig(btav_a2dp_codec_index_t codec_index, in A2DP_VendorInitCodecConfig()
|
D | a2dp_aac.cc | 693 btav_a2dp_codec_index_t A2DP_SourceCodecIndexAac( in A2DP_SourceCodecIndexAac() 698 btav_a2dp_codec_index_t A2DP_SinkCodecIndexAac( in A2DP_SinkCodecIndexAac()
|
D | a2dp_vendor_ldac.cc | 609 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexLdac( in A2DP_VendorSourceCodecIndexLdac() 614 btav_a2dp_codec_index_t A2DP_VendorSinkCodecIndexLdac( in A2DP_VendorSinkCodecIndexLdac()
|
D | a2dp_sbc.cc | 812 btav_a2dp_codec_index_t A2DP_SourceCodecIndexSbc( in A2DP_SourceCodecIndexSbc() 817 btav_a2dp_codec_index_t A2DP_SinkCodecIndexSbc( in A2DP_SinkCodecIndexSbc()
|
D | a2dp_vendor_aptx.cc | 420 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptx( in A2DP_VendorSourceCodecIndexAptx()
|
D | a2dp_vendor_aptx_hd.cc | 438 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptxHd( in A2DP_VendorSourceCodecIndexAptxHd()
|
/system/bt/stack/test/ |
D | stack_a2dp_test.cc | 195 btav_a2dp_codec_index_t codec_index = in StackA2dpTest() 196 static_cast<btav_a2dp_codec_index_t>(i); in StackA2dpTest() 244 bool has_codec_support(btav_a2dp_codec_index_t codec_index) { in has_codec_support() 249 std::set<btav_a2dp_codec_index_t> supported_codecs_; 754 btav_a2dp_codec_index_t codec_index = in TEST_F() 755 static_cast<btav_a2dp_codec_index_t>(i); in TEST_F() 812 btav_a2dp_codec_index_t codec_index = in TEST_F() 813 static_cast<btav_a2dp_codec_index_t>(i); in TEST_F() 832 btav_a2dp_codec_index_t peer_codec_index; in TEST_F()
|
/system/bt/include/hardware/ |
D | bt_av.h | 71 } btav_a2dp_codec_index_t; typedef 119 btav_a2dp_codec_index_t codec_type;
|
/system/bt/bta/include/ |
D | bta_av_co.h | 47 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index,
|
/system/bt/btif/co/ |
D | bta_av_co.cc | 187 bool IsSupportedCodec(btav_a2dp_codec_index_t codec_index); 497 btav_a2dp_codec_index_t codec_index); 507 btav_a2dp_codec_index_t codec_index); 780 bool BtaAvCo::IsSupportedCodec(btav_a2dp_codec_index_t codec_index) { in IsSupportedCodec() 1782 btav_a2dp_codec_index_t codec_index) { in FindPeerSink() 1792 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSink() 1810 btav_a2dp_codec_index_t codec_index) { in FindPeerSource() 1820 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSource() 2045 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index) { in bta_av_co_is_supported_codec() 2058 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index, in bta_av_co_audio_init()
|
/system/bt/service/ |
D | a2dp_source.cc | 53 .codec_type = static_cast<btav_a2dp_codec_index_t>(config.codec_type()), in CodecConfigToFluoride()
|
/system/bt/bta/av/ |
D | bta_av_main.cc | 607 btav_a2dp_codec_index_t codec_index_min = BTAV_A2DP_CODEC_INDEX_SOURCE_MIN; in bta_av_api_register() 608 btav_a2dp_codec_index_t codec_index_max = BTAV_A2DP_CODEC_INDEX_SOURCE_MAX; in bta_av_api_register() 636 btav_a2dp_codec_index_t codec_index = in bta_av_api_register() 637 static_cast<btav_a2dp_codec_index_t>(i); in bta_av_api_register()
|
D | bta_av_int.h | 158 typedef bool (*tBTA_AV_CO_INIT)(btav_a2dp_codec_index_t codec_index,
|
D | bta_av_aact.cc | 3218 btav_a2dp_codec_index_t codec_index = in bta_av_offload_codec_builder()
|