Searched refs:A2DP_GetAllocationMethodCodeSbc (Results 1 – 6 of 6) sorted by relevance
47 struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; variable91 int A2DP_GetAllocationMethodCodeSbc::return_value = 0;164 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function166 return test::mock::stack_a2dp_sbc::A2DP_GetAllocationMethodCodeSbc( in A2DP_GetAllocationMethodCodeSbc()
150 struct A2DP_GetAllocationMethodCodeSbc { struct156 extern struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; argument
168 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info);
689 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_sbc), 0); in TEST_F()690 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_aac), -1); in TEST_F()691 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
198 A2DP_GetAllocationMethodCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()883 A2DP_GetAllocationMethodCodeSbc(codec_info)); in debug_codec_dump()
568 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function