HomeSort by relevance Sort by last modified time
    Searched refs:addEnumTypeMap (Results 1 - 4 of 4) sorted by null

  /frameworks/base/cmds/incident_helper/src/parsers/
PsParser.cpp 39 table.addEnumTypeMap("pcy", pcyNames, pcyValues, 3);
42 table.addEnumTypeMap("s", sNames, sValues, 7);
CpuInfoParser.cpp 58 table.addEnumTypeMap("s", CpuInfoProto::Task::_ENUM_STATUS_NAMES,
60 table.addEnumTypeMap("pcy", CpuInfoProto::Task::_ENUM_POLICY_NAMES,
  /frameworks/base/cmds/incident_helper/src/
ih_util.h 143 void addEnumTypeMap(const char* field, const char* enumNames[], const int enumValues[], const int enumSize);
ih_util.cpp 286 Table::addEnumTypeMap(const char* field, const char* enumNames[], const int enumValues[], const int enumSize)

Completed in 86 milliseconds