Searched refs:dumpComplete (Results 1 – 2 of 2) sorted by relevance
118 void stopDumpThread(bool dumpComplete);
299 bool dumpComplete = (status == OK); in main() local300 stopDumpThread(dumpComplete); in main()463 void Dumpsys::stopDumpThread(bool dumpComplete) { in stopDumpThread() argument464 if (dumpComplete) { in stopDumpThread()