Home
last modified time | relevance | path

Searched defs:copyFrom (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DBuffer.cpp49 nn::GeneralResult<void> copyFrom(const nn::SharedBuffer& buffer, const hidl_memory& src, in copyFrom() function
72 Return<V1_3::ErrorStatus> Buffer::copyFrom(const hidl_memory& src, in copyFrom() function in android::hardware::neuralnetworks::adapter::Buffer
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/
DIBuffer.aidl37 void copyFrom(in android.hardware.neuralnetworks.Memory src, in int[] dimensions); in copyFrom() method
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
DIBuffer.aidl37 void copyFrom(in android.hardware.neuralnetworks.Memory src, in int[] dimensions); in copyFrom() method
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DIBuffer.aidl41 void copyFrom(in Memory src, in int[] dimensions); in copyFrom() method
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/
DIBuffer.aidl37 void copyFrom(in android.hardware.neuralnetworks.Memory src, in int[] dimensions); in copyFrom() method
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
DIBuffer.aidl37 void copyFrom(in android.hardware.neuralnetworks.Memory src, in int[] dimensions); in copyFrom() method
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/
DIBuffer.aidl37 void copyFrom(in android.hardware.neuralnetworks.Memory src, in int[] dimensions); in copyFrom() method
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DBuffer.cpp53 nn::GeneralResult<void> copyFrom(const nn::IBuffer& buffer, const Memory& src, in copyFrom() function
77 ndk::ScopedAStatus Buffer::copyFrom(const Memory& src, const std::vector<int32_t>& dimensions) { in copyFrom() function in aidl::android::hardware::neuralnetworks::adapter::Buffer
/hardware/interfaces/neuralnetworks/utils/common/src/
DInvalidBuffer.cpp37 nn::GeneralResult<void> InvalidBuffer::copyFrom(const nn::SharedMemory& /*src*/, in copyFrom() function in android::hardware::neuralnetworks::utils::InvalidBuffer
DResilientBuffer.cpp107 nn::GeneralResult<void> ResilientBuffer::copyFrom(const nn::SharedMemory& src, in copyFrom() function in android::hardware::neuralnetworks::utils::ResilientBuffer
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DBuffer.cpp66 nn::GeneralResult<void> Buffer::copyFrom(const nn::SharedMemory& src, in copyFrom() function in aidl::android::hardware::neuralnetworks::utils::Buffer
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DBuffer.cpp74 nn::GeneralResult<void> Buffer::copyFrom(const nn::SharedMemory& src, in copyFrom() function in android::hardware::neuralnetworks::V1_3::utils::Buffer
/hardware/interfaces/neuralnetworks/aidl/utils/test/
DBufferTest.cpp151 TEST(BufferTest, copyFrom) { in TEST() argument
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DBufferTest.cpp149 TEST(BufferTest, copyFrom) { in TEST() argument
/hardware/interfaces/neuralnetworks/utils/common/test/
DResilientBufferTest.cpp172 TEST(ResilientBufferTest, copyFrom) { in TEST() argument
/hardware/interfaces/camera/common/default/
DVendorTagDescriptor.cpp55 void VendorTagDescriptor::copyFrom(const VendorTagDescriptor& src) { in copyFrom() function in android::hardware::camera2::params::VendorTagDescriptor