Searched refs:A2DP_GetAllocationMethodCodeSbc (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/include/
H A Da2dp_sbc.h162 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info);
/system/bt/stack/test/
H A Dstack_a2dp_test.cc575 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_sbc), 0);
576 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_aac), -1);
577 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_non_a2dp), -1);
/system/bt/stack/a2dp/
H A Da2dp_sbc_encoder.cc232 A2DP_GetAllocationMethodCodeSbc(p_codec_info);
H A Da2dp_sbc.cc595 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { function

Completed in 78 milliseconds