Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/hal/
Dhalcore.c895 long oneSecInNs = (int)1e9; in HalSemWait() local
904 if (tm.tv_nsec >= oneSecInNs) { in HalSemWait()
906 tm.tv_nsec -= oneSecInNs; in HalSemWait()
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc913 long oneSecInNs = (int)1e9; in HalSemWait() local
922 if (tm.tv_nsec >= oneSecInNs) { in HalSemWait()
924 tm.tv_nsec -= oneSecInNs; in HalSemWait()