Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp230 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()
DGraphicsStatsService.h41 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()