Searched defs:DumpstateDevice (Results 1 – 2 of 2) sorted by relevance
40 struct DumpstateDevice : public IDumpstateDevice { struct42 Return<DumpstateStatus> dumpstateBoard_1_1(const hidl_handle& handle, const DumpstateMode mode, in dumpstateBoard_1_1()77 Return<void> setVerboseLoggingEnabled(bool enable) override { in setVerboseLoggingEnabled()82 Return<bool> getVerboseLoggingEnabled() override { return getVerboseLoggingEnabledImpl(); } in getVerboseLoggingEnabled()85 Return<void> dumpstateBoard(const hidl_handle& h) override { in dumpstateBoard()90 DumpstateStatus dumpstateBoardImpl(const int fd, const bool full) { in dumpstateBoardImpl()105 static bool getVerboseLoggingEnabledImpl() { in getVerboseLoggingEnabledImpl()
38 struct DumpstateDevice : public IDumpstateDevice { struct