Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h576 std::future<std::string> MaybeSnapshotSystemTraceAsync();
Ddumpstate.cpp3181 auto snapshot_system_trace = MaybeSnapshotSystemTraceAsync(); in PreDumpUiData()
3383 snapshot_system_trace = MaybeSnapshotSystemTraceAsync(); in RunInternal()
3491 std::future<std::string> Dumpstate::MaybeSnapshotSystemTraceAsync() { in MaybeSnapshotSystemTraceAsync() function in Dumpstate