Searched refs:A2DP_GetAllocationMethodCodeSbc (Results 1 – 4 of 4) sorted by relevance
169 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info);
542 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_sbc), 0); in TEST_F()543 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_aac), -1); in TEST_F()544 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
233 A2DP_GetAllocationMethodCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()
543 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function