Searched defs:profileType (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/core/java/android/app/ |
| D | ApplicationThreadNative.java | 415 int profileType = data.readInt(); in onTransact() local 1116 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) in profilerControl()
|
| D | IApplicationThread.java | 119 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) in profilerControl()
|
| D | ActivityThread.java | 897 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl() 4149 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in handleProfilerControl()
|
| D | ActivityManagerNative.java | 1489 int profileType = data.readInt(); in onTransact() local 4276 ProfilerInfo profilerInfo, int profileType) throws RemoteException in profileControl()
|
| D | IActivityManager.java | 302 ProfilerInfo profilerInfo, int profileType) throws RemoteException; in profileControl()
|
| /frameworks/base/core/jni/ |
| D | AndroidRuntime.cpp | 573 char profileType[sizeof("-Xprofile-type:")-1 + PROPERTY_VALUE_MAX]; in startVm() local
|
| /frameworks/base/cmds/am/src/com/android/commands/am/ |
| D | Am.java | 1005 int profileType = 0; in runProfile() local
|
| /frameworks/av/services/audiopolicy/ |
| D | AudioPolicyManager.cpp | 3105 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/ |
| D | ActivityManagerService.java | 18604 private void stopProfilerLocked(ProcessRecord proc, int profileType) { in stopProfilerLocked() 18636 ProfilerInfo profilerInfo, int profileType) throws RemoteException { in profileControl()
|