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

  /system/bt/gki/ulinux/
gki_ulinux.c 72 void GKI_delay(UINT32 timeout_ms) {
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 171 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
763 ** Function GKI_delay
774 void GKI_delay (UINT32 timeout)
780 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
800 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 168 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
740 ** Function GKI_delay
751 void GKI_delay (UINT32 timeout)
757 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
777 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
    [all...]

Completed in 112 milliseconds