Searched refs:ALLOW_CAPTURE_BY_ALL (Results 1 – 6 of 6) sorted by relevance
19 import static android.media.AudioAttributes.ALLOW_CAPTURE_BY_ALL;274 in.mPlayerAttr.getAllowedCapturePolicy() == ALLOW_CAPTURE_BY_ALL in anonymizedCopy()275 ? ALLOW_CAPTURE_BY_ALL : ALLOW_CAPTURE_BY_NONE); in anonymizedCopy()
476 public static final int ALLOW_CAPTURE_BY_ALL = 1; field in AudioAttributes502 ALLOW_CAPTURE_BY_ALL,630 return ALLOW_CAPTURE_BY_ALL; in getAllowedCapturePolicy()1577 case ALLOW_CAPTURE_BY_ALL: in capturePolicyToFlags()
1646 int result = AudioAttributes.ALLOW_CAPTURE_BY_ALL; in getAllowedCapturePolicy()
354 if (capturePolicy == AudioAttributes.ALLOW_CAPTURE_BY_ALL) { in setAllowedCapturePolicy()379 return mAllowedCapturePolicies.getOrDefault(uid, AudioAttributes.ALLOW_CAPTURE_BY_ALL); in getAllowedCapturePolicy()
1402 entry.getKey(), AudioAttributes.ALLOW_CAPTURE_BY_ALL); in onAudioServerDied()
20184 field public static final int ALLOW_CAPTURE_BY_ALL = 1; // 0x1