Home
last modified time | relevance | path

Searched refs:profileFile (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/app/
DProfilerInfo.java54 public final String profileFile; field in ProfilerInfo
98 profileFile = filename; in ProfilerInfo()
110 profileFile = in.profileFile; in ProfilerInfo()
160 return new ProfilerInfo(this.profileFile, this.profileFd, this.samplingInterval, in setAgent()
190 out.writeString(profileFile); in writeToParcel()
209 proto.write(ProfilerInfoProto.PROFILE_FILE, profileFile); in dumpDebug()
236 profileFile = in.readString(); in ProfilerInfo()
257 return Objects.equals(profileFile, other.profileFile) in equals()
268 result = 31 * result + Objects.hashCode(profileFile); in hashCode()
DActivityThread.java1002 String profileFile; field in ActivityThread.Profiler
1030 profileFile = profilerInfo.profileFile; in setProfiler()
1046 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(), in startProfiling()
1051 Slog.w(TAG, "Profiling failed on path " + profileFile, e); in startProfiling()
1071 profileFile = null; in stopProfiling()
3014 return mProfiler != null && mProfiler.profileFile != null in isProfiling()
3019 return mProfiler.profileFile; in getProfileFilePath()
6870 Slog.w(TAG, "Profiling failed on path " + profilerInfo.profileFile in handleProfilerControl()
7227 mProfiler.profileFile = data.initProfilerInfo.profileFile; in handleBindApplication()
7754 if (mProfiler.profileFile != null && !ii.handleProfiling in initInstrumentation()
[all …]
DIActivityManager.aidl237 boolean startInstrumentation(in ComponentName className, in String profileFile, in startInstrumentation() argument
DContextImpl.java2211 String profileFile, Bundle arguments) { in startInstrumentation() argument
2217 className, profileFile, 0, arguments, null, null, getUserId(), in startInstrumentation()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java162 instrument.profileFile = nextArgRequired(); in runInstrument()
DInstrument.java85 public String profileFile = null; field in Instrument
541 if (!mAm.startInstrumentation(cn, profileFile, flags, args, watcher, connection, userId, in run()
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodBaseContext.java570 public boolean startInstrumentation(ComponentName className, String profileFile, in startInstrumentation() argument
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java2408 boolean needsInfo = mProfileData.getProfilerInfo().profileFile != null in setupProfilerInfoLocked()
2544 && (mProfileData.getProfilerInfo().profileFile != null in dumpProfileDataLocked()
2554 pw.println(" mProfileFile=" + mProfileData.getProfilerInfo().profileFile in dumpProfileDataLocked()
2654 && (mProfileData.getProfilerInfo().profileFile != null in writeProfileDataToProtoLocked()
DActivityManagerShellCommand.java1069 String profileFile = null;
1134 profileFile = getNextArgRequired();
1135 fd = openFileForSystem(profileFile, "w");
1139 profilerInfo = new ProfilerInfo(profileFile, fd, mSamplingInterval, false, mStreaming,
/frameworks/base/core/java/android/content/
DContextWrapper.java930 @Nullable String profileFile, @Nullable Bundle arguments) { in startInstrumentation() argument
931 return mBase.startInstrumentation(className, profileFile, arguments); in startInstrumentation()
DContext.java4137 @Nullable String profileFile, @Nullable Bundle arguments); in startInstrumentation() argument
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java918 public boolean startInstrumentation(ComponentName className, String profileFile, in startInstrumentation() argument
922 return context.startInstrumentation(className, profileFile, arguments); in startInstrumentation()
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java670 String profileFile, Bundle arguments) { in startInstrumentation() argument
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java1412 if (currentProfilerInfo == null || currentProfilerInfo.profileFile == null in createProfilerInfoIfNeeded()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2009 Landroid/app/ActivityThread$Profiler;->profileFile:Ljava/lang/String;
8285 Landroid/app/ProfilerInfo;->profileFile:Ljava/lang/String;