Searched refs:mProfileFd (Results 1 – 2 of 2) sorted by relevance
1128 ParcelFileDescriptor mProfileFd; field in ActivityManagerService5954 profileFd = mProfileFd; in attachApplicationLocked()6097 if ((mProfileProc == r.app) && (mProfileFd != null)) { in activityIdle()6099 mProfileFd.close(); in activityIdle()10285 if (mProfileFd != null) {10287 mProfileFd.close();10290 mProfileFd = null;10292 mProfileFd = profilerInfo.profileFd;13087 || mProfileFd != null) { in dumpProcessesLocked()13094 pw.println(" mProfileFile=" + mProfileFile + " mProfileFd=" + mProfileFd); in dumpProcessesLocked()[all …]
1158 profileFd = mService.mProfileFd; in realStartActivityLocked()