Home
last modified time | relevance | path

Searched refs:copyFrom (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/include/
DVendorTagDescriptor.h47 void copyFrom(const VendorTagDescriptor& src);
/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp50 copyFrom(src); in VendorTagDescriptor()
54 copyFrom(rhs); in operator =()
58 void VendorTagDescriptor::copyFrom(const VendorTagDescriptor& src) { in copyFrom() function in android::hardware::camera2::params::VendorTagDescriptor
/hardware/interfaces/neuralnetworks/1.3/
DIBuffer.hal56 copyFrom(memory src, vec<uint32_t> dimensions) generates (ErrorStatus status);
DIDevice.hal313 * output in a successful execution, or after a successful invocation of IBuffer::copyFrom on
316 * in a failed execution, or after a failed invocation of IBuffer::copyFrom on the buffer.
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp175 auto ret = buffer->copyFrom(tmp, {}); in allocateInternal()
DMemoryDomainTests.cpp669 const auto ret = buffer->copyFrom(memory, dimensions); in testCopyFrom()