Home
last modified time | relevance | path

Searched refs:CpuInfoParser (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/incident_helper/src/parsers/
DCpuInfoParser.h28 class CpuInfoParser : public TextParserBase {
30 CpuInfoParser() : TextParserBase(String8("CpuInfoParser")) {}; in CpuInfoParser() function
31 ~CpuInfoParser() {}; in ~CpuInfoParser()
DCpuInfoParser.cpp44 CpuInfoParser::Parse(const int in, const int out) const in Parse()
/frameworks/base/cmds/incident_helper/src/
Dmain.cpp68 return new CpuInfoParser(); in selectParser()
/frameworks/base/cmds/incident_helper/tests/
DCpuInfoParser_test.cpp54 CpuInfoParser parser; in TEST_F()