Home
last modified time | relevance | path

Searched defs:task_cancelled (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp1765 auto task_1 = [&](bool task_cancelled) { in TEST_F()
1771 auto task_2 = [&](bool task_cancelled) { in TEST_F()
1789 auto task_1 = [&](bool task_cancelled) { in TEST_F()
1792 auto task_2 = [&](bool task_cancelled) { in TEST_F()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp3255 auto func_add_zip_entry_and_cleanup = [=](bool task_cancelled) { in EnqueueAddZipEntryAndCleanupIfNeeded()