Home
last modified time | relevance | path

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

/hardware/interfaces/dumpstate/1.0/default/
Dservice.cpp30 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
33 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; in main()
DDumpstateDevice.cpp36 Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) { in dumpstateBoard()
DDumpstateDevice.h38 struct DumpstateDevice : public IDumpstateDevice { struct
DAndroid.bp16 "DumpstateDevice.cpp",
/hardware/interfaces/dumpstate/1.1/default/
Dmain.cpp40 struct DumpstateDevice : public IDumpstateDevice { struct
119 auto dumpstate = sp<DumpstateDevice>::make(); in main()