/frameworks/native/libs/binder/ |
D | LazyServiceRegistrar.cpp | 37 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/ |
D | BinderService.h | 38 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/ |
D | BinderService.h | 38 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) { 41 dumpFlags); 46 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT) { 47 publish(allowIsolated, dumpFlags);
|
D | LazyServiceRegistrar.h | 36 int dumpFlags = IServiceManager::DUMP_FLAG_PRIORITY_DEFAULT);
|
/frameworks/base/core/java/android/content/pm/ |
D | ComponentInfo.java | 190 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()
|
D | ServiceInfo.java | 204 void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument 208 super.dumpBack(pw, prefix, dumpFlags); in dump()
|
D | ProviderInfo.java | 135 public void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument 139 super.dumpBack(pw, prefix, dumpFlags); in dump()
|
D | ApplicationInfo.java | 1311 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()
|
D | ResolveInfo.java | 328 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()
|
D | ActivityInfo.java | 1140 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()
|
D | PackageItemInfo.java | 439 public void writeToProto(ProtoOutputStream proto, long fieldId, int dumpFlags) { in writeToProto() argument
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.cpp | 221 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()
|
D | RenderProxy.h | 103 ANDROID_API void dumpProfileInfo(int fd, int dumpFlags);
|
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 764 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/ |
D | dumpsys_test.cpp | 140 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/ |
D | android_view_ThreadedRenderer.cpp | 807 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/ |
D | View.java | 29338 private static void dumpFlags() { in dumpFlags() method in View
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 77848 Landroid/view/View;->dumpFlags()V
|