Searched refs:getAllFlags (Results 1 – 11 of 11) sorted by relevance
439 && ((refAttr.getAllFlags() == 0) in attributesMatches()440 || (attr.getAllFlags() != 0 in attributesMatches()441 && (attr.getAllFlags() & refAttr.getAllFlags()) == refAttr.getAllFlags())) in attributesMatches()
450 if ((audio.getAllFlags() & AudioAttributes.FLAG_BYPASS_INTERRUPTION_POLICY) != 0) { in setFlags()453 if ((audio.getAllFlags() & AudioAttributes.FLAG_BYPASS_MUTE) != 0) { in setFlags()
196 out.writeInt(attrs.getAllFlags()); in writeAudioAttributes()
630 public int getAllFlags() { in getAllFlags() method in AudioAttributes789 mFlags = aa.getAllFlags(); in Builder()1171 mFlags = attributes.getAllFlags(); in setInternalLegacyStreamType()1717 if ((aa.getAllFlags() & FLAG_SCO) == FLAG_SCO) { in toVolumeStreamType()1721 if ((aa.getAllFlags() & FLAG_BEACON) == FLAG_BEACON) { in toVolumeStreamType()
821 .replaceFlags((mAttributes.getAllFlags() in AudioTrack()1385 .replaceFlags((mAttributes.getAllFlags() in build()1397 .replaceFlags((mAttributes.getAllFlags() in build()1791 final int flags = attributes.getAllFlags() in shouldEnablePowerSaving()
1457 return (mAudioAttributes.getAllFlags() & AudioAttributes.FLAG_CAPTURE_PRIVATE) != 0; in isPrivacySensitive()
308 if ((apc.getAudioAttributes().getAllFlags() & FLAGS_FOR_SILENCE_OVERRIDE) in checkVolumeForPrivilegedAlarm()
9845 && (audioAttributes.getAllFlags() & AudioAttributes.FLAG_CALL_REDIRECTION) != 0 in validateAudioAttributesUsage()9863 && (audioAttributes.getAllFlags() in isValidAudioAttributesUsage()
6817 method public int getAllFlags();
10689 HSPLandroid/media/AudioAttributes;->getAllFlags()I
10692 HSPLandroid/media/AudioAttributes;->getAllFlags()I