Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2614 sp<dumpstate_hal_hidl_1_0::IDumpstateDevice> dumpstate_hal_handle_hidl_1_0 = nullptr; in DumpstateBoard() local
2616 dumpstate_hal_handle_hidl_1_0 = dumpstate_hal_hidl_1_0::IDumpstateDevice::getService(); in DumpstateBoard()
2617 if (dumpstate_hal_handle_hidl_1_0 == nullptr) { in DumpstateBoard()
2623 if (dumpstate_hal_handle_hidl_1_0 == nullptr && dumpstate_hal_handle_aidl == nullptr) { in DumpstateBoard()
2659 } else if (dumpstate_hal_handle_hidl_1_0 != nullptr) { in DumpstateBoard()
2661 DoDumpstateBoardHidl(dumpstate_hal_handle_hidl_1_0, dumpstate_fds, options_->bugreport_mode, in DumpstateBoard()