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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java154 ProfilerInfo profilerInfo = data.readInt() != 0
158 notResumed, isForward, profilerInfo);
277 ProfilerInfo profilerInfo = data.readInt() != 0
293 bindApplication(packageName, info, providers, testName, profilerInfo, testArgs,
416 ProfilerInfo profilerInfo = data.readInt() != 0
418 profilerControl(start, profilerInfo, profileType);
773 ProfilerInfo profilerInfo) throws RemoteException {
791 if (profilerInfo != null) {
793 profilerInfo.writeToParcel(data, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
956 List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo,
768 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, 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
955 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
1116 profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
H A DIApplicationThread.java66 ProfilerInfo profilerInfo) throws RemoteException;
97 ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments,
119 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
61 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, 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 openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityManagerNative.java135 ProfilerInfo profilerInfo = data.readInt() != 0
140 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
158 ProfilerInfo profilerInfo = data.readInt() != 0
164 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
182 ProfilerInfo profilerInfo = data.readInt() != 0
188 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
206 ProfilerInfo profilerInfo = data.readInt() != 0
212 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
280 ProfilerInfo profilerInfo = data.readInt() != 0
286 resolvedType, session, interactor, startFlags, profilerInfo, option
2403 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
2437 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2472 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2506 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2605 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
4275 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
H A DActivityThread.java301 ProfilerInfo profilerInfo; field in class:ActivityThread.ActivityClientRecord
467 public void setProfiler(ProfilerInfo profilerInfo) { argument
468 ParcelFileDescriptor fd = profilerInfo.profileFd;
486 profileFile = profilerInfo.profileFile;
488 samplingInterval = profilerInfo.samplingInterval;
489 autoStopProfiler = profilerInfo.autoStopProfiler;
626 ProfilerInfo profilerInfo) {
648 r.profilerInfo = profilerInfo;
757 ProfilerInfo profilerInfo, Bundl
621 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, 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
755 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableOpenGlTrace, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
897 profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
4149 handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
H A DIActivityManager.java66 ProfilerInfo profilerInfo, Bundle options) throws RemoteException;
69 ProfilerInfo profilerInfo, Bundle options, int userId) throws RemoteException;
72 int flags, ProfilerInfo profilerInfo, Bundle options, int userId) throws RemoteException;
75 int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options,
87 IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options,
302 ProfilerInfo profilerInfo, int profileType) throws RemoteException;
64 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options) argument
67 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
70 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
73 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
85 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
301 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java787 ProfilerInfo profilerInfo, int userId) {
822 if (profilerInfo != null) {
824 mService.setProfileApp(aInfo.applicationInfo, aInfo.processName, profilerInfo);
841 ProfilerInfo profilerInfo, WaitResult outResult, Configuration config,
854 profilerInfo, userId);
1177 ProfilerInfo profilerInfo = profileFile != null
1185 mService.isNextTransitionForward(), profilerInfo);
786 resolveActivity(Intent intent, String resolvedType, int startFlags, ProfilerInfo profilerInfo, int userId) argument
837 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, WaitResult outResult, Configuration config, Bundle options, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
H A DActivityManagerService.java3350 int startFlags, ProfilerInfo profilerInfo, Bundle options) {
3352 resultWho, requestCode, startFlags, profilerInfo, options,
3359 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3366 profilerInfo, null, null, options, userId, null, null);
3372 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3439 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3446 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
3500 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
3518 resolvedType, session, interactor, null, null, 0, startFlags, profilerInfo, null,
5986 ProfilerInfo profilerInfo
3348 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3357 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3370 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3437 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3498 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
10275 setProfileApp(ApplicationInfo app, String processName, ProfilerInfo profilerInfo) argument
18623 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]

Completed in 4072 milliseconds