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.java1691 static final class DumpArgs { class in BlobStoreManagerService
1776 private DumpArgs() {} in DumpArgs() method in BlobStoreManagerService.DumpArgs
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h384 using DumpArgs = Vector<String16>; variable
DSurfaceFlinger.cpp4701 status_t SurfaceFlinger::dumpCritical(int fd, const DumpArgs&, bool asProto) { in dumpCritical()