Home
last modified time | relevance | path

Searched refs:A2DP_IsPeerSourceCodecSupported (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc490 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc)); in TEST_F()
491 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_capability)); in TEST_F()
492 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_sink_capability)); in TEST_F()
494 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac)); in TEST_F()
495 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_capability)); in TEST_F()
496 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_sink_capability)); in TEST_F()
498 EXPECT_FALSE(A2DP_IsPeerSourceCodecSupported(codec_info_non_a2dp)); in TEST_F()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecInfoFuzzFunctions.h94 A2DP_IsPeerSourceCodecSupported(codec_info);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc105 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* /* p_codec_info */) { in A2DP_IsPeerSourceCodecSupported() function
Dmock_a2dp_codec_config.cc96 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupported() function
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h623 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc1147 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupported() function