Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp518 static std::vector<int> getIntFds(const std::vector<::ndk::ScopedFileDescriptor>& scopedFds) { in getIntFds() argument
520 fds.reserve(scopedFds.size()); in getIntFds()
521 for (const auto& scopedFd : scopedFds) { in getIntFds()