Home
last modified time | relevance | path

Searched refs:DoAllTasks (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/fuzzers/integration/
Dnfc_task_helpers.h6 void DoAllTasks(bool do_timers);
Dnfc_integration_fuzzer_impl.cc274 DoAllTasks(false); in DoPacket()
425 DoAllTasks(false); in Setup()
433 DoAllTasks(false); in Setup()
447 DoAllTasks(false); in Setup()
459 DoAllTasks(true); in TearDown()
464 DoAllTasks(true); in TearDown()
Dnfc_task_helpers.cc65 void DoAllTasks(bool do_timers) { in DoAllTasks() function