Home
last modified time | relevance | path

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

/device/google/gs-common/gear/dumpstate_v3/
DDumpstate.cpp160 ndk::ScopedAStatus Dumpstate::dumpstateBoard(const std::vector<::ndk::ScopedFileDescriptor>& in_fds, in dumpstateBoard() argument
172 if (in_fds.size() < 1) { in dumpstateBoard()
178 int fd = in_fds[0].get(); in dumpstateBoard()
185 if (in_fds.size() < 2) { in dumpstateBoard()
189 int fd_bin = in_fds[1].get(); in dumpstateBoard()
DDumpstate.h30 ::ndk::ScopedAStatus dumpstateBoard(const std::vector<::ndk::ScopedFileDescriptor>& in_fds,
/device/google/gs-common/gear/dumpstate/
DDumpstate.cpp160 ndk::ScopedAStatus Dumpstate::dumpstateBoard(const std::vector<::ndk::ScopedFileDescriptor>& in_fds, in dumpstateBoard() argument
172 if (in_fds.size() < 1) { in dumpstateBoard()
178 int fd = in_fds[0].get(); in dumpstateBoard()
185 if (in_fds.size() < 2) { in dumpstateBoard()
189 int fd_bin = in_fds[1].get(); in dumpstateBoard()
DDumpstate.h30 ::ndk::ScopedAStatus dumpstateBoard(const std::vector<::ndk::ScopedFileDescriptor>& in_fds,