Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp1798 auto task_1 = [&](bool task_cancelled) { in TEST_F()
1804 auto task_2 = [&](bool task_cancelled) { in TEST_F()
1822 auto task_1 = [&](bool task_cancelled) { in TEST_F()
1825 auto task_2 = [&](bool task_cancelled) { in TEST_F()
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp3138 auto func_add_zip_entry_and_cleanup = [=](bool task_cancelled) { in EnqueueAddZipEntryAndCleanupIfNeeded()