Lines Matching refs:pid
68 int pid, sp<DrmSessionClientInterface> drm, const Vector<uint8_t> &sessionId) { in addSession() argument
69 ALOGV("addSession(pid %d, drm %p, sessionId %s)", pid, drm.get(), in addSession()
77 ssize_t index = mSessionMap.indexOfKey(pid); in addSession()
82 mSessionMap.add(pid, infosForPid); in addSession()
181 int pid = -1; in getLowestPriority_l() local
194 if (pid == -1) { in getLowestPriority_l()
195 pid = tempPid; in getLowestPriority_l()
199 pid = tempPid; in getLowestPriority_l()
204 if (pid != -1) { in getLowestPriority_l()
205 *lowestPriorityPid = pid; in getLowestPriority_l()
208 return (pid != -1); in getLowestPriority_l()
212 int pid, sp<DrmSessionClientInterface>* drm, Vector<uint8_t>* sessionId) { in getLeastUsedSession_l() argument
213 ssize_t index = mSessionMap.indexOfKey(pid); in getLeastUsedSession_l()