Lines Matching defs:uid
42 const String16& opPackageName, uid_t uid) { in resolveCallingPackage()
63 uid_t uid, bool start) { in checkRecordingInternal()
105 bool recordingAllowed(const String16& opPackageName, pid_t pid, uid_t uid) { in recordingAllowed()
109 bool startRecording(const String16& opPackageName, pid_t pid, uid_t uid) { in startRecording()
113 void finishRecording(const String16& opPackageName, uid_t uid) { in finishRecording()
130 bool captureAudioOutputAllowed(pid_t pid, uid_t uid) { in captureAudioOutputAllowed()
138 bool captureMediaOutputAllowed(pid_t pid, uid_t uid) { in captureMediaOutputAllowed()
146 bool captureHotwordAllowed(const String16& opPackageName, pid_t pid, uid_t uid) { in captureHotwordAllowed()
181 bool modifyDefaultAudioEffectsAllowed(pid_t pid, uid_t uid) { in modifyDefaultAudioEffectsAllowed()
202 bool modifyPhoneStateAllowed(pid_t pid, uid_t uid) { in modifyPhoneStateAllowed()
209 bool bypassInterruptionPolicyAllowed(pid_t pid, uid_t uid) { in bypassInterruptionPolicyAllowed()
258 std::optional<bool> MediaPackageManager::doIsAllowed(uid_t uid) { in doIsAllowed()