Lines Matching defs:uid
42 const String16& opPackageName, uid_t uid) { in resolveCallingPackage()
63 uid_t uid, bool start) { in checkRecordingInternal()
102 bool recordingAllowed(const String16& opPackageName, pid_t pid, uid_t uid) { in recordingAllowed()
106 bool startRecording(const String16& opPackageName, pid_t pid, uid_t uid) { in startRecording()
110 void finishRecording(const String16& opPackageName, uid_t uid) { in finishRecording()
127 bool captureAudioOutputAllowed(pid_t pid, uid_t uid) { in captureAudioOutputAllowed()
135 bool captureMediaOutputAllowed(pid_t pid, uid_t uid) { in captureMediaOutputAllowed()
143 bool captureHotwordAllowed(const String16& opPackageName, pid_t pid, uid_t uid) { in captureHotwordAllowed()
203 bool modifyPhoneStateAllowed(pid_t pid, uid_t uid) { in modifyPhoneStateAllowed()
210 bool bypassInterruptionPolicyAllowed(pid_t pid, uid_t uid) { in bypassInterruptionPolicyAllowed()
259 std::optional<bool> MediaPackageManager::doIsAllowed(uid_t uid) { in doIsAllowed()