Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimDevice.h57 int64_t deadlineNs, const std::vector<::ndk::ScopedFileDescriptor>& modelCache,
58 const std::vector<::ndk::ScopedFileDescriptor>& dataCache,
62 int64_t deadlineNs, const std::vector<::ndk::ScopedFileDescriptor>& modelCache,
63 const std::vector<::ndk::ScopedFileDescriptor>& dataCache,
DShimPreparedModel.h52 const std::vector<::ndk::ScopedFileDescriptor>& waitFor,
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriver.h82 const std::vector<ndk::ScopedFileDescriptor>& modelCache,
83 const std::vector<ndk::ScopedFileDescriptor>& dataCache,
87 int64_t deadlineNs, const std::vector<ndk::ScopedFileDescriptor>& modelCache,
88 const std::vector<ndk::ScopedFileDescriptor>& dataCache,
123 const std::vector<ndk::ScopedFileDescriptor>& waitFor,
DSampleDriverPartial.h46 const std::vector<ndk::ScopedFileDescriptor>& modelCache,
47 const std::vector<ndk::ScopedFileDescriptor>& dataCache,
DSampleDriver.cpp102 const std::vector<ndk::ScopedFileDescriptor>& /*modelCache*/, in prepareModel() argument
103 const std::vector<ndk::ScopedFileDescriptor>& /*dataCache*/, in prepareModel()
116 int64_t /*deadlineNs*/, const std::vector<ndk::ScopedFileDescriptor>& /*modelCache*/, in prepareModelFromCache() argument
117 const std::vector<ndk::ScopedFileDescriptor>& /*dataCache*/, in prepareModelFromCache()
476 const aidl_hal::Request& halRequest, const std::vector<ndk::ScopedFileDescriptor>& waitFor, in executeFenced()
591 executionResult->syncFence = ndk::ScopedFileDescriptor(); in executeFenced()
DSampleDriverPartial.cpp52 const std::vector<ndk::ScopedFileDescriptor>&, in prepareModel() argument
53 const std::vector<ndk::ScopedFileDescriptor>&, const std::vector<uint8_t>&, in prepareModel()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp518 static std::vector<int> getIntFds(const std::vector<::ndk::ScopedFileDescriptor>& scopedFds) { in getIntFds()
529 const std::vector<::ndk::ScopedFileDescriptor>& modelCache, in prepareModel()
530 const std::vector<::ndk::ScopedFileDescriptor>& dataCache, in prepareModel()
601 int64_t /*deadlineNs*/, const std::vector<::ndk::ScopedFileDescriptor>& /*modelCache*/, in prepareModelFromCache() argument
602 const std::vector<::ndk::ScopedFileDescriptor>& /*dataCache*/, in prepareModelFromCache()
DShimPreparedModel.cpp215 const std::vector<::ndk::ScopedFileDescriptor>& waitFor, bool measureTiming, in executeFenced()
234 [&](const ::ndk::ScopedFileDescriptor& e) { in executeFenced()
258 fencedExecutionResult->syncFence = ndk::ScopedFileDescriptor( in executeFenced()
/packages/modules/StatsD/statsd/src/
DStatsService.h47 using ::ndk::ScopedFileDescriptor;
73 virtual Status informAllUidData(const ScopedFileDescriptor& fd);
DStatsService.cpp905 Status StatsService::informAllUidData(const ScopedFileDescriptor& fd) { in informAllUidData()
/packages/services/Car/cpp/computepipe/runner/client_interface/
DDebuggerImpl.cpp251 ndk::ScopedFileDescriptor(open(profilingDataFilePath.c_str(), O_CREAT, O_RDWR))); in deliverGraphDebugInfo()
DAidlClientImpl.cpp133 desc.handle.handle.fds.push_back(ndk::ScopedFileDescriptor(nativeHandle->data[i])); in DispatchPixelData()