Searched refs:spid (Results 1 – 3 of 3) sorted by relevance
61 bool DrmManagerService::selinuxIsProtectedCallAllowed(pid_t spid, const char* ssid, drm_perm_t perm… in selinuxIsProtectedCallAllowed() argument73 if (getpidcon(spid, &sctx) != 0) { in selinuxIsProtectedCallAllowed()74 ALOGE("SELinux: getpidcon(pid=%d) failed.\n", spid); in selinuxIsProtectedCallAllowed()92 pid_t spid = ipcState->getCallingPid(); in isProtectedCallAllowed() local97 return selinuxIsProtectedCallAllowed(spid, ssid, perm); in isProtectedCallAllowed()
63 static bool selinuxIsProtectedCallAllowed(pid_t spid, const char* ssid, drm_perm_t perm);
38 // spid). This value may also appear as: a process ID (pid); a process