Home
last modified time | relevance | path

Searched refs:in_fds (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/dumpstate/aidl/default/
DDumpstate.cpp32 ndk::ScopedAStatus Dumpstate::dumpstateBoard(const std::vector<::ndk::ScopedFileDescriptor>& in_fds, in dumpstateBoard() argument
37 if (in_fds.size() < 1) { in dumpstateBoard()
42 int fd = in_fds[0].get(); in dumpstateBoard()
DDumpstate.h34 ::ndk::ScopedAStatus dumpstateBoard(const std::vector<::ndk::ScopedFileDescriptor>& in_fds,