Home
last modified time | relevance | path

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

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dtransport.c114 struct timespec ts, ts_timeout; in block_recv() local
126 ts_timeout = ts_add_ns(ts, bwt * NSEC_PER_MSEC); in block_recv()
141 if (ts_compare(&ts, &ts_timeout) >= 0) in block_recv()