Searched refs:profilerInfo (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java161 ProfilerInfo profilerInfo = data.readInt() != 0
165 notResumed, isForward, profilerInfo);
287 ProfilerInfo profilerInfo = data.readInt() != 0
304 bindApplication(packageName, info, providers, testName, profilerInfo, testArgs,
443 ProfilerInfo profilerInfo = data.readInt() != 0
445 profilerControl(start, profilerInfo, profileType);
853 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException {
877 if (profilerInfo != null) {
879 profilerInfo.writeToParcel(data, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
1050 List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo,
848 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
1049 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
1232 profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
H A DIApplicationThread.java65 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException;
97 ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments,
121 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
60 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
96 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DIActivityManager.java72 ProfilerInfo profilerInfo, Bundle options) throws RemoteException;
75 ProfilerInfo profilerInfo, Bundle options, int userId) throws RemoteException;
78 int flags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity,
82 int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options,
94 IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options,
392 ProfilerInfo profilerInfo, int profileType) throws RemoteException;
70 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options) argument
73 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
76 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity, int userId) argument
80 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
92 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
391 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
H A DActivityManagerNative.java161 ProfilerInfo profilerInfo = data.readInt() != 0
166 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
184 ProfilerInfo profilerInfo = data.readInt() != 0
190 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
208 ProfilerInfo profilerInfo = data.readInt() != 0
215 resultTo, resultWho, requestCode, startFlags, profilerInfo, options,
234 ProfilerInfo profilerInfo = data.readInt() != 0
240 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
308 ProfilerInfo profilerInfo = data.readInt() != 0
314 resolvedType, session, interactor, startFlags, profilerInfo, option
3044 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3078 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3113 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity, int userId) argument
3149 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3248 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
5226 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
H A DActivityThread.java332 ProfilerInfo profilerInfo; field in class:ActivityThread.ActivityClientRecord
535 public void setProfiler(ProfilerInfo profilerInfo) { argument
536 ParcelFileDescriptor fd = profilerInfo.profileFd;
554 profileFile = profilerInfo.profileFile;
556 samplingInterval = profilerInfo.samplingInterval;
557 autoStopProfiler = profilerInfo.autoStopProfiler;
714 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) {
736 r.profilerInfo = profilerInfo;
848 ProfilerInfo profilerInfo, Bundl
709 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
846 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
957 profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
4788 handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java604 ProfilerInfo profilerInfo = null;
618 profilerInfo = new ProfilerInfo(mProfileFile, fd, mSamplingInterval, mAutoStop);
631 null, null, 0, mStartFlags, profilerInfo,
636 null, null, 0, mStartFlags, profilerInfo,
1025 ProfilerInfo profilerInfo = null;
1040 profilerInfo = new ProfilerInfo(profileFile, fd, mSamplingInterval, false);
1054 if (!mAm.profileControl(process, userId, start, profilerInfo, profileType)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java1107 ProfilerInfo profilerInfo) {
1131 if (profilerInfo != null) {
1132 mService.setProfileApp(aInfo.applicationInfo, aInfo.processName, profilerInfo);
1154 ProfilerInfo profilerInfo, int userId) {
1156 return resolveActivity(intent, rInfo, startFlags, profilerInfo);
1243 ProfilerInfo profilerInfo = null;
1264 profilerInfo = new ProfilerInfo(profileFile, profileFd,
1279 newIntents, !andResume, mService.isNextTransitionForward(), profilerInfo);
1106 resolveActivity(Intent intent, ResolveInfo rInfo, int startFlags, ProfilerInfo profilerInfo) argument
1153 resolveActivity(Intent intent, String resolvedType, int startFlags, ProfilerInfo profilerInfo, int userId) argument
H A DActivityManagerService.java4267 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) {
4269 resultWho, requestCode, startFlags, profilerInfo, bOptions,
4295 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
4302 profilerInfo, null, null, bOptions, false, userId, null, null);
4308 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, boolean ignoreTargetSecurity,
4386 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
4393 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
4447 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
4465 resolvedType, session, interactor, null, null, 0, startFlags, profilerInfo, null,
6504 ProfilerInfo profilerInfo
4265 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) argument
4293 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4306 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, boolean ignoreTargetSecurity, int userId) argument
4384 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4445 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
11906 setProfileApp(ApplicationInfo app, String processName, ProfilerInfo profilerInfo) argument
21066 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
H A DActivityStarter.java439 null /*profilerInfo*/);
490 aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags, null /*profilerInfo*/);
679 ProfilerInfo profilerInfo, IActivityManager.WaitResult outResult, Configuration config,
720 ActivityInfo aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags, profilerInfo);
675 startActivityMayWait(IApplicationThread caller, int callingUid, String callingPackage, Intent intent, String resolvedType, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, IActivityManager.WaitResult outResult, Configuration config, Bundle bOptions, boolean ignoreTargetSecurity, int userId, IActivityContainer iContainer, TaskRecord inTask) argument

Completed in 818 milliseconds