Searched refs:ALLOW_CAPTURE_BY_ALL (Results 1 – 6 of 6) sorted by relevance
19 import static android.media.AudioAttributes.ALLOW_CAPTURE_BY_ALL;242 in.mPlayerAttr.getAllowedCapturePolicy() == ALLOW_CAPTURE_BY_ALL in anonymizedCopy()243 ? ALLOW_CAPTURE_BY_ALL : ALLOW_CAPTURE_BY_NONE) in anonymizedCopy()
472 public static final int ALLOW_CAPTURE_BY_ALL = 1; field in AudioAttributes498 ALLOW_CAPTURE_BY_ALL,626 return ALLOW_CAPTURE_BY_ALL; in getAllowedCapturePolicy()1446 case ALLOW_CAPTURE_BY_ALL: in capturePolicyToFlags()
1574 int result = AudioAttributes.ALLOW_CAPTURE_BY_ALL; in getAllowedCapturePolicy()
318 if (capturePolicy == AudioAttributes.ALLOW_CAPTURE_BY_ALL) { in setAllowedCapturePolicy()343 return mAllowedCapturePolicies.getOrDefault(uid, AudioAttributes.ALLOW_CAPTURE_BY_ALL); in getAllowedCapturePolicy()
1150 entry.getKey(), AudioAttributes.ALLOW_CAPTURE_BY_ALL); in onAudioServerDied()
23969 field public static final int ALLOW_CAPTURE_BY_ALL = 1; // 0x1