Home
last modified time | relevance | path

Searched refs:FLAG_AUDIBILITY_ENFORCED (Results 1 – 15 of 15) sorted by relevance

/frameworks/support/media-compat/java/android/support/v4/media/
DAudioAttributesCompat.java199 public static final int FLAG_AUDIBILITY_ENFORCED = 0x1 << 0; field in AudioAttributesCompat
217 (FLAG_AUDIBILITY_ENFORCED
228 (FLAG_AUDIBILITY_ENFORCED | FLAG_HW_AV_SYNC | FLAG_LOW_LATENCY);
372 flags |= FLAG_AUDIBILITY_ENFORCED; in getFlags()
705 if ((flags & FLAG_AUDIBILITY_ENFORCED) == FLAG_AUDIBILITY_ENFORCED) { in toVolumeStreamType()
/frameworks/base/media/java/android/media/
DAudioAttributes.java250 public final static int FLAG_AUDIBILITY_ENFORCED = 0x1 << 0; field in AudioAttributes
334 private final static int FLAG_ALL = FLAG_AUDIBILITY_ENFORCED | FLAG_SECURE | FLAG_SCO |
337 private final static int FLAG_ALL_PUBLIC = FLAG_AUDIBILITY_ENFORCED |
649 mFlags |= FLAG_AUDIBILITY_ENFORCED; in setInternalLegacyStreamType()
968 if ((aa.getFlags() & FLAG_AUDIBILITY_ENFORCED) == FLAG_AUDIBILITY_ENFORCED) { in toVolumeStreamType()
DMediaActionSound.java123 .setFlags(AudioAttributes.FLAG_AUDIBILITY_ENFORCED) in MediaActionSound()
DPlayerBase.java318 if (((mAttributes.getAllFlags() & AudioAttributes.FLAG_AUDIBILITY_ENFORCED) != 0) in isRestricted_sync()
/frameworks/support/media-compat/api21/android/support/v4/media/session/
DMediaControllerCompatApi21.java224 if ((aa.getFlags() & AudioAttributes.FLAG_AUDIBILITY_ENFORCED) in toLegacyStreamType()
225 == AudioAttributes.FLAG_AUDIBILITY_ENFORCED) { in toLegacyStreamType()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java214 .setFlags(AudioAttributes.FLAG_AUDIBILITY_ENFORCED) in setUp()
/frameworks/support/media-compat/api/
Dcurrent.txt16 field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1
D26.0.0.txt16 field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1
/frameworks/support/api/
D26.1.0.txt7236 field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1
D26.0.0-beta1.txt7125 field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1
D26.0.0-beta2.txt7240 field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13948 field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt20991 field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1
Dtest-current.txt21147 field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1
Dsystem-current.txt22814 field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1