Searched defs:profilerInfo (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java445 null /*profilerInfo*/);
470 aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags, null /*profilerInfo*/);
719 ProfilerInfo profilerInfo, IActivityManager.WaitResult outResult, Configuration config,
760 ActivityInfo aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags, profilerInfo);
715 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
H A DActivityStackSupervisor.java1138 ProfilerInfo profilerInfo) {
1162 if (profilerInfo != null) {
1163 mService.setProfileApp(aInfo.applicationInfo, aInfo.processName, profilerInfo);
1185 ProfilerInfo profilerInfo, int userId) {
1187 return resolveActivity(intent, rInfo, startFlags, profilerInfo);
1277 ProfilerInfo profilerInfo = null;
1298 profilerInfo = new ProfilerInfo(profileFile, profileFd,
1313 newIntents, !andResume, mService.isNextTransitionForward(), profilerInfo);
1137 resolveActivity(Intent intent, ResolveInfo rInfo, int startFlags, ProfilerInfo profilerInfo) argument
1184 resolveActivity(Intent intent, String resolvedType, int startFlags, ProfilerInfo profilerInfo, int userId) argument
H A DActivityManagerService.java4330 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) {
4332 resultWho, requestCode, startFlags, profilerInfo, bOptions,
4358 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
4365 profilerInfo, null, null, bOptions, false, userId, null, null);
4371 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, boolean ignoreTargetSecurity,
4449 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
4456 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
4510 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
4528 resolvedType, session, interactor, null, null, 0, startFlags, profilerInfo, null,
6571 ProfilerInfo profilerInfo
4328 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) argument
4356 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4369 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
4447 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4508 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
11984 setProfileApp(ApplicationInfo app, String processName, ProfilerInfo profilerInfo) argument
21399 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java161 ProfilerInfo profilerInfo = data.readInt() != 0
165 notResumed, isForward, profilerInfo);
288 ProfilerInfo profilerInfo = data.readInt() != 0
305 bindApplication(packageName, info, providers, testName, profilerInfo, testArgs,
444 ProfilerInfo profilerInfo = data.readInt() != 0
446 profilerControl(start, profilerInfo, profileType);
854 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException {
878 if (profilerInfo != null) {
880 profilerInfo.writeToParcel(data, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
1052 List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo,
849 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
1051 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
1234 profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
H A DIApplicationThread.java65 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException;
98 ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments,
122 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
97 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 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
3074 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3108 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3143 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
3179 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3278 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
5256 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
H A DActivityThread.java334 ProfilerInfo profilerInfo; field in class:ActivityThread.ActivityClientRecord
539 public void setProfiler(ProfilerInfo profilerInfo) { argument
540 ParcelFileDescriptor fd = profilerInfo.profileFd;
558 profileFile = profilerInfo.profileFile;
560 samplingInterval = profilerInfo.samplingInterval;
561 autoStopProfiler = profilerInfo.autoStopProfiler;
718 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) {
740 r.profilerInfo = profilerInfo;
854 ProfilerInfo profilerInfo, Bundl
713 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
852 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
963 profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
4832 handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
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

Completed in 283 milliseconds