Loading dumpstate/1.0/default/DumpstateDevice.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,7 @@ namespace implementation { // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow. Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) { // NOTE: this is just an example on how to use the DumpstateUtil.h functions to implement // this interface - since HIDL_FETCH_IDumpstateDevice() is not defined, this function will never // be called by dumpstate. // this interface. // Exit when dump is completed since this is a lazy HAL. addPostCommandTask([]() { Loading Loading
dumpstate/1.0/default/DumpstateDevice.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,7 @@ namespace implementation { // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow. Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) { // NOTE: this is just an example on how to use the DumpstateUtil.h functions to implement // this interface - since HIDL_FETCH_IDumpstateDevice() is not defined, this function will never // be called by dumpstate. // this interface. // Exit when dump is completed since this is a lazy HAL. addPostCommandTask([]() { Loading