/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
D | ringbuffer.cpp | 98 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/nxp/secure_element/snxxx/libese-spi/p73/utils/ |
D | ringbuffer.cpp | 98 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/interfaces/renderscript/1.0/ |
D | IContext.hal | 192 * @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/ |
D | types.hal | 72 * |-------------> 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/msm8909/gralloc/ |
D | gr_device_impl.cpp | 193 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/msm8909w_3100/libgralloc1/ |
D | gr_device_impl.cpp | 193 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/ |
D | gr_device_impl.cpp | 206 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/sm7250/display/gralloc/ |
D | gr_device_impl.cpp | 270 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/sdm845/display/gralloc/ |
D | gr_device_impl.cpp | 270 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/sm8150/display/gralloc/ |
D | gr_device_impl.cpp | 270 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/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_session.cpp | 406 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/msm8996/sdm/libs/hwc2/ |
D | hwc_session.cpp | 300 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/msm8909/sdm/libs/hwc2/ |
D | hwc_session.cpp | 401 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/ |
D | hwc_session.cpp | 317 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/ |
D | types.hal | 437 * A byte buffer containing operand data that were copied into the model.
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session.cpp | 570 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0); in Dump() local 571 *out_size = UINT32(copied); in Dump()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session.cpp | 558 auto copied = s.copy(out_buffer, std::min(s.size(), max_dump_size), 0); in Dump() local 559 *out_size = UINT32(copied); in Dump()
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 2017 * Civic info to be copied in FTM frame.
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 1741 * A byte buffer containing operand data that were copied into the model.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 4957 * A byte buffer containing operand data that were copied into the model.
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 5617 * A byte buffer containing operand data that were copied into the model.
|