Home
last modified time | relevance | path

Searched defs:dumpFlags (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DLazyServiceRegistrar.cpp54 int dumpFlags; member
125 bool allowIsolated, int dumpFlags) { in registerService()
132 int dumpFlags) { in registerServiceLocked()
291 bool allowIsolated, int dumpFlags) { in registerService()
328 bool allowIsolated, int dumpFlags) { in registerService()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DProviderInfo.java135 public void dump(Printer pw, String prefix, int dumpFlags) { in dump()
H A DServiceInfo.java229 void dump(Printer pw, String prefix, int dumpFlags) { in dump()
H A DComponentInfo.java221 void dumpBack(Printer pw, String prefix, int dumpFlags) { in dumpBack()
H A DResolveInfo.java339 public void dump(Printer pw, String prefix, int dumpFlags) { in dump()
H A DPackageItemInfo.java450 public void dumpDebug(ProtoOutputStream proto, long fieldId, int dumpFlags) { in dumpDebug()
H A DApplicationInfo.java1535 public void dump(Printer pw, String prefix, int dumpFlags) { in dump()
1646 public void dumpDebug(ProtoOutputStream proto, long fieldId, int dumpFlags) { in dumpDebug()
H A DActivityInfo.java1507 public void dump(Printer pw, String prefix, int dumpFlags) { in dump()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DInputAttributes.java162 private void dumpFlags(final int inputType) { in dumpFlags() method in InputAttributes
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp230 void RenderProxy::dumpProfileInfo(int fd, int dumpFlags) { in dumpProfileInfo()
/aosp12/frameworks/native/cmds/dumpsys/tests/
H A Ddumpsys_test.cpp145 void ExpectListServicesWithPriority(std::vector<std::string> services, int dumpFlags) { in ExpectListServicesWithPriority()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java834 public void dumpProfileInfo(FileDescriptor fd, @DumpFlags int dumpFlags) { in dumpProfileInfo()
1362 @DumpFlags int dumpFlags); in nDumpProfileInfo()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp376 jlong proxyPtr, jobject javaFileDescriptor, jint dumpFlags) { in android_view_ThreadedRenderer_dumpProfileInfo()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java30443 private static void dumpFlags() { in dumpFlags() method in View