Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/dex/
DIArtManager.aidl47 void snapshotRuntimeProfile(int profileType, in String packageName, in snapshotRuntimeProfile()
57 boolean isRuntimeProfilingEnabled(int profileType, String callingPackage); in isRuntimeProfilingEnabled()
DArtManager.java108 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()
132 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType) { in isRuntimeProfilingEnabled()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java140 private boolean checkShellPermissions(@ProfileType int profileType, String packageName, in checkShellPermissions()
169 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()
310 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h98 audio_devices_t profileType = mSupportedDevices[k]->type(); in getSupportedDeviceForType() local
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl87 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType); in profilerControl()
DActivityThread.java995 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl()
5248 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in handleProfilerControl()
DIActivityManager.aidl233 in ProfilerInfo profilerInfo, int profileType); in profileControl()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1356 final int profileType = isBootImage in runSnapshotProfile() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4010 audio_devices_t profileType = outProfile->getSupportedDevicesType(); in loadConfig() local
4070 audio_devices_t profileType = inProfile->getSupportedDeviceForType(inputDeviceTypes); in loadConfig() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java4881 int profileType; in createDataProfile() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java25841 private void stopProfilerLocked(ProcessRecord proc, int profileType) { in stopProfilerLocked()
25870 ProfilerInfo profilerInfo, int profileType) throws RemoteException { in profileControl()