Searched refs:getAllFlags (Results 1 – 12 of 12) sorted by relevance
449 && (((refAttr.getAllFlags() & AUDIO_FLAGS_AFFECT_STRATEGY_SELECTION) == 0) in attributesMatches()450 || ((attr.getAllFlags() & AUDIO_FLAGS_AFFECT_STRATEGY_SELECTION) != 0 in attributesMatches()451 && (attr.getAllFlags() & refAttr.getAllFlags()) == refAttr.getAllFlags())) in attributesMatches()
547 if ((audio.getAllFlags() & AudioAttributes.FLAG_BYPASS_INTERRUPTION_POLICY) != 0) { in setFlags()550 if ((audio.getAllFlags() & AudioAttributes.FLAG_BYPASS_MUTE) != 0) { in setFlags()
202 out.writeInt(attrs.getAllFlags()); in writeAudioAttributes()
640 public int getAllFlags() { in getAllFlags() method in AudioAttributes799 mFlags = aa.getAllFlags(); in Builder()1173 mFlags = attributes.getAllFlags(); in setInternalLegacyStreamType()1750 if ((aa.getAllFlags() & FLAG_SCO) == FLAG_SCO) { in toVolumeStreamType()1754 if ((aa.getAllFlags() & FLAG_BEACON) == FLAG_BEACON) { in toVolumeStreamType()
821 .replaceFlags((mAttributes.getAllFlags() in AudioTrack()1386 .replaceFlags((mAttributes.getAllFlags() in build()1398 .replaceFlags((mAttributes.getAllFlags() in build()1792 final int flags = attributes.getAllFlags() in shouldEnablePowerSaving()
1450 return (mAudioAttributes.getAllFlags() & AudioAttributes.FLAG_CAPTURE_PRIVATE) != 0; in isPrivacySensitive()
190 public static HashMap<String, String> getAllFlags(IContentProvider provider) { in getAllFlags() method in DeviceConfigService.MyShellCommand212 HashMap<String, String> allFlags = getAllFlags(provider); in listAll()230 HashMap<String, String> allFlags = getAllFlags(provider); in listAllAconfigFlags()
320 if ((apc.getAudioAttributes().getAllFlags() & FLAGS_FOR_SILENCE_OVERRIDE) in checkVolumeForPrivilegedAlarm()
10259 && (audioAttributes.getAllFlags() & AudioAttributes.FLAG_CALL_REDIRECTION) != 0 in validateAudioAttributesUsage()10277 && (audioAttributes.getAllFlags() in isValidAudioAttributesUsage()
6931 method public int getAllFlags();
10512 HSPLandroid/media/AudioAttributes;->getAllFlags()I
10515 HSPLandroid/media/AudioAttributes;->getAllFlags()I