Home
last modified time | relevance | path

Searched refs:btav_a2dp_codec_index_t (Results 1 – 23 of 23) sorted by relevance

/system/bt/stack/include/
Da2dp_vendor.h187 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,
Da2dp_codec_api.h56 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 …]
Da2dp_vendor_ldac.h30 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(
Da2dp_sbc.h30 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);
Da2dp_aac.h30 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);
Da2dp_vendor_aptx_hd.h152 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptxHd(
Da2dp_vendor_aptx.h151 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptx(
/system/bt/btif/include/
Dbtif_av_co.h70 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index);
/system/bt/stack/a2dp/
Da2dp_codec_config.cc50 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 …]
Da2dp_vendor.cc544 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()
Da2dp_aac.cc693 btav_a2dp_codec_index_t A2DP_SourceCodecIndexAac( in A2DP_SourceCodecIndexAac()
698 btav_a2dp_codec_index_t A2DP_SinkCodecIndexAac( in A2DP_SinkCodecIndexAac()
Da2dp_vendor_ldac.cc609 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexLdac( in A2DP_VendorSourceCodecIndexLdac()
614 btav_a2dp_codec_index_t A2DP_VendorSinkCodecIndexLdac( in A2DP_VendorSinkCodecIndexLdac()
Da2dp_sbc.cc812 btav_a2dp_codec_index_t A2DP_SourceCodecIndexSbc( in A2DP_SourceCodecIndexSbc()
817 btav_a2dp_codec_index_t A2DP_SinkCodecIndexSbc( in A2DP_SinkCodecIndexSbc()
Da2dp_vendor_aptx.cc420 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptx( in A2DP_VendorSourceCodecIndexAptx()
Da2dp_vendor_aptx_hd.cc438 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptxHd( in A2DP_VendorSourceCodecIndexAptxHd()
/system/bt/stack/test/
Dstack_a2dp_test.cc195 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/
Dbt_av.h71 } btav_a2dp_codec_index_t; typedef
119 btav_a2dp_codec_index_t codec_type;
/system/bt/bta/include/
Dbta_av_co.h47 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index,
/system/bt/btif/co/
Dbta_av_co.cc187 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/
Da2dp_source.cc53 .codec_type = static_cast<btav_a2dp_codec_index_t>(config.codec_type()), in CodecConfigToFluoride()
/system/bt/bta/av/
Dbta_av_main.cc607 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()
Dbta_av_int.h158 typedef bool (*tBTA_AV_CO_INIT)(btav_a2dp_codec_index_t codec_index,
Dbta_av_aact.cc3218 btav_a2dp_codec_index_t codec_index = in bta_av_offload_codec_builder()