Searched refs:A2DP_GetAllocationMethodCodeSbc (Results 1 – 6 of 6) sorted by relevance
50 struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; variable89 int A2DP_GetAllocationMethodCodeSbc::return_value = 0;151 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function153 return test::mock::stack_a2dp_sbc::A2DP_GetAllocationMethodCodeSbc(p_codec_info); in A2DP_GetAllocationMethodCodeSbc()
142 struct A2DP_GetAllocationMethodCodeSbc { struct148 extern struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; argument
654 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_sbc), 0); in TEST_F()655 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_aac), -1); in TEST_F()656 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
135 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info);
185 p_encoder_params->s16AllocationMethod = A2DP_GetAllocationMethodCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()827 A2DP_GetAllocationMethodCodeSbc(codec_info)); in debug_codec_dump()
526 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function