Searched refs:mProfileFd (Results 1 – 2 of 2) sorted by relevance
1515 ParcelFileDescriptor mProfileFd; field in ActivityManagerService6832 profileFd = mProfileFd; in attachApplicationLocked()7040 if ((mProfileProc == r.app) && (mProfileFd != null)) { in activityIdle()7042 mProfileFd.close(); in activityIdle()12672 if (mProfileFd != null) {12674 mProfileFd.close();12677 mProfileFd = null;12679 mProfileFd = profilerInfo.profileFd;15852 || mProfileFd != null) {15859 pw.println(" mProfileFile=" + mProfileFile + " mProfileFd=" + mProfileFd);[all …]
1434 ParcelFileDescriptor profileFd = mService.mProfileFd; in realStartActivityLocked()