Searched refs:copy (Results 1 – 25 of 135) sorted by relevance
123456
/device/google/contexthub/util/common/ |
D | ring.cpp | 51 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/ |
D | QCameraThermalAdapter.h | 78 QCameraThermalAdapter(QCameraThermalAdapter const& copy); // not implemented 79 QCameraThermalAdapter& operator=(QCameraThermalAdapter const& copy); // not implemented
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraThermalAdapter.h | 83 QCameraThermalAdapter(QCameraThermalAdapter const& copy); // not implemented 84 QCameraThermalAdapter& operator=(QCameraThermalAdapter const& copy); // not implemented
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraThermalAdapter.h | 83 QCameraThermalAdapter(QCameraThermalAdapter const& copy); // not implemented 84 QCameraThermalAdapter& operator=(QCameraThermalAdapter const& copy); // not implemented
|
/device/asus/fugu/ |
D | init.fugu.rc | 6 # 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
|
D | Nexus_Remote.idc | 5 # You may obtain a copy of the License at
|
D | gpio-keys.kcm | 5 # You may obtain a copy of the License at
|
D | gpio-keys.kl | 5 # You may obtain a copy of the License at
|
D | gpio-keys.idc | 5 # You may obtain a copy of the License at
|
D | Nexus_Remote.kl | 5 # You may obtain a copy of the License at
|
D | Spike.kl | 5 # You may obtain a copy of the License at
|
/device/generic/qemu/ |
D | ranchu_arm64.mk | 31 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
|
/device/google/contexthub/util/nanotool/ |
D | nanopacket.cpp | 99 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/ |
D | sample_addon.mk | 19 $(call find-copy-subdir-files,*,device/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
|
/device/intel/edison/flash_tools/ |
D | LICENSE.txt | 5 You may obtain a copy of the License at
|
/device/google/contexthub/firmware/misc/platform/linux/ |
D | linux.extra.lkr | 6 * You may obtain a copy of the License at
|
/device/google/contexthub/firmware/misc/variant/common/ |
D | stm32f411.bl.lkr | 6 * You may obtain a copy of the License at
|
D | stm32f411.os.lkr | 6 * You may obtain a copy of the License at
|
D | stm32f401.bl.lkr | 6 * You may obtain a copy of the License at
|
D | stm32f401.os.lkr | 6 * You may obtain a copy of the License at
|
/device/google/dragon/crash_collector/ |
D | crash_dispatcher.cc | 57 std::copy(argv + 1, argv + argc, args.begin() + 1); in main()
|
/device/htc/flounder/ |
D | proprietary-blobs.txt | 5 # You may obtain a copy of the License at
|
/device/linaro/hikey/ |
D | proprietary-blobs.txt | 5 # You may obtain a copy of the License at
|
/device/lge/bullhead/ |
D | init.bullhead.fp.rc | 6 # You may obtain a copy of the License at
|
/device/sample/apps/SampleEmailPolicy/ |
D | proguard.flags | 5 # You may obtain a copy of the License at
|
123456