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

/hardware/intel/common/libmix/mix_common/src/
H A Dmixparams.h39 * @target: target of the copy
40 * @src: source of the copy
41 * @returns: boolean indicates if copy is successful.
108 * @copy: method to copy details in one object to the other.
118 MixParamsCopyFunction copy; member in struct:_MixParamsClass
144 * @target: copy to target
145 * @src: copy from source
146 * @returns: boolean indicating if copy is successful.
148 * Copy data from one instance to the other. This method internally invoked the #MixParams::copy metho
[all...]
/hardware/qcom/gps/msm8960/core/
H A DMsgTask.cpp94 MsgTask* copy = (MsgTask*)arg; local
99 if (NULL != copy->mAssociator) {
100 copy->mAssociator();
109 msq_q_err_type result = msg_q_rcv((void*)copy->mQ, (void **)&msg);
115 msg_q_destroy((void**)&(copy->mQ));
116 delete copy;
127 delete copy;
/hardware/intel/common/libmix/mix_video/src/
H A Dmixdisplay.h37 * @target: target of the copy
38 * @src: source of the copy
39 * @returns: boolean indicates if copy is successful.
109 * @copy: method to copy details in one object to the other.
120 MixDisplayCopyFunction copy; member in struct:_MixDisplayClass
146 * @target: copy to target
147 * @src: copy from source
148 * @returns: boolean indicating if copy is successful.
150 * Copy data from one instance to the other. This method internally invoked the #MixDisplay::copy metho
[all...]
/hardware/qcom/gps/core/
H A DMsgTask.cpp109 MsgTask* copy = (MsgTask*)arg; local
114 if (NULL != copy->mAssociator) {
115 copy->mAssociator();
124 msq_q_err_type result = msg_q_rcv((void*)copy->mQ, (void **)&msg);
130 msg_q_destroy((void**)&(copy->mQ));
131 delete copy;
142 delete copy;
/hardware/qcom/gps/msm8084/core/
H A DMsgTask.cpp109 MsgTask* copy = (MsgTask*)arg; local
114 if (NULL != copy->mAssociator) {
115 copy->mAssociator();
124 msq_q_err_type result = msg_q_rcv((void*)copy->mQ, (void **)&msg);
130 msg_q_destroy((void**)&(copy->mQ));
131 delete copy;
142 delete copy;
/hardware/qcom/gps/msm8994/core/
H A DMsgTask.cpp109 MsgTask* copy = (MsgTask*)arg; local
114 if (NULL != copy->mAssociator) {
115 copy->mAssociator();
124 msq_q_err_type result = msg_q_rcv((void*)copy->mQ, (void **)&msg);
130 msg_q_destroy((void**)&(copy->mQ));
131 delete copy;
142 delete copy;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c35 int right = 0, copy; local
47 copy = b_w - left - right;
52 if (copy)
53 memcpy(dst + left, ref_row + x + left, copy);
56 memset(dst + left + copy, ref_row[w - 1], right);
/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/bsp/intel/peripheral/libmraa/src/glob/
H A Dglob.c281 /* copy part up to the brace */
655 /* Find end of next segment, copy tentatively to pathend. */
891 char *copy; local
918 if ((copy = malloc(len)) != NULL) {
919 if (g_Ctoc(path, copy, len)) {
920 free(copy);
923 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
931 return copy == NULL ? GLOB_NOSPACE : 0;
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp1338 // this copy will get freed in loc_eng_ni when loc_ni_respond() is called
1339 rpc_loc_ni_event_s_type *copy = (rpc_loc_ni_event_s_type *)malloc(sizeof(*copy)); local
1340 memcpy(copy, ni_req, sizeof(*copy));
1341 requestNiNotify(notif, (const void*)copy);
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp1338 // this copy will get freed in loc_eng_ni when loc_ni_respond() is called
1339 rpc_loc_ni_event_s_type *copy = (rpc_loc_ni_event_s_type *)malloc(sizeof(*copy)); local
1340 memcpy(copy, ni_req, sizeof(*copy));
1341 requestNiNotify(notif, (const void*)copy);
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp1342 // this copy will get freed in loc_eng_ni when loc_ni_respond() is called
1343 rpc_loc_ni_event_s_type *copy = (rpc_loc_ni_event_s_type *)malloc(sizeof(*copy)); local
1344 memcpy(copy, ni_req, sizeof(*copy));
1345 requestNiNotify(notif, (const void*)copy);
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp1338 // this copy will get freed in loc_eng_ni when loc_ni_respond() is called
1339 rpc_loc_ni_event_s_type *copy = (rpc_loc_ni_event_s_type *)malloc(sizeof(*copy)); local
1340 memcpy(copy, ni_req, sizeof(*copy));
1341 requestNiNotify(notif, (const void*)copy);
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp1342 // this copy will get freed in loc_eng_ni when loc_ni_respond() is called
1343 rpc_loc_ni_event_s_type *copy = (rpc_loc_ni_event_s_type *)malloc(sizeof(*copy)); local
1344 memcpy(copy, ni_req, sizeof(*copy));
1345 requestNiNotify(notif, (const void*)copy);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py45 import copy namespace
1861 self.pp_stack.append(_PreprocessorInfo(copy.deepcopy(self.stack)))
1870 self.pp_stack[-1].stack_before_else = copy.deepcopy(self.stack)
1873 self.stack = copy.deepcopy(self.pp_stack[-1].stack_before_if)
1884 # Here we can just use a shallow copy since we are the last
4272 for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap',
4423 # Let's copy the include_state so it is only messed up within this function.
4424 include_state = include_state.copy()
4441 # include_state is modified during iteration, so we iterate over a copy of
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h108 /* Utility class to help avoid copying instances by making the copy ctor
745 * That enables us to copy that object around
773 void copy(int fd);
802 //no op since copy() can be used to share fd, in 3d cases.
839 inline void OvFD::copy(int fd) { function in class:overlay::OvFD
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h108 /* Utility class to help avoid copying instances by making the copy ctor
584 * That enables us to copy that object around
612 void copy(int fd);
641 //no op since copy() can be used to share fd, in 3d cases.
678 inline void OvFD::copy(int fd) { function in class:overlay::OvFD
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.h108 /* Utility class to help avoid copying instances by making the copy ctor
574 * That enables us to copy that object around
602 void copy(int fd);
631 //no op since copy() can be used to share fd, in 3d cases.
668 inline void OvFD::copy(int fd) { function in class:overlay::OvFD
/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/msm8994/liboverlay/
H A DoverlayUtils.h108 /* Utility class to help avoid copying instances by making the copy ctor
581 * That enables us to copy that object around
609 void copy(int fd);
638 //no op since copy() can be used to share fd, in 3d cases.
675 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:__anon2735
/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:__anon2782
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h237 // GTEST_DISALLOW_COPY_AND_ASSIGN_ - disables copy ctor and operator=.
1674 // work as the copy of STLport distributed with Symbian is incomplete.
1831 // A macro to disallow copy constructor and operator=
2035 // A copy constructor is required by the Standard to initialize object
2283 // A copy of all command line arguments. Set by InitGoogleTest().
2564 // The template type argument T must have a public copy constructor.
2697 // and the IBM XL C/C++ compiler try to instantiate a copy constructor
3605 // Returns a copy of the FilePath with the directory part removed.
3621 // Returns a copy of the FilePath with the case-insensitive extension removed.
3624 // found, returns a copy o
7966 Element* const copy = new Element[a_size]; local
9163 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:testing::internal::linked_ptr
[all...]

Completed in 815 milliseconds