HomeSort by relevance Sort by last modified time
    Searched refs:A2DP_GetChannelModeCodeSbc (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/include/
a2dp_sbc.h 176 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info);
  /system/bt/stack/test/
stack_a2dp_test.cc 548 EXPECT_EQ(A2DP_GetChannelModeCodeSbc(codec_info_sbc), 3);
549 EXPECT_EQ(A2DP_GetChannelModeCodeSbc(codec_info_aac), -1);
550 EXPECT_EQ(A2DP_GetChannelModeCodeSbc(codec_info_non_a2dp), -1);
    [all...]
  /system/bt/stack/a2dp/
a2dp_sbc_encoder.cc 228 p_encoder_params->s16ChannelMode = A2DP_GetChannelModeCodeSbc(p_codec_info);
    [all...]
a2dp_sbc.cc 565 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info) {
    [all...]

Completed in 61 milliseconds