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

  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 769 int nano_sec; local
788 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
789 abstime.tv_nsec += nano_sec;
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 646 int nano_sec; local
698 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
699 abstime.tv_nsec += nano_sec;
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 623 int nano_sec; local
675 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
676 abstime.tv_nsec += nano_sec;
    [all...]

Completed in 62 milliseconds