Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc68 struct A2DP_IsSinkCodecSupportedSbc A2DP_IsSinkCodecSupportedSbc; variable
113 bool A2DP_IsSinkCodecSupportedSbc::return_value = false;
258 bool A2DP_IsSinkCodecSupportedSbc(const uint8_t* p_codec_info) { in A2DP_IsSinkCodecSupportedSbc() function
260 return test::mock::stack_a2dp_sbc::A2DP_IsSinkCodecSupportedSbc(p_codec_info); in A2DP_IsSinkCodecSupportedSbc()
Dmock_stack_a2dp_sbc.h389 struct A2DP_IsSinkCodecSupportedSbc { struct
395 extern struct A2DP_IsSinkCodecSupportedSbc A2DP_IsSinkCodecSupportedSbc; argument
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_sbc_unittest.cc103 ASSERT_TRUE(A2DP_IsSinkCodecSupportedSbc(kCodecInfoSbcCapability)); in SetCodecConfig()
251 ASSERT_TRUE(A2DP_IsSinkCodecSupportedSbc(kCodecInfoSbcCapability)); in TEST_F()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h102 bool A2DP_IsSinkCodecSupportedSbc(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc325 bool A2DP_IsSinkCodecSupportedSbc(const uint8_t* p_codec_info) { in A2DP_IsSinkCodecSupportedSbc() function
Da2dp_codec_config.cc1132 return A2DP_IsSinkCodecSupportedSbc(p_codec_info); in A2DP_IsSinkCodecSupported()