Searched refs:GetBurstCount (Results 1 - 2 of 2) sorted by relevance

/system/tpm/trunks/
H A Dtrunks_ftdi_spi.h74 size_t GetBurstCount(void);
H A Dtrunks_ftdi_spi.cc153 size_t TrunksFtdiSpi::GetBurstCount(void) { function in class:trunks::TrunksFtdiSpi
257 std::min(command.size() - handled_so_far, GetBurstCount()), (size_t)64);
307 std::min(payload_size - handled_so_far, GetBurstCount()), (size_t)64);

Completed in 97 milliseconds