Searched defs:copy (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp6 * You may obtain a copy of the License at
114 camera_metadata_t *copy = allocate_camera_metadata(entries, dataBytes); local
115 append_camera_metadata(copy, *slotEntry);
116 mEntries.push_back(copy);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h105 /* Utility class to help avoid copying instances by making the copy ctor
747 * That enables us to copy that object around
775 void copy(int fd);
804 //no op since copy() can be used to share fd, in 3d cases.
841 inline void OvFD::copy(int fd) { function in class:overlay::OvFD
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.h104 /* Utility class to help avoid copying instances by making the copy ctor
725 * That enables us to copy that object around
753 void copy(int fd);
782 //no op since copy() can be used to share fd, in 3d cases.
819 inline void OvFD::copy(int fd) { function in class:overlay::OvFD
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayUtils.h105 /* Utility class to help avoid copying instances by making the copy ctor
747 * That enables us to copy that object around
775 void copy(int fd);
804 //no op since copy() can be used to share fd, in 3d cases.
841 inline void OvFD::copy(int fd) { function in class:overlay::OvFD
/hardware/qcom/camera/
H A DQCamera_Intf.h752 uint8_t copy; member in struct:__anon684
/hardware/qcom/camera/mm-image-codec/qexif/
H A Dqexif.h84 * it is necessary to make a copy of the data pointed by this
91 uint8_t copy; member in struct:__anon744

Completed in 153 milliseconds