Searched refs:pid (Results 126 - 134 of 134) sorted by relevance

123456

/frameworks/base/core/java/android/os/
H A DBatteryStats.java3994 Uid.Pid pid = pids.valueAt(j);
3999 long time = pid.mWakeSumMs + (pid.mWakeNesting > 0
4000 ? (nowRealtime - pid.mWakeStartMs) : 0);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java503 + ", pid " + Binder.getCallingPid());
543 + ", pid " + Binder.getCallingPid());
595 + ", pid " + Binder.getCallingPid());
615 + ", pid " + Binder.getCallingPid());
653 + ", pid " + Binder.getCallingPid());
866 + ", pid " + Binder.getCallingPid());
942 + ", pid " + Binder.getCallingPid());
1056 + ", pid " + Binder.getCallingPid());
1109 + ", pid " + Binder.getCallingPid()
1164 + ", pid "
[all...]
/frameworks/av/services/audioflinger/
H A DEffects.cpp1319 (mClient == 0) ? getpid_cached : mClient->pid(),
H A DThreads.cpp429 void AudioFlinger::ThreadBase::sendPrioConfigEvent_l(pid_t pid, pid_t tid, int32_t prio) argument
431 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio);
482 ALOGW("Policy SCHED_FIFO priority %d is unavailable for pid %d tid %d; error %d",
2916 ALOGW("Policy SCHED_FIFO priority %d is unavailable for pid %d tid %d; error %d",
2928 ALOGW("Policy SCHED_FIFO priority %d is unavailable for pid %d tid %d; error %d",
5057 ALOGW("Policy SCHED_FIFO priority %d is unavailable for pid %d tid %d; error %d",
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java1018 long diff = mService.mProcessCpuTracker.getCpuTimeForPid(prev.app.pid)
1073 next.cpuTimeAtResume = mService.mProcessCpuTracker.getCpuTimeForPid(next.app.pid);
H A DActivityStackSupervisor.java898 + " (pid=" + callingPid + ") when starting: "
1310 callingPid = callerApp.pid;
1314 + " (pid=" + callingPid + ") when starting: "
1443 + " from " + callerApp + " (pid=" + callingPid
1448 + " from " + callerApp + " (pid=" + callingPid
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3506 String msg = "Permission Denial: " + func + " from pid="
5975 // TODO: more accounting of which pid(s) turned it on, keep count,
5979 int pid = Binder.getCallingPid();
5980 mH.sendMessage(mH.obtainMessage(H.SHOW_STRICT_MODE_VIOLATION, on ? 1 : 0, pid));
5983 private void showStrictModeViolation(int arg, int pid) { argument
5997 if (ws.mSession.mPid == pid && ws.isVisibleLw()) {
10344 + " pid=" + ws.mSession.mPid
11337 pw.println("Permission Denial: can't dump WindowManager from from pid="
/frameworks/base/core/java/android/app/
H A DActivityThread.java727 + Binder.getCallingUid() + " pid=" + Binder.getCallingPid());
1888 boolean dumpFullInfo, boolean dumpDalvik, int pid, String processName,
1899 pw.print(pid); pw.print(',');
1887 dumpMemInfoTable(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, boolean dumpFullInfo, boolean dumpDalvik, int pid, String processName, long nativeMax, long nativeAllocated, long nativeFree, long dalvikMax, long dalvikAllocated, long dalvikFree) argument
/frameworks/base/tools/aapt/
H A DResourceTable.cpp604 " pid=%s, bag=%s, id=%s: %s\n",
4224 size_t pid = Res_GETPACKAGE(resID)+1; local
4229 if (check->getAssignedId() == pid) {

Completed in 252 milliseconds

123456