Home | History | Annotate | Download | only in am

Lines Matching defs:profileFd

7748             if (profilerInfo != null && profilerInfo.profileFd != null) {
7749 profilerInfo.profileFd = profilerInfo.profileFd.dup();
13680 if (mProfilerInfo.profileFd != null) {
13682 mProfilerInfo.profileFd.close();
17067 (mProfilerInfo.profileFile != null || mProfilerInfo.profileFd != null))) {
17076 mProfilerInfo.profileFd);
17436 (mProfilerInfo.profileFile != null || mProfilerInfo.profileFd != null))) {
25858 if (mProfilerInfo !=null && mProfilerInfo.profileFd != null) {
25860 mProfilerInfo.profileFd.close();
25882 if (start && (profilerInfo == null || profilerInfo.profileFd == null)) {
25900 ParcelFileDescriptor fd = profilerInfo.profileFd;
25906 profilerInfo.profileFd = fd;
25910 mProfilerInfo.profileFd.close();
25913 mProfilerInfo.profileFd = null;
25918 // Note: it is also not correct to just set profileFd to null, as the
25924 if (profilerInfo != null && profilerInfo.profileFd != null) {
25926 profilerInfo.profileFd.close();
25937 if (profilerInfo != null && profilerInfo.profileFd != null) {
25939 profilerInfo.profileFd.close();