Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 18 of 18) sorted by relevance

/hardware/nxp/secure_element/libese-spi/p73/utils/
Dringbuffer.cpp98 for (size_t copied = 0; copied < bytes_to_copy; ++copied) { in ringbuffer_peek() local
110 const size_t copied = ringbuffer_peek(rb, 0, p, length); in ringbuffer_pop() local
111 rb->head += copied; in ringbuffer_pop()
114 rb->available += copied; in ringbuffer_pop()
115 return copied; in ringbuffer_pop()
/hardware/google/av/media/sfplugin/
DSkipCutBuffer.cpp87 size_t copied = read(dst, buffer->size()); in submit() local
88 buffer->set_range(0, copied); in submit()
120 size_t copied = read(dst, buffer->capacity()); in submitInternal() local
121 buffer->setRange(0, copied); in submitInternal()
/hardware/interfaces/renderscript/1.0/
DIContext.hal192 * @param data Buffer to be copied into
213 * @param offset The offset of the first element to be copied
215 * @param count Number of elements to be copied
216 * @param data Source data to be copied to Allocation
232 * @param data Data to be copied from
317 * @param data Buffer to be copied into
335 * @param xoff X offset of the first element to be copied
337 * @param count The number of elements to be copied
338 * @param data Buffer to be copied into
356 * @param data Buffer to be copied into
[all …]
/hardware/interfaces/camera/device/1.0/
Dtypes.hal72 * |-------------> determine whether the frame is copied out or not
87 * 3. 0x05 is enabling a callback with frame copied out repeatedly. A typical
89 * 4. 0x07 is enabling a callback with frame copied out only once. A typical
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_device_impl.cpp193 auto copied = os.str().copy(out_buffer, std::min(os.str().size(), max_dump_size), 0); in Dump() local
194 *out_size = UINT(copied); in Dump()
/hardware/qcom/display/msm8909/gralloc/
Dgr_device_impl.cpp193 auto copied = os.str().copy(out_buffer, std::min(os.str().size(), max_dump_size), 0); in Dump() local
194 *out_size = UINT(copied); in Dump()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.cpp206 auto copied = os.str().copy(out_buffer, std::min(os.str().size(), max_dump_size), 0); in Dump() local
207 *out_size = UINT(copied); in Dump()
/hardware/qcom/sdm845/display/gralloc/
Dgr_device_impl.cpp270 auto copied = os.str().copy(out_buffer, std::min(os.str().size(), max_dump_size), 0); in Dump() local
271 *out_size = UINT(copied); in Dump()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.cpp300 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0); in Dump() local
301 *out_size = UINT32(copied); in Dump()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_session.cpp406 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0); in Dump() local
407 *out_size = UINT32(copied); in Dump()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_session.cpp401 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0); in Dump() local
402 *out_size = UINT32(copied); in Dump()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_session.cpp317 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0); in Dump() local
318 *out_size = UINT32(copied); in Dump()
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal436 * A byte buffer containing operand data that were copied into the model.
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.cpp418 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0); in Dump() local
419 *out_size = UINT32(copied); in Dump()
/hardware/interfaces/camera/device/3.2/
Dtypes.hal908 * the acquire fence must be copied into the release fence, to allow the
/hardware/interfaces/wifi/1.0/
Dtypes.hal2017 * Civic info to be copied in FTM frame.
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal1752 * A byte buffer containing operand data that were copied into the model.
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4982 * A byte buffer containing operand data that were copied into the model.