Searched refs:A2DP_GetAllocationMethodCodeSbc (Results 1 – 4 of 4) sorted by relevance
175 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info);
587 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_sbc), 0); in TEST_F()588 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_aac), -1); in TEST_F()589 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
230 A2DP_GetAllocationMethodCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()916 A2DP_GetAllocationMethodCodeSbc(codec_info)); in debug_codec_dump()
567 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function