Home
last modified time | relevance | path

Searched defs:dumpstateBoard (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/dumpstate/1.0/default/
DDumpstateDevice.cpp36 Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) { in dumpstateBoard() function in android::hardware::dumpstate::V1_0::implementation::DumpstateDevice
/hardware/interfaces/dumpstate/aidl/default/
DDumpstate.cpp32 ndk::ScopedAStatus Dumpstate::dumpstateBoard(const std::vector<::ndk::ScopedFileDescriptor>& in_fds, in dumpstateBoard() function in aidl::android::hardware::dumpstate::Dumpstate
/hardware/interfaces/dumpstate/aidl/aidl_api/android.hardware.dumpstate/current/android/hardware/dumpstate/
DIDumpstateDevice.aidl37 …void dumpstateBoard(in ParcelFileDescriptor[] fd, in android.hardware.dumpstate.IDumpstateDevice.D… in dumpstateBoard() method
/hardware/interfaces/dumpstate/aidl/aidl_api/android.hardware.dumpstate/1/android/hardware/dumpstate/
DIDumpstateDevice.aidl37 …void dumpstateBoard(in ParcelFileDescriptor[] fd, in android.hardware.dumpstate.IDumpstateDevice.D… in dumpstateBoard() method
/hardware/interfaces/dumpstate/aidl/android/hardware/dumpstate/
DIDumpstateDevice.aidl110 void dumpstateBoard(in ParcelFileDescriptor[] fd, in DumpstateMode mode, in long timeoutMillis); in dumpstateBoard() method
/hardware/interfaces/dumpstate/1.1/default/
Dmain.cpp85 Return<void> dumpstateBoard(const hidl_handle& h) override { in dumpstateBoard() function