Searched refs:A2DP_GetAllocationMethodCodeSbc (Results 1 – 6 of 6) sorted by relevance
48 struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; variable92 int A2DP_GetAllocationMethodCodeSbc::return_value = 0;165 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function167 return test::mock::stack_a2dp_sbc::A2DP_GetAllocationMethodCodeSbc( in A2DP_GetAllocationMethodCodeSbc()
167 struct A2DP_GetAllocationMethodCodeSbc { struct173 extern struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; argument
168 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info);
687 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_sbc), 0); in TEST_F()688 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_aac), -1); in TEST_F()689 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
205 A2DP_GetAllocationMethodCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()892 A2DP_GetAllocationMethodCodeSbc(codec_info)); in debug_codec_dump()
566 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function