Searched defs:ScopedFileDescriptor (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/ |
H A D | SampleDriverPartial.cpp | 52 const std::vector<ndk::ScopedFileDescriptor>&, in prepareModel()
|
H A D | SampleDriver.cpp | 102 const std::vector<ndk::ScopedFileDescriptor>& /*modelCache*/, in prepareModel() 116 int64_t /*deadlineNs*/, const std::vector<ndk::ScopedFileDescriptor>& /*modelCache*/, in prepareModelFromCache()
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
H A D | InvalidDevice.cpp | 171 int64_t /*deadline*/, const std::vector<ndk::ScopedFileDescriptor>& /*modelCache*/, in prepareModelFromCache()
|
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | binder_auto_utils.h | 362 ScopedFileDescriptor() : ScopedFileDescriptor(-1) {} in ScopedFileDescriptor() function 363 explicit ScopedFileDescriptor(int a) : ScopedAResource(a) {} in ScopedFileDescriptor() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.cpp | 453 …:SpAIBinder& /*in_binderValue*/, ::ndk::ScopedFileDescriptor* /*in_pfdValue*/, std::vector<::ndk::… in LogThis()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.cpp | 453 …:SpAIBinder& /*in_binderValue*/, ::ndk::ScopedFileDescriptor* /*in_pfdValue*/, std::vector<::ndk::… in LogThis()
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
H A D | DeviceTest.cpp | 130 const std::vector<ndk::ScopedFileDescriptor>& /*modelCache*/, in makePreparedModelFromCacheReturn() 133 const std::shared_ptr<IPreparedModelCallback>& cb) { in makePreparedModelFromCacheReturn()
|
H A D | PreparedModelTest.cpp | 62 int64_t /*duration*/, FencedExecutionResult* fencedExecutionResult) { in makeFencedExecutionResult()
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/ |
H A D | ShimDevice.cpp | 601 int64_t /*deadlineNs*/, const std::vector<::ndk::ScopedFileDescriptor>& /*modelCache*/, in prepareModelFromCache()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | ITestService.cpp | 3356 …tor(const ::ndk::ScopedFileDescriptor& /*in_read*/, ::ndk::ScopedFileDescriptor* /*_aidl_return*/)… in RepeatParcelFileDescriptor() 3361 …arcelFileDescriptorArray(const std::vector<::ndk::ScopedFileDescriptor>& /*in_input*/, std::vector… in ReverseParcelFileDescriptorArray()
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | MemoryDomainTests.cpp | 201 ndk::ScopedAStatus executeFenced(const Request&, const std::vector<ndk::ScopedFileDescriptor>&, in executeFenced()
|