Home
last modified time | relevance | path

Searched refs:copyFrom (Results 1 – 2 of 2) 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