Home
last modified time | relevance | path

Searched refs:ProfileType (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DProperties.cpp65 ProfileType Properties::sProfileType = ProfileType::None;
116 sProfileType = ProfileType::None; in load()
120 sProfileType = ProfileType::Bars; in load()
122 sProfileType = ProfileType::Console; in load()
198 ProfileType Properties::getProfileType() { in getProfileType()
199 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars)) in getProfileType()
200 return ProfileType::None; in getProfileType()
H A DProperties.h232 enum class ProfileType { None, Console, Bars }; enum
280 static ProfileType getProfileType();
360 static ProfileType sProfileType;
H A DFrameInfoVisualizer.cpp26 if (CC_LIKELY(mType == ProfileType::None)) return
28 if (CC_LIKELY(mType == ProfileType::None && !mShowDirtyRegions)) return
114 if (mType == ProfileType::Bars) { in draw()
232 ProfileType newType = Properties::getProfileType(); in consumeProperties()
235 if (mType == ProfileType::None) { in consumeProperties()
H A DFrameInfoVisualizer.h69 ProfileType mType = ProfileType::None;
/aosp14/frameworks/base/core/java/android/content/pm/dex/
H A DArtManager.java67 public @interface ProfileType {} annotation in ArtManager
108 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()
132 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType) { in isRuntimeProfilingEnabled()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtManagerService.java29 import android.content.pm.dex.ArtManager.ProfileType;
158 private boolean checkShellPermissions(@ProfileType int profileType, String packageName, in checkShellPermissions()
186 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()
350 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp105 ProfileType::None != Properties::getProfileType())) { in draw()
H A DSkiaOpenGLPipeline.cpp166 ProfileType::None != Properties::getProfileType())) { in draw()