Searched defs:newPid (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/mediaresourcemanager/aidl/android/media/ |
D | IResourceManagerService.aidl | 96 void overridePid(int originalPid, int newPid); in overridePid()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | AppChildProcessTest.java | 304 void addToProcess(int uid, int pid, int newPid) { in addToProcess()
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerService.cpp | 764 Status ResourceManagerService::overridePid(int originalPid, int newPid) { in overridePid() 955 int newPid = pid; in getPriority_l() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 91 int type, in WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 1053 final String historyName, final int type, final WorkSource newWs, final int newPid, in noteChangeWakelockFromSource()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 5363 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked() 5372 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked() 5384 noteStartWakeLocked(newWs.getUid(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local 5392 noteStartWakeLocked(newChain.getAttributionUid(), newPid, newChain, newName, in noteChangeWakelockFromSourceLocked() local
|