Searched defs:profileType (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java407 int profileType = data.readInt();
411 profilerControl(start, path, fd, profileType);
1033 ParcelFileDescriptor fd, int profileType) throws RemoteException {
1037 data.writeInt(profileType);
1032 profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
H A DIApplicationThread.java113 void profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
H A DActivityManagerNative.java1286 int profileType = data.readInt();
1290 boolean res = profileControl(process, userId, start, path, fd, profileType);
3437 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException
3445 data.writeInt(profileType);
3436 profileControl(String process, int userId, 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.java822 int profileType) {
826 queueOrSendMessage(H.PROFILER_CONTROL, pcd, start ? 1 : 0, profileType);
4003 final void handleProfilerControl(boolean start, ProfilerControlData pcd, int profileType) { argument
4006 switch (profileType) {
4024 switch (profileType) {
821 profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java13930 private void stopProfilerLocked(ProcessRecord proc, String path, int profileType) { argument
13934 profileType = mProfileType;
13941 proc.thread.profilerControl(false, path, null, profileType);
13962 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException {
13991 mProfileType = profileType;
13997 proc.thread.profilerControl(start, path, fd, profileType);
14001 stopProfilerLocked(proc, path, profileType);
13961 profileControl(String process, int userId, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument

Completed in 131 milliseconds