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

  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 618 int nano_sec; local
672 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
673 abstime.tv_nsec += nano_sec;
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 584 int nano_sec; local
639 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
640 abstime.tv_nsec += nano_sec;
    [all...]

Completed in 273 milliseconds