Home | History | Annotate | Download | only in media

Lines Matching refs:FLAG_AUDIBILITY_ENFORCED

285     public final static int FLAG_AUDIBILITY_ENFORCED = 0x1 << 0;
369 private final static int FLAG_ALL = FLAG_AUDIBILITY_ENFORCED | FLAG_SECURE | FLAG_SCO |
372 private final static int FLAG_ALL_PUBLIC = FLAG_AUDIBILITY_ENFORCED |
603 * @param flags a combination of {@link AudioAttributes#FLAG_AUDIBILITY_ENFORCED},
684 mFlags |= FLAG_AUDIBILITY_ENFORCED;
1025 if ((aa.getFlags() & FLAG_AUDIBILITY_ENFORCED) == FLAG_AUDIBILITY_ENFORCED) {