Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/hal/
Dhalcore.c893 long oneSecInNs = (int)1e9; in HalSemWait() local
902 if (tm.tv_nsec >= oneSecInNs) { in HalSemWait()
904 tm.tv_nsec -= oneSecInNs; in HalSemWait()
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc905 long oneSecInNs = (int)1e9; in HalSemWait() local
914 if (tm.tv_nsec >= oneSecInNs) { in HalSemWait()
916 tm.tv_nsec -= oneSecInNs; in HalSemWait()