Searched refs:dumpstate_device (Results 1 – 1 of 1) sorted by relevance
1885 sp<IDumpstateDevice> dumpstate_device(IDumpstateDevice::getService()); in DumpstateBoard() local1886 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()