HomeSort by relevance Sort by last modified time
    Searched full:nano_sec (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 647 int nano_sec; local
699 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
700 abstime.tv_nsec += nano_sec;
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 624 int nano_sec; local
676 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
677 abstime.tv_nsec += nano_sec;
    [all...]

Completed in 561 milliseconds