Lines Matching refs:uid
30 uid_t uid = data_provider->ConsumeIntegral<uid_t>(); in __anona68969790102() local
31 pm.allowPlaybackCapture(uid); in __anona68969790102()
45 uid_t uid = data_provider.ConsumeIntegral<uid_t>(); in LLVMFuzzerTestOneInput() local
50 android::isServiceUid(uid); in LLVMFuzzerTestOneInput()
51 android::isAudioServerUid(uid); in LLVMFuzzerTestOneInput()
52 android::isAudioServerOrSystemServerUid(uid); in LLVMFuzzerTestOneInput()
53 android::isAudioServerOrMediaServerUid(uid); in LLVMFuzzerTestOneInput()
56 android::recordingAllowed(opPackageName, pid, uid); in LLVMFuzzerTestOneInput()
57 android::startRecording(opPackageName, pid, uid); in LLVMFuzzerTestOneInput()
58 android::finishRecording(opPackageName, uid); in LLVMFuzzerTestOneInput()
59 android::captureAudioOutputAllowed(pid, uid); in LLVMFuzzerTestOneInput()
60 android::captureMediaOutputAllowed(pid, uid); in LLVMFuzzerTestOneInput()
61 android::captureHotwordAllowed(opPackageName, pid, uid); in LLVMFuzzerTestOneInput()
62 android::modifyPhoneStateAllowed(uid, pid); in LLVMFuzzerTestOneInput()
63 android::bypassInterruptionPolicyAllowed(uid, pid); in LLVMFuzzerTestOneInput()