Home
last modified time | relevance | path

Searched refs:dumpstateBoardImpl (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/dumpstate/aidl/default/
DDumpstate.cpp50 return dumpstateBoardImpl(fd, true); in dumpstateBoard()
53 return dumpstateBoardImpl(fd, false); in dumpstateBoard()
86 ndk::ScopedAStatus Dumpstate::dumpstateBoardImpl(const int fd, const bool full) { in dumpstateBoardImpl() function in aidl::android::hardware::dumpstate::Dumpstate
DDumpstate.h31 ::ndk::ScopedAStatus dumpstateBoardImpl(const int fd, const bool full);
/hardware/interfaces/dumpstate/1.1/default/
Dmain.cpp57 return dumpstateBoardImpl(fd, true); in dumpstateBoard_1_1()
60 return dumpstateBoardImpl(fd, false); in dumpstateBoard_1_1()
90 DumpstateStatus dumpstateBoardImpl(const int fd, const bool full) { in dumpstateBoardImpl() function