Searched refs:processed (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_encrypt_decrypt.cpp | 42 for (auto processed = 0; processed < data_size;) { in TpmEncryptDecrypt() local 45 std::min(data_size - processed, sizeof(in_data.buffer)); in TpmEncryptDecrypt() 46 std::memcpy(in_data.buffer, &data_in[processed], in_data.size); in TpmEncryptDecrypt() 70 std::memcpy(&data_out[processed], out_data->buffer, out_data->size); in TpmEncryptDecrypt() 74 processed += in_data.size; in TpmEncryptDecrypt()
|
/device/generic/goldfish-opengl/android-emu/android/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 …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 9 translate shaders, and no part of the GL state machine is processed in the 79 processed in their own thread by AVDVirglRenderer so as to minimize the number
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 117 colorBuffer rendering target has been processed and after all 'postCount' 119 processed.
|
/device/google/coral/ |
D | WCNSS_qcom_cfg.ini | 240 #Maximum number of HTT messages to be processed per NAPI poll
|
/device/google/bonito/json-c/ |
D | Doxyfile | 935 # contain include files that are not input files but should be processed by
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 935 # contain include files that are not input files but should be processed by
|
/device/google/coral/json-c/ |
D | Doxyfile | 935 # contain include files that are not input files but should be processed by
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 32 …de limiter set paramsMixerSvc_Limiter.cpp:MtMx #%lu o/p port ID [%lu] processed limiter bypass m…
|