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

  /system/bt/stack/include/
a2dp_constants.h 43 #define A2DP_MEDIA_CT_NON_A2DP 0xFF
  /system/bt/stack/a2dp/
a2dp_codec_config.cc 160 case A2DP_MEDIA_CT_NON_A2DP:
196 case A2DP_MEDIA_CT_NON_A2DP:
    [all...]
a2dp_vendor.cc 205 (codec_type_a != A2DP_MEDIA_CT_NON_A2DP)) {
245 (codec_type_a != A2DP_MEDIA_CT_NON_A2DP)) {
a2dp_vendor_aptx.cc 101 *p_result++ = A2DP_MEDIA_CT_NON_A2DP;
136 codec_type != A2DP_MEDIA_CT_NON_A2DP) {
    [all...]
a2dp_vendor_aptx_hd.cc 108 *p_result++ = A2DP_MEDIA_CT_NON_A2DP;
147 codec_type != A2DP_MEDIA_CT_NON_A2DP) {
    [all...]
a2dp_vendor_ldac.cc 99 *p_result++ = A2DP_MEDIA_CT_NON_A2DP;
144 codec_type != A2DP_MEDIA_CT_NON_A2DP) {
    [all...]
  /system/bt/stack/test/
stack_a2dp_test.cc 158 0xFF, // Media Codec Type: A2DP_MEDIA_CT_NON_A2DP
167 0xFF, // Media Codec Type: A2DP_MEDIA_CT_NON_A2DP
347 EXPECT_EQ(codec_type, A2DP_MEDIA_CT_NON_A2DP);
431 codec_type < A2DP_MEDIA_CT_NON_A2DP; codec_type++) {
    [all...]

Completed in 329 milliseconds