Home
last modified time | relevance | path

Searched refs:BTAV_A2DP_CODEC_INDEX_MAX (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc270 for (int i = BTAV_A2DP_CODEC_INDEX_MIN; i < BTAV_A2DP_CODEC_INDEX_MAX; in StackA2dpTest()
315 case BTAV_A2DP_CODEC_INDEX_MAX: in StackA2dpTest()
876 BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
900 BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
914 EXPECT_STREQ(A2DP_CodecIndexStr(BTAV_A2DP_CODEC_INDEX_MAX), in TEST_F()
918 for (int i = BTAV_A2DP_CODEC_INDEX_MIN; i < BTAV_A2DP_CODEC_INDEX_MAX; i++) { in TEST_F()
977 for (int i = BTAV_A2DP_CODEC_INDEX_MIN; i < BTAV_A2DP_CODEC_INDEX_MAX; i++) { in TEST_F()
1008 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
1025 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
1041 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx_linux.cc103 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSourceCodecIndexAptx()
108 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSinkCodecIndexAptx()
Da2dp_vendor_aptx_hd_linux.cc104 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSourceCodecIndexAptxHd()
109 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSinkCodecIndexAptxHd()
Da2dp_codec_config.cc159 case BTAV_A2DP_CODEC_INDEX_MAX: in createCodec()
413 return (codec_config.codec_type < BTAV_A2DP_CODEC_INDEX_MAX) && in codecConfigIsValid()
612 for (int i = BTAV_A2DP_CODEC_INDEX_MIN; i < BTAV_A2DP_CODEC_INDEX_MAX; i++) { in init()
690 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) return nullptr; in findSourceCodecConfig()
709 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) return nullptr; in findSinkCodecConfig()
770 if (codec_user_config.codec_type < BTAV_A2DP_CODEC_INDEX_MAX) { in setCodecUserConfig()
916 if (codec_type == BTAV_A2DP_CODEC_INDEX_MAX) { in setCodecOtaConfig()
1470 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_SourceCodecIndex()
1496 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_SinkCodecIndex()
1527 if (codec_index < BTAV_A2DP_CODEC_INDEX_MAX) in A2DP_CodecIndexStr()
[all …]
Da2dp_vendor_ldac_linux.cc116 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSourceCodecIndexLdac()
121 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSinkCodecIndexLdac()
Da2dp_vendor_opus_linux.cc117 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSourceCodecIndexOpus()
122 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSinkCodecIndexOpus()
Da2dp_vendor.cc676 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSourceCodecIndex()
696 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSinkCodecIndex()
722 case BTAV_A2DP_CODEC_INDEX_MAX: in A2DP_VendorCodecIndexStr()
756 case BTAV_A2DP_CODEC_INDEX_MAX: in A2DP_VendorInitCodecConfig()
/packages/modules/Bluetooth/system/btif/include/
Dbta_av_co_peer.h92 BtaAvCoSep sinks[BTAV_A2DP_CODEC_INDEX_MAX]; // Supported sinks
93 BtaAvCoSep sources[BTAV_A2DP_CODEC_INDEX_MAX]; // Supported sources
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc261 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_SinkCodecIndex()
266 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_SourceCodecIndex()
Dmock_a2dp_codec_config.cc248 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_SinkCodecIndex()
252 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_SourceCodecIndex()
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co_peer.cc133 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) { in FindPeerSource()
160 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) { in FindPeerSink()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h89 BTAV_A2DP_CODEC_INDEX_MAX = BTAV_A2DP_CODEC_INDEX_SINK_EXT_MAX enumerator
195 case BTAV_A2DP_CODEC_INDEX_MAX: in CodecNameStr()
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_vendor_ldac_unittest.cc88 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
Da2dp_opus_unittest.cc99 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
Da2dp_aac_unittest.cc104 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
Da2dp_sbc_unittest.cc105 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecHelperFunctions.h40 BTAV_A2DP_CODEC_INDEX_MAX};
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc281 case BTAV_A2DP_CODEC_INDEX_MAX: in a2dp_get_selected_hal_codec_config()
Dcodec_status_hidl.cc510 case BTAV_A2DP_CODEC_INDEX_MAX: in UpdateOffloadingCapabilities()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc641 for (int xx = 0; xx < BTAV_A2DP_CODEC_INDEX_MAX; xx++) { in bta_av_api_register()
1554 for (size_t j = 0; j < BTAV_A2DP_CODEC_INDEX_MAX; j++) { in bta_debug_av_dump()
Dbta_av_aact.cc183 for (int i = 0; i < BTAV_A2DP_CODEC_INDEX_MAX; i++) { in bta_av_get_scb_handle()
205 for (int i = 0; i < BTAV_A2DP_CODEC_INDEX_MAX; i++) { in bta_av_get_scb_sep_type()
566 for (int i = 0; i < BTAV_A2DP_CODEC_INDEX_MAX; i++) { in bta_av_adjust_seps_idx()
895 for (int i = 0; i < BTAV_A2DP_CODEC_INDEX_MAX; i++) { in bta_av_cleanup()
Dbta_av_int.h516 tBTA_AV_SEP seps[BTAV_A2DP_CODEC_INDEX_MAX];
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dcodec_status_aidl.cc551 case BTAV_A2DP_CODEC_INDEX_MAX: in UpdateOffloadingCapabilities()
Da2dp_encoding_aidl.cc338 case BTAV_A2DP_CODEC_INDEX_MAX: in a2dp_get_selected_hal_codec_config()
Da2dp_provider_info_unittest.cc575 i <= static_cast<int>(BTAV_A2DP_CODEC_INDEX_MAX); i++) { in TEST_F_WITH_FLAGS()

12