Home
last modified time | relevance | path

Searched refs:dumpFlags (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/libs/binder/
DLazyServiceRegistrar.cpp37 bool allowIsolated, int dumpFlags);
51 int dumpFlags; member
79 bool allowIsolated, int dumpFlags) { in registerService() argument
86 if (!manager->addService(name.c_str(), service, allowIsolated, dumpFlags).isOk()) { in registerService()
101 .dumpFlags = dumpFlags in registerService()
196 entry.second.dumpFlags)) { in tryShutdown()
215 bool allowIsolated, int dumpFlags) { in registerService() argument
216 if (!mClientCC->registerService(service, name, allowIsolated, dumpFlags)) { in registerService()
/frameworks/native/include/binder/
DBinderService.h38 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) {
41 dumpFlags);
46 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) {
47 publish(allowIsolated, dumpFlags);
/frameworks/native/libs/binder/include/binder/
DBinderService.h38 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) {
41 dumpFlags);
46 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) {
47 publish(allowIsolated, dumpFlags);
DLazyServiceRegistrar.h36 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT);
/frameworks/base/core/java/android/content/pm/
DComponentInfo.java190 void dumpBack(Printer pw, String prefix, int dumpFlags) { in dumpBack() argument
191 if ((dumpFlags & DUMP_FLAG_APPLICATION) != 0) { in dumpBack()
194 applicationInfo.dump(pw, prefix + " ", dumpFlags); in dumpBack()
DServiceInfo.java204 void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument
208 super.dumpBack(pw, prefix, dumpFlags); in dump()
DProviderInfo.java135 public void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument
139 super.dumpBack(pw, prefix, dumpFlags); in dump()
DApplicationInfo.java1311 public void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument
1313 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0 && className != null) { in dump()
1320 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1326 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1345 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0 && seInfo != null) { in dump()
1350 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1369 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1402 public void writeToProto(ProtoOutputStream proto, long fieldId, int dumpFlags) { in writeToProto() argument
1404 super.writeToProto(proto, ApplicationInfoProto.PACKAGE, dumpFlags); in writeToProto()
1447 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in writeToProto()
DResolveInfo.java328 public void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument
348 activityInfo.dump(pw, prefix + " ", dumpFlags); in dump()
351 serviceInfo.dump(pw, prefix + " ", dumpFlags); in dump()
354 providerInfo.dump(pw, prefix + " ", dumpFlags); in dump()
DActivityInfo.java1140 public void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument
1145 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1165 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1184 super.dumpBack(pw, prefix, dumpFlags); in dump()
DPackageItemInfo.java439 public void writeToProto(ProtoOutputStream proto, long fieldId, int dumpFlags) { in writeToProto() argument
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp221 void RenderProxy::dumpProfileInfo(int fd, int dumpFlags) { in dumpProfileInfo() argument
224 if (dumpFlags & DumpFlags::FrameStats) { in dumpProfileInfo()
227 if (dumpFlags & DumpFlags::JankStats) { in dumpProfileInfo()
230 if (dumpFlags & DumpFlags::Reset) { in dumpProfileInfo()
DRenderProxy.h103 ANDROID_API void dumpProfileInfo(int fd, int dumpFlags);
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java764 public void dumpProfileInfo(FileDescriptor fd, @DumpFlags int dumpFlags) { in dumpProfileInfo() argument
765 nDumpProfileInfo(mNativeProxy, fd, dumpFlags); in dumpProfileInfo()
1139 @DumpFlags int dumpFlags); in nDumpProfileInfo() argument
/frameworks/native/cmds/dumpsys/tests/
Ddumpsys_test.cpp140 void ExpectListServicesWithPriority(std::vector<std::string> services, int dumpFlags) { in ExpectListServicesWithPriority() argument
145 EXPECT_CALL(sm_, listServices(dumpFlags)).WillRepeatedly(Return(services16)); in ExpectListServicesWithPriority()
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp807 jlong proxyPtr, jobject javaFileDescriptor, jint dumpFlags) { in android_view_ThreadedRenderer_dumpProfileInfo() argument
810 proxy->dumpProfileInfo(fd, dumpFlags); in android_view_ThreadedRenderer_dumpProfileInfo()
/frameworks/base/core/java/android/view/
DView.java29338 private static void dumpFlags() { in dumpFlags() method in View
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77848 Landroid/view/View;->dumpFlags()V