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

  /system/bt/stack/test/
stack_a2dp_test.cc 366 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc));
367 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_capability));
368 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_sink_capability));
370 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac));
371 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_capability));
372 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_sink_capability));
374 EXPECT_FALSE(A2DP_IsPeerSourceCodecSupported(codec_info_non_a2dp));
    [all...]
  /system/bt/stack/include/
a2dp_codec_api.h 600 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info);
    [all...]
  /system/bt/stack/a2dp/
a2dp_codec_config.cc     [all...]

Completed in 109 milliseconds