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

/frameworks/base/libs/hwui/
H A DProperties.h197 enum class ProfileType { None, Console, Bars }; class in namespace:android::uirenderer
241 static ProfileType getProfileType();
277 static ProfileType sProfileType;
H A DFrameInfoVisualizer.h69 ProfileType mType = ProfileType::None;
H A DProperties.cpp51 ProfileType Properties::sProfileType = ProfileType::None;
113 sProfileType = ProfileType::None;
116 sProfileType = ProfileType::Bars;
118 sProfileType = ProfileType::Console;
182 ProfileType Properties::getProfileType() {
183 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars))
184 return ProfileType::None;
H A DFrameInfoVisualizer.cpp26 if (CC_LIKELY(mType == ProfileType::None)) return
28 if (CC_LIKELY(mType == ProfileType::None && !mShowDirtyRegions)) return
107 if (mType == ProfileType::Bars) {
222 ProfileType newType = Properties::getProfileType();
225 if (mType == ProfileType::None) {
/frameworks/base/core/java/android/content/pm/dex/
H A DArtManager.java67 public @interface ProfileType {} interface in class:ArtManager
108 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName,
132 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType) {
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp82 ProfileType::None != Properties::getProfileType())) {
H A DSkiaOpenGLPipeline.cpp93 ProfileType::None != Properties::getProfileType())) {
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtManagerService.java28 import android.content.pm.dex.ArtManager.ProfileType;
140 private boolean checkShellPermissions(@ProfileType int profileType, String packageName,
169 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName,
310 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) {

Completed in 151 milliseconds