Home
last modified time | relevance | path

Searched defs:DumpstateDevice (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/dumpstate/1.1/default/
Dmain.cpp40 struct DumpstateDevice : public IDumpstateDevice { struct
42 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()
/hardware/interfaces/dumpstate/1.0/default/
DDumpstateDevice.h38 struct DumpstateDevice : public IDumpstateDevice { struct