Searched refs:DumpType (Results 1 – 3 of 3) sorted by relevance
230 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) {} in Dump()232 DumpType type() { return mType; } in type()236 DumpType mType;240 GraphicsStatsService::Dump* GraphicsStatsService::createDump(int outFd, DumpType type) { in createDump()259 if (dump->type() == DumpType::Protobuf) { in addToDump()271 if (dump->type() == DumpType::Protobuf) { in addToDump()279 if (dump->type() == DumpType::Protobuf) { in finishDump()
41 enum class DumpType { enum49 ANDROID_API static Dump* createDump(int outFd, DumpType type);
37 ? GraphicsStatsService::DumpType::Protobuf : GraphicsStatsService::DumpType::Text); in createDump()