Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h319 void DumpstateBoard(int out_fd = STDOUT_FILENO);
Ddumpstate.cpp1671 DUMP_BOARD_TASK, &Dumpstate::DumpstateBoard, &ds, _1); in dumpstate()
1808 RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK_AND_LOG(DUMP_BOARD_TASK, ds.DumpstateBoard); in dumpstate()
2069 DUMP_BOARD_TASK, &Dumpstate::DumpstateBoard, &ds, _1); in DumpstateTelephonyOnly()
2158 RUN_SLOW_FUNCTION_AND_LOG(DUMP_BOARD_TASK, ds.DumpstateBoard); in DumpstateTelephonyOnly()
2578 void Dumpstate::DumpstateBoard(int out_fd) { in DumpstateBoard() function in Dumpstate