Home | History | Annotate | Download | only in logd

Lines Matching defs:uid

85         cred->uid = DEFAULT_OVERFLOWUID;
88 if (cred->uid == AID_LOGD) {
105 !clientHasLogCredentials(cred->uid, cred->gid, cred->pid))) {
120 if (cred->uid == DEFAULT_OVERFLOWUID) {
121 uid_t uid =
123 if (uid == AID_LOGD) {
124 uid = logbuf ? logbuf->pidToUid(header->tid)
127 if (uid != AID_LOGD) cred->uid = uid;
138 logId, header->realtime, cred->uid, cred->pid, header->tid, msg,