Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 25 of 88) sorted by relevance

1234

/hardware/google/gfxstream/guest/android-emu/aemu/base/
Dring_buffer.c484 uint32_t processed = 0; in ring_buffer_write_fully_with_abort() local
488 while (processed < bytes) { in ring_buffer_write_fully_with_abort()
489 if (bytes - processed < candidate_step) { in ring_buffer_write_fully_with_abort()
490 candidate_step = bytes - processed; in ring_buffer_write_fully_with_abort()
497 processed_here = ring_buffer_view_write(r, v, dst + processed, candidate_step, 1); in ring_buffer_write_fully_with_abort()
499 processed_here = ring_buffer_write(r, dst + processed, candidate_step, 1); in ring_buffer_write_fully_with_abort()
502 processed += processed_here ? candidate_step : 0; in ring_buffer_write_fully_with_abort()
505 return processed; in ring_buffer_write_fully_with_abort()
509 return processed; in ring_buffer_write_fully_with_abort()
521 uint32_t processed = 0; in ring_buffer_read_fully_with_abort() local
[all …]
/hardware/google/aemu/base/
Dring_buffer.cpp552 uint32_t processed = 0; in ring_buffer_write_fully_with_abort() local
556 while (processed < bytes) { in ring_buffer_write_fully_with_abort()
557 if (bytes - processed < candidate_step) { in ring_buffer_write_fully_with_abort()
558 candidate_step = bytes - processed; in ring_buffer_write_fully_with_abort()
565 processed_here = ring_buffer_view_write(r, v, dst + processed, candidate_step, 1); in ring_buffer_write_fully_with_abort()
567 processed_here = ring_buffer_write(r, dst + processed, candidate_step, 1); in ring_buffer_write_fully_with_abort()
570 processed += processed_here ? candidate_step : 0; in ring_buffer_write_fully_with_abort()
573 return processed; in ring_buffer_write_fully_with_abort()
577 return processed; in ring_buffer_write_fully_with_abort()
589 uint32_t processed = 0; in ring_buffer_read_fully_with_abort() local
[all …]
/hardware/interfaces/radio/1.0/
DISapCallback.hal49 * @param resultCode ResultCode to indicate if command was processed correctly
56 * @param apduRsp APDU Response. Valid only if command was processed correctly and no error
67 * @param resultCode ResultCode to indicate if command was processed correctly
83 * @param resultCode ResultCode to indicate if command was processed correctly
98 * @param resultCode ResultCode to indicate if command was processed correctly
120 * @param resultCode ResultCode to indicate if command was processed correctly
143 * @param resultCode ResultCode to indicate if command was processed correctly
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamInALSA.cpp330 int processed = 0; in read() local
344 if (processed_pending > (samples - processed)) { in read()
345 processed_pending = (samples - processed); in read()
349 processed += processed_pending; in read()
359 if (processed >= samples) { in read()
361 "processed = %d", processed); in read()
412 ALOGV("do_while loop: processed=%d, samples=%d\n", processed, samples); in read()
413 } while (mHandle->handle && processed < samples); in read()
414 read = processed * sizeof(Word16); in read()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/
Dswapchain_counters.adoc36 the associated swapchain is processed by the presentation engine.
56 processed by the presentation engine
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal29 * service that processed this enrollment step.
42 * service that processed this authentication attempt.
97 * service that processed this removal.
107 * service that processed this enumeration.
/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.cpp179 int processed = jpeg_write_raw_data(cinfo, planes, kCompressBatchSize); in Compress() local
180 if (processed != kCompressBatchSize) { in Compress()
/hardware/interfaces/health/2.0/
Dtypes.hal79 * Number of reads processed.
95 * number of writes processed.
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHci.hal64 * Packets must be processed in order.
73 * Packets must be processed in order.
/hardware/nxp/nfc/intf/nxpnfc/1.0/
DINxpNfc.hal24 * Based on the ioctlType, input data bytes are processed and
/hardware/nxp/secure_element/intf/nxpese/1.0/
DINxpEse.hal24 * Based on the ioctlType, input data bytes are processed and
/hardware/interfaces/media/bufferpool/2.0/
DIObserver.hal22 * in the FMQ are processed.
/hardware/interfaces/soundtrigger/2.2/
DISoundTriggerHw.hal39 * being processed.
/hardware/interfaces/camera/device/3.4/
DICameraDeviceSession.hal101 * @return numRequestProcessed Number of requests successfully processed by
104 * that HAL processed successfully before HAL runs into an error.
/hardware/interfaces/sensors/2.0/
Dtypes.hal29 * Used to notify the Event FMQ that events should be read and processed.
/hardware/interfaces/bluetooth/1.1/
DIBluetoothHci.hal40 * Packets must be processed in order.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_shading_rate_image.adoc37 framebuffer that the user is looking at directly can be processed at high
38 frequency, while distant corners of the image can be processed at lower
56 pixels processed by the fragment shader.
DVK_EXT_fragment_shader_interlock.adoc34 to avoid overlapping pixels being processed at the same time, and certain
DVK_KHR_shader_draw_parameters.adoc41 processed from an indirect drawing call.
/hardware/interfaces/camera/device/3.7/
DICameraDeviceSession.hal116 * @return numRequestProcessed Number of requests successfully processed by
119 * that HAL processed successfully before HAL runs into an error.
/hardware/interfaces/gnss/2.1/
DIGnssCallback.hal63 * component that is processed.
/hardware/interfaces/radio/1.1/
DIRadioResponse.hal80 * processed the keepalive request.
/hardware/interfaces/media/c2/1.0/
Dtypes.hal565 * this frame, but metadata must still be processed.
676 * 1. If the queued `Work` object has been successfully processed,
680 * been processed shall be returned.
714 * The number of `Worklet`s successfully processed in this chain.
718 * processed when the `Work` is returned to the client.
730 * successfully processed.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_mesh_shader/
Dmesh.adoc9 workgroups to produce a collection of primitives that will be processed by
168 These resulting primitives are then further processed as described in
223 corresponds to the view that is currently being processed by the fragment
/hardware/google/gfxstream/guest/renderControl_enc/
DREADME117 colorBuffer rendering target has been processed and after all 'postCount'
119 processed.

1234