Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProfilerInfo.java38 public final String profileFile; field in ProfilerInfo
70 profileFile = filename; in ProfilerInfo()
80 profileFile = in.profileFile; in ProfilerInfo()
94 return new ProfilerInfo(this.profileFile, this.profileFd, this.samplingInterval, in setAgent()
123 out.writeString(profileFile); in writeToParcel()
140 proto.write(ProfilerInfoProto.PROFILE_FILE, profileFile); in writeToProto()
165 profileFile = in.readString(); in ProfilerInfo()
184 return Objects.equals(profileFile, other.profileFile) in equals()
194 result = 31 * result + Objects.hashCode(profileFile); in hashCode()
DActivityThread.java809 String profileFile; field in ActivityThread.Profiler
835 profileFile = profilerInfo.profileFile; in setProfiler()
847 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(), in startProfiling()
852 Slog.w(TAG, "Profiling failed on path " + profileFile, e); in startProfiling()
872 profileFile = null; in stopProfiling()
2381 return mProfiler != null && mProfiler.profileFile != null in isProfiling()
2386 return mProfiler.profileFile; in getProfileFilePath()
5850 Slog.w(TAG, "Profiling failed on path " + profilerInfo.profileFile in handleProfilerControl()
6184 mProfiler.profileFile = data.initProfilerInfo.profileFile; in handleBindApplication()
6442 if (mProfiler.profileFile != null && !ii.handleProfiling in handleBindApplication()
[all …]
DIActivityManager.aidl168 boolean startInstrumentation(in ComponentName className, in String profileFile, in startInstrumentation() argument
DLoadedApk.java970 String profileFile = ArtManager.getCurrentProfilePath( in setupJitProfileSupport() local
972 VMRuntime.registerAppInfo(profileFile, new String[] {codePaths.get(i)}); in setupJitProfileSupport()
DContextImpl.java1839 String profileFile, Bundle arguments) { in startInstrumentation() argument
1845 className, profileFile, 0, arguments, null, null, getUserId(), in startInstrumentation()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java157 instrument.profileFile = nextArgRequired(); in runInstrument()
DInstrument.java81 public String profileFile = null; field in Instrument
517 if (!mAm.startInstrumentation(cn, profileFile, flags, args, watcher, connection, userId, in run()
/frameworks/base/core/java/android/content/
DContextWrapper.java779 String profileFile, Bundle arguments) { in startInstrumentation() argument
780 return mBase.startInstrumentation(className, profileFile, arguments); in startInstrumentation()
DContext.java3272 @Nullable String profileFile, @Nullable Bundle arguments); in startInstrumentation() argument
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java633 String profileFile, Bundle arguments) { in startInstrumentation() argument
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java796 String profileFile = null;
857 profileFile = getNextArgRequired();
858 fd = openFileForSystem(profileFile, "w");
862 profilerInfo = new ProfilerInfo(profileFile, fd, mSamplingInterval, false, mStreaming,
DActivityManagerService.java4969 boolean needsInfo = mProfileData.getProfilerInfo().profileFile != null in attachApplicationLocked()
10870 (mProfileData.getProfilerInfo().profileFile != null in dumpProcessesLocked()
10880 pw.println(" mProfileFile=" + mProfileData.getProfilerInfo().profileFile in dumpProcessesLocked()
11172 (mProfileData.getProfilerInfo().profileFile != null in writeProcessesToProtoLocked()
15790 String profileFile, int flags, Bundle arguments, in startInstrumentation() argument
15856 activeInstr.mProfileFile = profileFile; in startInstrumentation()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java874 if (currentProfilerInfo == null || currentProfilerInfo.profileFile == null in createProfilerInfoIfNeeded()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9627 File profileFile = new File(getPrebuildProfilePath(pkg));
9629 if (profileFile.exists()) {
9634 if (!mInstaller.copySystemProfile(profileFile.getAbsolutePath(),
9644 Log.e(TAG, "Failed to copy profile " + profileFile.getAbsolutePath() + " ",
9657 profileFile = new File(systemProfilePath);
9664 if (profileFile.exists()) {
9670 if (!mInstaller.copySystemProfile(profileFile.getAbsolutePath(),
9679 profileFile.getAbsolutePath() + " ", e);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2009 Landroid/app/ActivityThread$Profiler;->profileFile:Ljava/lang/String;
8288 Landroid/app/ProfilerInfo;->profileFile:Ljava/lang/String;