Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 135) sorted by relevance

123456

/device/google/contexthub/util/common/
Dring.cpp51 size_t copy = mSize - writePos; in write() local
53 if (copy > size) { in write()
54 copy = size; in write()
57 memcpy(&mData[writePos], ev, copy * sizeof(sensors_event_t)); in write()
59 if (size > copy) { in write()
60 memcpy(mData, &ev[copy], (size - copy) * sizeof(sensors_event_t)); in write()
90 size_t copy = mSize - readPos; in read() local
92 if (copy > size) { in read()
93 copy = size; in read()
96 memcpy(ev, &mData[readPos], copy * sizeof(sensors_event_t)); in read()
[all …]
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraThermalAdapter.h78 QCameraThermalAdapter(QCameraThermalAdapter const& copy); // not implemented
79 QCameraThermalAdapter& operator=(QCameraThermalAdapter const& copy); // not implemented
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraThermalAdapter.h83 QCameraThermalAdapter(QCameraThermalAdapter const& copy); // not implemented
84 QCameraThermalAdapter& operator=(QCameraThermalAdapter const& copy); // not implemented
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraThermalAdapter.h83 QCameraThermalAdapter(QCameraThermalAdapter const& copy); // not implemented
84 QCameraThermalAdapter& operator=(QCameraThermalAdapter const& copy); // not implemented
/device/asus/fugu/
Dinit.fugu.rc6 # You may obtain a copy of the License at
109 copy /system/etc/security/sep_policy.conf /sys/fs/sepfs/load
164 copy /system/vendor/firmware/PR-ModelCert /data/mediadrm/playready/bgroupcert.dat
172 copy /proc/emmc_ipanic_console /data/dontpanic/ipanic_console
176 copy /proc/emmc_ipanic_threads /data/dontpanic/ipanic_threads
180 copy /proc/emmc_ipanic_gbuffer /data/dontpanic/ipanic_gbuffer
236 copy /system/etc/binfmt_misc/arm_exe /proc/sys/fs/binfmt_misc/register
237 copy /system/etc/binfmt_misc/arm_dyn /proc/sys/fs/binfmt_misc/register
DNexus_Remote.idc5 # You may obtain a copy of the License at
Dgpio-keys.kcm5 # You may obtain a copy of the License at
Dgpio-keys.kl5 # You may obtain a copy of the License at
Dgpio-keys.idc5 # You may obtain a copy of the License at
DNexus_Remote.kl5 # You may obtain a copy of the License at
DSpike.kl5 # You may obtain a copy of the License at
/device/generic/qemu/
Dranchu_arm64.mk31 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
/device/google/contexthub/util/nanotool/
Dnanopacket.cpp99 std::copy(data->begin(), data->end(), packet_buffer_.begin() + 10); in NanoPacket()
100 std::copy(data->begin(), data->end(), packet_content_.begin()); in NanoPacket()
/device/sample/products/
Dsample_addon.mk19 $(call find-copy-subdir-files,*,device/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
/device/intel/edison/flash_tools/
DLICENSE.txt5 You may obtain a copy of the License at
/device/google/contexthub/firmware/misc/platform/linux/
Dlinux.extra.lkr6 * You may obtain a copy of the License at
/device/google/contexthub/firmware/misc/variant/common/
Dstm32f411.bl.lkr6 * You may obtain a copy of the License at
Dstm32f411.os.lkr6 * You may obtain a copy of the License at
Dstm32f401.bl.lkr6 * You may obtain a copy of the License at
Dstm32f401.os.lkr6 * You may obtain a copy of the License at
/device/google/dragon/crash_collector/
Dcrash_dispatcher.cc57 std::copy(argv + 1, argv + argc, args.begin() + 1); in main()
/device/htc/flounder/
Dproprietary-blobs.txt5 # You may obtain a copy of the License at
/device/linaro/hikey/
Dproprietary-blobs.txt5 # You may obtain a copy of the License at
/device/lge/bullhead/
Dinit.bullhead.fp.rc6 # You may obtain a copy of the License at
/device/sample/apps/SampleEmailPolicy/
Dproguard.flags5 # You may obtain a copy of the License at

123456