Searched defs:nano_sec (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c769 int nano_sec; local
788 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
789 abstime.tv_nsec += nano_sec;
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c646 int nano_sec; local
698 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
699 abstime.tv_nsec += nano_sec;
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c623 int nano_sec; local
675 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
676 abstime.tv_nsec += nano_sec;

Completed in 114 milliseconds