Searched defs:copyTo (Results 1 – 11 of 11) sorted by relevance
43 nn::GeneralResult<void> copyTo(const nn::SharedBuffer& buffer, const hidl_memory& dst) { in copyTo() function62 Return<V1_3::ErrorStatus> Buffer::copyTo(const hidl_memory& dst) { in copyTo() function in android::hardware::neuralnetworks::adapter::Buffer
56 void copyTo(in Memory dst); in copyTo() method
38 void copyTo(in android.hardware.neuralnetworks.Memory dst); in copyTo() method
33 nn::GeneralResult<void> InvalidBuffer::copyTo(const nn::SharedMemory& /*dst*/) const { in copyTo() function in android::hardware::neuralnetworks::utils::InvalidBuffer
102 nn::GeneralResult<void> ResilientBuffer::copyTo(const nn::SharedMemory& dst) const { in copyTo() function in android::hardware::neuralnetworks::utils::ResilientBuffer
58 nn::GeneralResult<void> Buffer::copyTo(const nn::SharedMemory& dst) const { in copyTo() function in aidl::android::hardware::neuralnetworks::utils::Buffer
64 nn::GeneralResult<void> Buffer::copyTo(const nn::SharedMemory& dst) const { in copyTo() function in android::hardware::neuralnetworks::V1_3::utils::Buffer
94 TEST(BufferTest, copyTo) { in TEST() argument
92 TEST(BufferTest, copyTo) { in TEST() argument
112 TEST(ResilientBufferTest, copyTo) { in TEST() argument