Searched refs:DumpstateBoard (Results 1 – 2 of 2) sorted by relevance
321 void DumpstateBoard(int out_fd = STDOUT_FILENO);
1604 ds.dump_pool_->enqueueTaskWithFd(DUMP_BOARD_TASK, &Dumpstate::DumpstateBoard, &ds, _1); in dumpstate()1739 RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK_AND_LOG(DUMP_BOARD_TASK, ds.DumpstateBoard); in dumpstate()1965 ds.dump_pool_->enqueueTaskWithFd(DUMP_BOARD_TASK, &Dumpstate::DumpstateBoard, &ds, _1); in DumpstateTelephonyOnly()2050 RUN_SLOW_FUNCTION_AND_LOG(DUMP_BOARD_TASK, ds.DumpstateBoard); in DumpstateTelephonyOnly()2193 void Dumpstate::DumpstateBoard(int out_fd) { in DumpstateBoard() function in Dumpstate