Searched refs:copyFrom (Results 1 – 6 of 6) sorted by relevance
47 void copyFrom(const VendorTagDescriptor& src);
50 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
56 copyFrom(memory src, vec<uint32_t> dimensions) generates (ErrorStatus status);
313 * output in a successful execution, or after a successful invocation of IBuffer::copyFrom on316 * in a failed execution, or after a failed invocation of IBuffer::copyFrom on the buffer.
175 auto ret = buffer->copyFrom(tmp, {}); in allocateInternal()
669 const auto ret = buffer->copyFrom(memory, dimensions); in testCopyFrom()