Searched refs:copy (Results 151 - 168 of 168) sorted by relevance

1234567

/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_device_impl.cpp199 auto copied = os.str().copy(out_buffer, std::min(os.str().size(), max_dump_size), 0);
/hardware/invensense/6515/libsensors_iio/
H A DAndroid.mk5 # You may obtain a copy of the License at
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_exif.c79 p_info_data[numOfEntries].tag_entry.copy = 1;
/hardware/qcom/camera/msm8998/
H A DQCamera_Intf.h752 uint8_t copy; member in struct:__anon2578
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp6 * You may obtain a copy of the License at
399 auto copiedBytes = mDumpString.copy(outBuffer, *outSize);
764 auto numCopied = mName.copy(outName, *outSize);
1322 // Deep copy the regions to avoid double-frees
2254 std::copy(pending.begin(), pending.end(), newRects);
/hardware/google/av/codec2/hidl/1.0/utils/
H A Dtypes.cpp6 * You may obtain a copy of the License at
69 std::copy(
1448 std::copy(
/hardware/qcom/camera/msm8998/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:__anon2625
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp6 * You may obtain a copy of the License at
354 auto copiedBytes = mDumpString.copy(outBuffer, *outSize);
719 auto numCopied = mName.copy(outName, *outSize);
/hardware/interfaces/wifi/1.2/default/
H A Dwifi_legacy_hal.cpp6 * You may obtain a copy of the License at
701 std::copy(bssid_ptr, bssid_ptr + 6, std::begin(bssid_arr));
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_session.cpp9 * You may obtain a copy of the License at
411 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_session.cpp9 * You may obtain a copy of the License at
406 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_session.cpp9 * You may obtain a copy of the License at
300 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.cpp9 * You may obtain a copy of the License at
317 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0);
/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatus.cpp1664 // copy entire reports and return them
1779 networkinfo->copy(&s);
/hardware/google/av/media/sfplugin/
H A DCCodecBufferChannel.cpp6 * You may obtain a copy of the License at
75 * Return a copy of current format.
930 if (!c2Buffer->copy(buffer)) {
931 ALOGD("copy buffer failed");
1044 * \return appropriate Codec2Buffer object which can copy() from C2Buffers.
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1429 // Allocate for a local copy of debug parameters
1879 // Allocate for a local copy of debug parameters
1905 /* Save a copy of 3A debug params */
3019 m_Entries[m_nNumEntries].tag_entry.copy = 1;
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraPostProc.cpp738 // copy params from src main frame
2751 /* Save a copy of mobicat params */
2760 /* Save a copy of 3A debug params */
3874 m_Entries[m_nNumEntries].tag_entry.copy = 1;
/hardware/ril/libril/
H A Dril_service.cpp6 * You may obtain a copy of the License at
1391 std::copy(ras_from.channels.begin(), ras_from.channels.end(), ras_to.channels);
1410 // safe to copy to geran_bands because it's a union member

Completed in 534 milliseconds

1234567