Home
last modified time | relevance | path

Searched refs:A2DP_GetChannelModeCodeSbc (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/include/
Da2dp_sbc.h176 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info);
/system/bt/stack/test/
Dstack_a2dp_test.cc548 EXPECT_EQ(A2DP_GetChannelModeCodeSbc(codec_info_sbc), 3); in TEST_F()
549 EXPECT_EQ(A2DP_GetChannelModeCodeSbc(codec_info_aac), -1); in TEST_F()
550 EXPECT_EQ(A2DP_GetChannelModeCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
/system/bt/stack/a2dp/
Da2dp_sbc_encoder.cc228 p_encoder_params->s16ChannelMode = A2DP_GetChannelModeCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()
Da2dp_sbc.cc565 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetChannelModeCodeSbc() function