Home
last modified time | relevance | path

Searched refs:MaybeWaitForSnapshotSystemTrace (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.h577 void MaybeWaitForSnapshotSystemTrace(std::future<std::string> task);
Ddumpstate.cpp3183 MaybeWaitForSnapshotSystemTrace(std::move(snapshot_system_trace)); in PreDumpUiData()
3394 MaybeWaitForSnapshotSystemTrace(std::move(snapshot_system_trace)); in RunInternal()
3538 void Dumpstate::MaybeWaitForSnapshotSystemTrace(std::future<std::string> task) { in MaybeWaitForSnapshotSystemTrace() function in Dumpstate