Home
last modified time | relevance | path

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

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