Searched refs:DumpType (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/tools/aidl/ |
H A D | aidl_dumpapi.cpp | 34 void DumpVisitor::DumpType(const AidlDefinedType& dt, const string& type) { in DumpType() function in android::aidl::DumpVisitor 93 DumpType(t, "interface"); in Visit() 96 DumpType(t, "parcelable"); in Visit() 99 DumpType(t, "parcelable"); in Visit() 102 DumpType(t, "union"); in Visit()
|
H A D | aidl_dumpapi.h | 27 void DumpType(const AidlDefinedType& dt, const string& type);
|
/aosp12/frameworks/base/libs/hwui/service/ |
H A D | GraphicsStatsService.cpp | 373 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) { in Dump() 374 if (mFd == -1 && mType == DumpType::Protobuf) { in Dump() 375 mType = DumpType::ProtobufStatsd; in Dump() 379 DumpType type() { return mType; } in type() 390 DumpType mType; 436 GraphicsStatsService::Dump* GraphicsStatsService::createDump(int outFd, DumpType type) { in createDump() 456 if (dump->type() == DumpType::ProtobufStatsd) { in addToDump() 458 } else if (dump->type() == DumpType::Protobuf) { in addToDump() 470 if (dump->type() == DumpType::ProtobufStatsd) { in addToDump() 472 } else if (dump->type() == DumpType::Protobuf) { in addToDump() [all …]
|
H A D | GraphicsStatsService.h | 41 enum class DumpType { enum 50 static Dump* createDump(int outFd, DumpType type);
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | GraphicsStatsService.cpp | 43 isProto ? GraphicsStatsService::DumpType::Protobuf in createDump() 44 : GraphicsStatsService::DumpType::Text); in createDump()
|