Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DLazyServiceRegistrar.cpp37 bool allowIsolated, int dumpFlags);
62 int dumpFlags; member
73 bool allowIsolated, int dumpFlags) { in registerService() argument
80 if (!manager->addService(name.c_str(), service, allowIsolated, dumpFlags).isOk()) { in registerService()
92 mRegisteredServices[name] = {service, allowIsolated, dumpFlags}; in registerService()
164 entry.second.dumpFlags)) { in tryShutdown()
183 bool allowIsolated, int dumpFlags) { in registerService() argument
184 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.java185 void dumpBack(Printer pw, String prefix, int dumpFlags) { in dumpBack() argument
186 if ((dumpFlags & DUMP_FLAG_APPLICATION) != 0) { in dumpBack()
189 applicationInfo.dump(pw, prefix + " ", dumpFlags); in dumpBack()
DServiceInfo.java228 void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument
232 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()
DResolveInfo.java326 public void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument
346 activityInfo.dump(pw, prefix + " ", dumpFlags); in dump()
349 serviceInfo.dump(pw, prefix + " ", dumpFlags); in dump()
352 providerInfo.dump(pw, prefix + " ", dumpFlags); in dump()
DApplicationInfo.java1385 public void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument
1387 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0 && className != null) { in dump()
1394 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1400 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1419 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0 && seInfo != null) { in dump()
1424 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1443 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1480 public void dumpDebug(ProtoOutputStream proto, long fieldId, int dumpFlags) { in dumpDebug() argument
1482 super.dumpDebug(proto, ApplicationInfoProto.PACKAGE, dumpFlags); in dumpDebug()
1525 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dumpDebug()
DActivityInfo.java1155 public void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument
1160 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1180 if ((dumpFlags & DUMP_FLAG_DETAILS) != 0) { in dump()
1202 super.dumpBack(pw, prefix, dumpFlags); in dump()
DPackageItemInfo.java448 public void dumpDebug(ProtoOutputStream proto, long fieldId, int dumpFlags) { in dumpDebug() argument
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp217 void RenderProxy::dumpProfileInfo(int fd, int dumpFlags) { in dumpProfileInfo() argument
220 if (dumpFlags & DumpFlags::FrameStats) { in dumpProfileInfo()
223 if (dumpFlags & DumpFlags::JankStats) { in dumpProfileInfo()
226 if (dumpFlags & DumpFlags::Reset) { in dumpProfileInfo()
DRenderProxy.h104 ANDROID_API void dumpProfileInfo(int fd, int dumpFlags);
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java773 public void dumpProfileInfo(FileDescriptor fd, @DumpFlags int dumpFlags) { in dumpProfileInfo() argument
774 nDumpProfileInfo(mNativeProxy, fd, dumpFlags); in dumpProfileInfo()
1149 @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/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp348 jlong proxyPtr, jobject javaFileDescriptor, jint dumpFlags) { in android_view_ThreadedRenderer_dumpProfileInfo() argument
351 proxy->dumpProfileInfo(fd, dumpFlags); in android_view_ThreadedRenderer_dumpProfileInfo()
/frameworks/base/core/java/android/view/
DView.java29904 private static void dumpFlags() { in dumpFlags() method