Searched refs:getAllFlags (Results 1 – 11 of 11) sorted by relevance
381 && ((refAttr.getAllFlags() == 0) in attributesMatches()382 || (attr.getAllFlags() != 0 in attributesMatches()383 && (attr.getAllFlags() & refAttr.getAllFlags()) == refAttr.getAllFlags())) in attributesMatches()
578 public int getAllFlags() { in getAllFlags() method in AudioAttributes683 mFlags = aa.getAllFlags(); in Builder()959 mFlags = attributes.getAllFlags(); in setInternalLegacyStreamType()1379 if ((aa.getAllFlags() & FLAG_SCO) == FLAG_SCO) { in toVolumeStreamType()1383 if ((aa.getAllFlags() & FLAG_BEACON) == FLAG_BEACON) { in toVolumeStreamType()
351 if ((mAttributes.getAllFlags() & AudioAttributes.FLAG_BYPASS_INTERRUPTION_POLICY) != 0) { in isRestricted_sync()355 if (((mAttributes.getAllFlags() & AudioAttributes.FLAG_AUDIBILITY_ENFORCED) != 0) in isRestricted_sync()
757 .replaceFlags((mAttributes.getAllFlags() in AudioTrack()1224 .replaceFlags((mAttributes.getAllFlags() in build()1236 .replaceFlags((mAttributes.getAllFlags() in build()1583 final int flags = attributes.getAllFlags() in shouldEnablePowerSaving()
1129 return (mAudioAttributes.getAllFlags() & AudioAttributes.FLAG_CAPTURE_PRIVATE) != 0; in isPrivacySensitive()
172 out.writeInt(attrs.getAllFlags()); in writeAudioAttributes()
365 if ((audio.getAllFlags() & AudioAttributes.FLAG_BYPASS_INTERRUPTION_POLICY) != 0) { in setFlags()
207 if ((apc.getAudioAttributes().getAllFlags() & FLAGS_FOR_SILENCE_OVERRIDE) in checkVolumeForPrivilegedAlarm()
4072 method public int getAllFlags();
4124 method public int getAllFlags();
12672 HSPLandroid/media/AudioAttributes;->getAllFlags()I