Searched refs:startDumpThread (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.h | 69 status_t startDumpThread(Type type, const String16& serviceName,
|
D | dumpsys.cpp | 255 if (startDumpThread(type, serviceName, args) == OK) { in main() 332 status_t Dumpsys::startDumpThread(Type type, const String16& serviceName, in startDumpThread() function in Dumpsys
|
/frameworks/native/cmds/dumpsys/tests/ |
D | dumpsys_test.cpp | 198 status_t status = dump_.startDumpThread(Dumpsys::Type::DUMP, serviceName, args); in CallSingleService()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 1100 status_t status = dumpsys.startDumpThread(Dumpsys::Type::DUMP, service, args); in RunDumpsysTextByPriority() 1172 status_t status = dumpsys.startDumpThread(Dumpsys::Type::DUMP, service, args); in RunDumpsysProto()
|