HomeSort by relevance Sort by last modified time
    Searched refs:profilerInfo (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/app/
IApplicationThread.java 65 ProfilerInfo profilerInfo) throws RemoteException;
96 ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments,
118 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType)
ApplicationThreadNative.java 152 ProfilerInfo profilerInfo = data.readInt() != 0
153 ? ProfilerInfo.CREATOR.createFromParcel(data) : null;
155 procState, state, persistentState, ri, pi, notResumed, isForward, profilerInfo);
274 ProfilerInfo profilerInfo = data.readInt() != 0
275 ? ProfilerInfo.CREATOR.createFromParcel(data) : null;
290 bindApplication(packageName, info, providers, testName, profilerInfo, testArgs,
413 ProfilerInfo profilerInfo = data.readInt() !=
    [all...]
IActivityManager.java 66 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
    [all...]
ActivityManagerNative.java 20 import android.app.ProfilerInfo;
136 ProfilerInfo profilerInfo = data.readInt() != 0
137 ? ProfilerInfo.CREATOR.createFromParcel(data) : null;
141 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
159 ProfilerInfo profilerInfo = data.readInt() != 0
160 ? ProfilerInfo.CREATOR.createFromParcel(data) : null;
165 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
183 ProfilerInfo profilerInfo = data.readInt() !=
    [all...]
ActivityThread.java 286 ProfilerInfo profilerInfo;
438 ProfilerInfo initProfilerInfo;
452 public void setProfiler(ProfilerInfo profilerInfo) {
453 ParcelFileDescriptor fd = profilerInfo.profileFd;
471 profileFile = profilerInfo.profileFile;
473 samplingInterval = profilerInfo.samplingInterval;
474 autoStopProfiler = profilerInfo.autoStopProfiler;
611 ProfilerInfo profilerInfo)
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 29 import android.app.ProfilerInfo;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java 48 import android.app.ProfilerInfo;
763 ProfilerInfo profilerInfo, int userId) {
    [all...]
ActivityManagerService.java 40 import android.app.ProfilerInfo;
    [all...]

Completed in 469 milliseconds