Home
last modified time | relevance | path

Searched defs:profileType (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java415 int profileType = data.readInt(); in onTransact() local
1116 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) in profilerControl()
DIApplicationThread.java119 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) in profilerControl()
DActivityThread.java897 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl()
4149 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in handleProfilerControl()
DActivityManagerNative.java1489 int profileType = data.readInt(); in onTransact() local
4276 ProfilerInfo profilerInfo, int profileType) throws RemoteException in profileControl()
DIActivityManager.java302 ProfilerInfo profilerInfo, int profileType) throws RemoteException; in profileControl()
/frameworks/base/core/jni/
DAndroidRuntime.cpp573 char profileType[sizeof("-Xprofile-type:")-1 + PROPERTY_VALUE_MAX]; in startVm() local
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java1005 int profileType = 0; in runProfile() local
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp3105 audio_devices_t profileType = outProfile->mSupportedDevices.types(); in AudioPolicyManager() local
3178 audio_devices_t profileType = AUDIO_DEVICE_NONE; in AudioPolicyManager() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java18604 private void stopProfilerLocked(ProcessRecord proc, int profileType) { in stopProfilerLocked()
18636 ProfilerInfo profilerInfo, int profileType) throws RemoteException { in profileControl()