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 | 737 int newPid) { in overridePid() 907 int newPid = pid; in getPriority_l() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 89 int type, in WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 1024 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 | 4462 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked() 4470 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked() 4482 noteStartWakeLocked(newWs.getUid(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local 4490 noteStartWakeLocked(newChain.getAttributionUid(), newPid, newChain, newName, in noteChangeWakelockFromSourceLocked() local
|