Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1885 sp<IDumpstateDevice> dumpstate_device(IDumpstateDevice::getService()); in DumpstateBoard() local
1886 if (dumpstate_device == nullptr) { in DumpstateBoard()
1922 dumpstate_task([paths, dumpstate_device, &handle]() -> bool { in DumpstateBoard()
1923 android::hardware::Return<void> status = dumpstate_device->dumpstateBoard(handle.get()); in DumpstateBoard()