HomeSort by relevance Sort by last modified time
    Searched refs:mProcessInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmediaplayerservice/
DrmSessionManager.cpp 59 : mProcessInfo(new ProcessInfo()),
63 : mProcessInfo(processInfo),
152 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) {
191 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) {
DrmSessionManager.h 67 sp<ProcessInfoInterface> mProcessInfo;
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.cpp 137 : mProcessInfo(new ProcessInfo()),
143 : mProcessInfo(processInfo),
357 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) {
392 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) {
412 if (!mProcessInfo->getPriority(callingPid, &callingPidPriority)) {
417 if (!mProcessInfo->getPriority(pid, &priority)) {
ResourceManagerService.h 107 sp<ProcessInfoInterface> mProcessInfo;

Completed in 406 milliseconds