Searched refs:ScopedFileDescriptor (Results 1 – 12 of 12) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | ShimDevice.h | 57 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,
|
D | ShimPreparedModel.h | 52 const std::vector<::ndk::ScopedFileDescriptor>& waitFor,
|
/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | SampleDriver.h | 82 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,
|
D | SampleDriverPartial.h | 46 const std::vector<ndk::ScopedFileDescriptor>& modelCache, 47 const std::vector<ndk::ScopedFileDescriptor>& dataCache,
|
D | SampleDriver.cpp | 102 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()
|
D | SampleDriverPartial.cpp | 52 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/ |
D | ShimDevice.cpp | 518 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()
|
D | ShimPreparedModel.cpp | 215 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/ |
D | StatsService.h | 47 using ::ndk::ScopedFileDescriptor; 73 virtual Status informAllUidData(const ScopedFileDescriptor& fd);
|
D | StatsService.cpp | 905 Status StatsService::informAllUidData(const ScopedFileDescriptor& fd) { in informAllUidData()
|
/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | DebuggerImpl.cpp | 251 ndk::ScopedFileDescriptor(open(profilingDataFilePath.c_str(), O_CREAT, O_RDWR))); in deliverGraphDebugInfo()
|
D | AidlClientImpl.cpp | 133 desc.handle.handle.fds.push_back(ndk::ScopedFileDescriptor(nativeHandle->data[i])); in DispatchPixelData()
|