Home
last modified time | relevance | path

Searched refs:DumpType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp312 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) {} in Dump()
314 DumpType type() { return mType; } in type()
319 DumpType mType;
323 GraphicsStatsService::Dump* GraphicsStatsService::createDump(int outFd, DumpType type) { in createDump()
344 if (dump->type() == DumpType::Protobuf) { in addToDump()
356 if (dump->type() == DumpType::Protobuf) { in addToDump()
364 if (dump->type() == DumpType::Protobuf) { in finishDump()
DGraphicsStatsService.h40 enum class DumpType { enum
49 ANDROID_API static Dump* createDump(int outFd, DumpType type);
/frameworks/base/services/core/jni/
Dcom_android_server_GraphicsStatsService.cpp37 ? GraphicsStatsService::DumpType::Protobuf : GraphicsStatsService::DumpType::Text); in createDump()