Home
last modified time | relevance | path

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

12

/aosp12/system/bt/stack/include/
H A 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>
713 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info);
718 btav_a2dp_codec_index_t A2DP_SinkCodecIndex(const uint8_t* p_codec_info);
721 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index);
[all …]
H A 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,
H A 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(
H A 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);
H A 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);
H A Da2dp_vendor_aptx.h151 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptx(
H A Da2dp_vendor_aptx_hd.h152 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexAptxHd(
/aosp12/system/bt/test/mock/
H A Dmock_a2dp_codec_config.cc42 btav_a2dp_codec_index_t codec_index, in createCodec()
56 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig()
95 bool A2DP_InitCodecConfig(btav_a2dp_codec_index_t codec_index, in A2DP_InitCodecConfig()
172 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec()
254 btav_a2dp_codec_index_t A2DP_SinkCodecIndex(const uint8_t* p_codec_info) { in A2DP_SinkCodecIndex()
258 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex()
262 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_CodecIndexStr()
H A Dmock_stack_a2dp_codec_config.cc42 btav_a2dp_codec_index_t codec_index, in createCodec()
56 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig()
95 bool A2DP_InitCodecConfig(btav_a2dp_codec_index_t codec_index, in A2DP_InitCodecConfig()
172 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec()
254 btav_a2dp_codec_index_t A2DP_SinkCodecIndex(const uint8_t* p_codec_info) { in A2DP_SinkCodecIndex()
258 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex()
262 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_CodecIndexStr()
/aosp12/system/bt/stack/a2dp/
H A Da2dp_codec_config.cc54 btav_a2dp_codec_config_t* codec_config, btav_a2dp_codec_index_t codec_index, in init_btav_a2dp_codec_config()
61 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, in A2dpCodecConfig()
111 btav_a2dp_codec_index_t codec_index, in createCodec()
610 btav_a2dp_codec_index_t codec_index = in init()
611 static_cast<btav_a2dp_codec_index_t>(i); in init()
685 btav_a2dp_codec_index_t codec_index = A2DP_SinkCodecIndex(p_codec_info); in findSinkCodecConfig()
693 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec()
869 btav_a2dp_codec_index_t codec_type; in setCodecOtaConfig()
1463 btav_a2dp_codec_index_t A2DP_SinkCodecIndex(const uint8_t* p_codec_info) { in A2DP_SinkCodecIndex()
1485 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_CodecIndexStr()
[all …]
H A 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()
H A Da2dp_vendor_ldac.cc601 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndexLdac( in A2DP_VendorSourceCodecIndexLdac()
606 btav_a2dp_codec_index_t A2DP_VendorSinkCodecIndexLdac( in A2DP_VendorSinkCodecIndexLdac()
H A Da2dp_aac.cc704 btav_a2dp_codec_index_t A2DP_SourceCodecIndexAac( in A2DP_SourceCodecIndexAac()
709 btav_a2dp_codec_index_t A2DP_SinkCodecIndexAac( in A2DP_SinkCodecIndexAac()
H A Da2dp_sbc.cc804 btav_a2dp_codec_index_t A2DP_SourceCodecIndexSbc( in A2DP_SourceCodecIndexSbc()
809 btav_a2dp_codec_index_t A2DP_SinkCodecIndexSbc( in A2DP_SinkCodecIndexSbc()
/aosp12/system/bt/stack/test/
H A Dstack_a2dp_test.cc230 btav_a2dp_codec_index_t codec_index = in StackA2dpTest()
231 static_cast<btav_a2dp_codec_index_t>(i); in StackA2dpTest()
279 bool has_codec_support(btav_a2dp_codec_index_t codec_index) { in has_codec_support()
284 std::set<btav_a2dp_codec_index_t> supported_codecs_;
793 btav_a2dp_codec_index_t codec_index = in TEST_F()
794 static_cast<btav_a2dp_codec_index_t>(i); in TEST_F()
861 btav_a2dp_codec_index_t codec_index = in TEST_F()
862 static_cast<btav_a2dp_codec_index_t>(i); in TEST_F()
881 btav_a2dp_codec_index_t peer_codec_index; in TEST_F()
/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/
H A Da2dpCodecHelperFunctions.h24 static const std::vector<const btav_a2dp_codec_index_t> CODEC_INDEX_ENUM_VALS =
65 btav_a2dp_codec_index_t getArbitraryBtavCodecIndex(FuzzedDataProvider* fdp) { in getArbitraryBtavCodecIndex()
H A Da2dpCodecConfigFuzzFunctions.h39 btav_a2dp_codec_index_t codec_index = getArbitraryBtavCodecIndex(fdp);
/aosp12/system/bt/include/hardware/
H A Dbt_av.h71 } btav_a2dp_codec_index_t; typedef
124 btav_a2dp_codec_index_t codec_type;
/aosp12/system/bt/btif/include/
H A Dbtif_av_co.h71 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index);
/aosp12/system/bt/btif/co/
H A Dbta_av_co.cc181 bool IsSupportedCodec(btav_a2dp_codec_index_t codec_index);
495 btav_a2dp_codec_index_t codec_index);
505 btav_a2dp_codec_index_t codec_index);
778 bool BtaAvCo::IsSupportedCodec(btav_a2dp_codec_index_t codec_index) { in IsSupportedCodec()
1807 btav_a2dp_codec_index_t codec_index) { in FindPeerSink()
1817 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSink()
1835 btav_a2dp_codec_index_t codec_index) { in FindPeerSource()
1845 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSource()
2067 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index) { in bta_av_co_is_supported_codec()
2080 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index, in bta_av_co_audio_init()
/aosp12/system/bt/bta/include/
H A Dbta_av_co.h52 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index,
/aosp12/system/bt/bta/av/
H A Dbta_av_main.cc536 btav_a2dp_codec_index_t codec_index_min = BTAV_A2DP_CODEC_INDEX_SOURCE_MIN; in bta_av_api_register()
537 btav_a2dp_codec_index_t codec_index_max = BTAV_A2DP_CODEC_INDEX_SOURCE_MAX; in bta_av_api_register()
565 btav_a2dp_codec_index_t codec_index = in bta_av_api_register()
566 static_cast<btav_a2dp_codec_index_t>(i); in bta_av_api_register()
/aosp12/system/bt/service/
H A Da2dp_source.cc53 .codec_type = static_cast<btav_a2dp_codec_index_t>(config.codec_type()), in CodecConfigToFluoride()
/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface_unittest.cc124 constexpr btav_a2dp_codec_index_t codec_indexes[] = {
401 btav_a2dp_codec_index_t target_codec_index) { in CodecOffloadingPreferenceGenerator()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp270 .codec_type = static_cast<btav_a2dp_codec_index_t>(codecType), in prepareCodecPreferences()

12