/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | ring_buffer.c | 484 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/ |
D | ring_buffer.cpp | 552 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/ |
D | ISapCallback.hal | 49 * @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/ |
D | AudioStreamInALSA.cpp | 330 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/ |
D | swapchain_counters.adoc | 36 the associated swapchain is processed by the presentation engine. 56 processed by the presentation engine
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFaceClientCallback.hal | 29 * 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/ |
D | jpeg_compressor.cpp | 179 int processed = jpeg_write_raw_data(cinfo, planes, kCompressBatchSize); in Compress() local 180 if (processed != kCompressBatchSize) { in Compress()
|
/hardware/interfaces/health/2.0/ |
D | types.hal | 79 * Number of reads processed. 95 * number of writes processed.
|
/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHci.hal | 64 * Packets must be processed in order. 73 * Packets must be processed in order.
|
/hardware/nxp/nfc/intf/nxpnfc/1.0/ |
D | INxpNfc.hal | 24 * Based on the ioctlType, input data bytes are processed and
|
/hardware/nxp/secure_element/intf/nxpese/1.0/ |
D | INxpEse.hal | 24 * Based on the ioctlType, input data bytes are processed and
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | IObserver.hal | 22 * in the FMQ are processed.
|
/hardware/interfaces/soundtrigger/2.2/ |
D | ISoundTriggerHw.hal | 39 * being processed.
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 101 * @return numRequestProcessed Number of requests successfully processed by 104 * that HAL processed successfully before HAL runs into an error.
|
/hardware/interfaces/sensors/2.0/ |
D | types.hal | 29 * Used to notify the Event FMQ that events should be read and processed.
|
/hardware/interfaces/bluetooth/1.1/ |
D | IBluetoothHci.hal | 40 * Packets must be processed in order.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_shading_rate_image.adoc | 37 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.
|
D | VK_EXT_fragment_shader_interlock.adoc | 34 to avoid overlapping pixels being processed at the same time, and certain
|
D | VK_KHR_shader_draw_parameters.adoc | 41 processed from an indirect drawing call.
|
/hardware/interfaces/camera/device/3.7/ |
D | ICameraDeviceSession.hal | 116 * @return numRequestProcessed Number of requests successfully processed by 119 * that HAL processed successfully before HAL runs into an error.
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssCallback.hal | 63 * component that is processed.
|
/hardware/interfaces/radio/1.1/ |
D | IRadioResponse.hal | 80 * processed the keepalive request.
|
/hardware/interfaces/media/c2/1.0/ |
D | types.hal | 565 * 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/ |
D | mesh.adoc | 9 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/ |
D | README | 117 colorBuffer rendering target has been processed and after all 'postCount' 119 processed.
|