Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtrunks_ftdi_spi.cc240 size_t transaction_size, handled_so_far(0); in SendCommandAndWait() local
257 std::min(command.size() - handled_so_far, GetBurstCount()), (size_t)64); in SendCommandAndWait()
262 command.c_str() + handled_so_far); in SendCommandAndWait()
263 handled_so_far += transaction_size; in SendCommandAndWait()
265 } while (handled_so_far != command.size()); in SendCommandAndWait()
301 handled_so_far = 0; in SendCommandAndWait()
307 std::min(payload_size - handled_so_far, GetBurstCount()), (size_t)64); in SendCommandAndWait()
311 payload + handled_so_far); in SendCommandAndWait()
312 handled_so_far += transaction_size; in SendCommandAndWait()
314 } while (handled_so_far != payload_size); in SendCommandAndWait()