Home | History | Annotate | Download | only in am

Lines Matching refs:profileFd

6534             ParcelFileDescriptor profileFd = null;
6540 profileFd = mProfileFd;
6568 if (profileFd != null) {
6569 profileFd = profileFd.dup();
6572 : new ProfilerInfo(profileFile, profileFd, samplingInterval, profileAutoStop);
12001 mProfileFd = profilerInfo.profileFd;
21412 if (start && (profilerInfo == null || profilerInfo.profileFd == null)) {
21430 ParcelFileDescriptor fd = profilerInfo.profileFd;
21436 profilerInfo.profileFd = fd;
21442 if (profilerInfo != null && profilerInfo.profileFd != null) {
21444 profilerInfo.profileFd.close();
21455 if (profilerInfo != null && profilerInfo.profileFd != null) {
21457 profilerInfo.profileFd.close();