Searched refs:profileType (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java114 void profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
H A DApplicationThreadNative.java411 int profileType = data.readInt();
415 profilerControl(start, path, fd, profileType);
1050 ParcelFileDescriptor fd, int profileType) throws RemoteException {
1054 data.writeInt(profileType);
1049 profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
H A DIActivityManager.java270 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException;
269 profileControl(String process, int userId, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
H A DActivityThread.java832 int profileType) {
836 queueOrSendMessage(H.PROFILER_CONTROL, pcd, start ? 1 : 0, profileType);
4051 final void handleProfilerControl(boolean start, ProfilerControlData pcd, int profileType) { argument
4054 switch (profileType) {
4072 switch (profileType) {
831 profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
H A DActivityManagerNative.java1293 int profileType = data.readInt();
1297 boolean res = profileControl(process, userId, start, path, fd, profileType);
3520 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException
3528 data.writeInt(profileType);
3519 profileControl(String process, int userId, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java830 int profileType = 0;
904 if (!mAm.profileControl(process, userId, start, profileFile, fd, profileType)) {
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java14273 private void stopProfilerLocked(ProcessRecord proc, String path, int profileType) { argument
14277 profileType = mProfileType;
14284 proc.thread.profilerControl(false, path, null, profileType);
14305 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException {
14334 mProfileType = profileType;
14340 proc.thread.profilerControl(start, path, fd, profileType);
14344 stopProfilerLocked(proc, path, profileType);
14304 profileControl(String process, int userId, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument

Completed in 263 milliseconds