Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java427 int profileType = data.readInt(); in onTransact() local
1160 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) in profilerControl()
DIApplicationThread.java119 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) in profilerControl()
DActivityThread.java914 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl()
4284 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in handleProfilerControl()
DActivityManagerNative.java1541 int profileType = data.readInt(); in onTransact() local
4537 ProfilerInfo profilerInfo, int profileType) throws RemoteException in profileControl()
DIActivityManager.java312 ProfilerInfo profilerInfo, int profileType) throws RemoteException; in profileControl()
/frameworks/base/core/jni/
DAndroidRuntime.cpp616 char profileType[sizeof("-Xprofile-type:")-1 + PROPERTY_VALUE_MAX]; in startVm() local
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java1121 int profileType = 0; in runProfile() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2744 audio_devices_t profileType = outProfile->mSupportedDevices.types(); in AudioPolicyManager() local
2817 audio_devices_t profileType = AUDIO_DEVICE_NONE; in AudioPolicyManager() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java19425 private void stopProfilerLocked(ProcessRecord proc, int profileType) { in stopProfilerLocked()
19457 ProfilerInfo profilerInfo, int profileType) throws RemoteException { in profileControl()