Searched refs:A2DP_GetAllocationMethodCodeSbc (Results 1 – 4 of 4) sorted by relevance
175 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info);
548 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_sbc), 0); in TEST_F()549 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_aac), -1); in TEST_F()550 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
230 A2DP_GetAllocationMethodCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()
572 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function