Searched refs:targetPid (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceTracker.cpp | 526 bool ResourceTracker::getBiggestClient(int targetPid, in getBiggestClient() argument 537 if (client.mPid != targetPid) { in getBiggestClient() 574 __func__, asString(type), asString(subType), targetPid); in getBiggestClient() 578 clientInfo.mPid = targetPid; in getBiggestClient() 584 bool ResourceTracker::getLeastImportantBiggestClient(int targetPid, int32_t importance, in getLeastImportantBiggestClient() argument 596 if (client.mPid != targetPid) { in getLeastImportantBiggestClient() 635 __func__, asString(type), asString(subType), targetPid); in getLeastImportantBiggestClient() 639 clientInfo.mPid = targetPid; in getLeastImportantBiggestClient()
|
D | ResourceTracker.h | 158 int targetPid, 169 bool getLeastImportantBiggestClient(int targetPid, int32_t importance,
|