/packages/modules/Bluetooth/system/stack/test/ |
D | stack_a2dp_test.cc | 270 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/ |
D | a2dp_vendor_aptx_linux.cc | 103 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSourceCodecIndexAptx() 108 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSinkCodecIndexAptx()
|
D | a2dp_vendor_aptx_hd_linux.cc | 104 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSourceCodecIndexAptxHd() 109 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSinkCodecIndexAptxHd()
|
D | a2dp_codec_config.cc | 159 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 …]
|
D | a2dp_vendor_ldac_linux.cc | 116 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSourceCodecIndexLdac() 121 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSinkCodecIndexLdac()
|
D | a2dp_vendor_opus_linux.cc | 117 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSourceCodecIndexOpus() 122 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_VendorSinkCodecIndexOpus()
|
D | a2dp_vendor.cc | 676 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/ |
D | bta_av_co_peer.h | 92 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/ |
D | mock_stack_a2dp_codec_config.cc | 261 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_SinkCodecIndex() 266 return BTAV_A2DP_CODEC_INDEX_MAX; in A2DP_SourceCodecIndex()
|
D | mock_a2dp_codec_config.cc | 248 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/ |
D | bta_av_co_peer.cc | 133 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/ |
D | bt_av.h | 89 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/ |
D | a2dp_vendor_ldac_unittest.cc | 88 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
|
D | a2dp_opus_unittest.cc | 99 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
|
D | a2dp_aac_unittest.cc | 104 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
|
D | a2dp_sbc_unittest.cc | 105 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
|
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/ |
D | a2dpCodecHelperFunctions.h | 40 BTAV_A2DP_CODEC_INDEX_MAX};
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | a2dp_encoding_hidl.cc | 281 case BTAV_A2DP_CODEC_INDEX_MAX: in a2dp_get_selected_hal_codec_config()
|
D | codec_status_hidl.cc | 510 case BTAV_A2DP_CODEC_INDEX_MAX: in UpdateOffloadingCapabilities()
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_main.cc | 641 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()
|
D | bta_av_aact.cc | 183 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()
|
D | bta_av_int.h | 516 tBTA_AV_SEP seps[BTAV_A2DP_CODEC_INDEX_MAX];
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | codec_status_aidl.cc | 551 case BTAV_A2DP_CODEC_INDEX_MAX: in UpdateOffloadingCapabilities()
|
D | a2dp_encoding_aidl.cc | 338 case BTAV_A2DP_CODEC_INDEX_MAX: in a2dp_get_selected_hal_codec_config()
|
D | a2dp_provider_info_unittest.cc | 575 i <= static_cast<int>(BTAV_A2DP_CODEC_INDEX_MAX); i++) { in TEST_F_WITH_FLAGS()
|