Searched refs:A2DP_IsSinkCodecSupportedSbc (Results 1 – 6 of 6) sorted by relevance
68 struct A2DP_IsSinkCodecSupportedSbc A2DP_IsSinkCodecSupportedSbc; variable113 bool A2DP_IsSinkCodecSupportedSbc::return_value = false;258 bool A2DP_IsSinkCodecSupportedSbc(const uint8_t* p_codec_info) { in A2DP_IsSinkCodecSupportedSbc() function260 return test::mock::stack_a2dp_sbc::A2DP_IsSinkCodecSupportedSbc(p_codec_info); in A2DP_IsSinkCodecSupportedSbc()
389 struct A2DP_IsSinkCodecSupportedSbc { struct395 extern struct A2DP_IsSinkCodecSupportedSbc A2DP_IsSinkCodecSupportedSbc; argument
103 ASSERT_TRUE(A2DP_IsSinkCodecSupportedSbc(kCodecInfoSbcCapability)); in SetCodecConfig()251 ASSERT_TRUE(A2DP_IsSinkCodecSupportedSbc(kCodecInfoSbcCapability)); in TEST_F()
102 bool A2DP_IsSinkCodecSupportedSbc(const uint8_t* p_codec_info);
325 bool A2DP_IsSinkCodecSupportedSbc(const uint8_t* p_codec_info) { in A2DP_IsSinkCodecSupportedSbc() function
1132 return A2DP_IsSinkCodecSupportedSbc(p_codec_info); in A2DP_IsSinkCodecSupported()