Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc546 int nano_sec; in GKI_wait() local
601 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC; in GKI_wait()
602 abstime.tv_nsec += nano_sec; in GKI_wait()