Home
last modified time | relevance | path

Searched refs:getAllFlags (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java342 && ((refAttr.getAllFlags() == 0) in attributesMatches()
343 || (attr.getAllFlags() != 0 in attributesMatches()
344 && (attr.getAllFlags() & refAttr.getAllFlags()) == refAttr.getAllFlags())) in attributesMatches()
/frameworks/base/media/java/android/media/
DAudioAttributes.java504 public int getAllFlags() { in getAllFlags() method in AudioAttributes
603 mFlags = aa.getAllFlags(); in Builder()
1204 if ((aa.getAllFlags() & FLAG_SCO) == FLAG_SCO) { in toVolumeStreamType()
1208 if ((aa.getAllFlags() & FLAG_BEACON) == FLAG_BEACON) { in toVolumeStreamType()
DPlayerBase.java351 if ((mAttributes.getAllFlags() & AudioAttributes.FLAG_BYPASS_INTERRUPTION_POLICY) != 0) { in isRestricted_sync()
355 if (((mAttributes.getAllFlags() & AudioAttributes.FLAG_AUDIBILITY_ENFORCED) != 0) in isRestricted_sync()
DAudioTrack.java613 .replaceFlags((mAttributes.getAllFlags() in AudioTrack()
968 .replaceFlags((mAttributes.getAllFlags() in build()
980 .replaceFlags((mAttributes.getAllFlags() in build()
1188 (attributes.getAllFlags() != 0 // cannot have any special flags in shouldEnablePowerSaving()
/frameworks/base/core/java/android/os/
DExternalVibration.java168 out.writeInt(attrs.getAllFlags()); in writeAudioAttributes()
/frameworks/base/services/core/java/com/android/server/audio/
DPlaybackActivityMonitor.java194 if ((apc.getAudioAttributes().getAllFlags() & FLAGS_FOR_SILENCE_OVERRIDE) in checkVolumeForPrivilegedAlarm()
/frameworks/base/api/
Dsystem-current.txt3451 method public int getAllFlags();