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

  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 52 #define NANOSEC_PER_MILLISEC (1000000)
53 #define NSEC_PER_SEC (1000 * NANOSEC_PER_MILLISEC)
666 // abstime.tv_nsec = NANOSEC_PER_MILLISEC *
672 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 49 #define NANOSEC_PER_MILLISEC (1000000)
50 #define NSEC_PER_SEC (1000 * NANOSEC_PER_MILLISEC)
633 // abstime.tv_nsec = NANOSEC_PER_MILLISEC *
639 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
    [all...]

Completed in 286 milliseconds