Home
last modified time | relevance | path

Searched defs:DumpArgs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java1728 static final class DumpArgs { class in BlobStoreManagerService
1813 private DumpArgs() {} in DumpArgs() method in BlobStoreManagerService.DumpArgs
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h390 using DumpArgs = Vector<String16>; variable
DSurfaceFlinger.cpp6421 status_t SurfaceFlinger::dumpCritical(int fd, const DumpArgs&, bool asProto) { in dumpCritical()