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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 394 ** Comments This function calls GKI_Delay to execute a delay to fulfill
418 GKI_delay(delay);
790 GKI_delay( NO_GKI_BUFFER_RECOVER_TIME );
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki.h 186 GKI_API extern void GKI_delay(UINT32);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 458 GKI_API extern void GKI_delay(UINT32);
  /external/libnfc-nci/src/gki/common/
gki.h 460 GKI_API extern void GKI_delay(UINT32);
  /external/bluetooth/bluedroid/main/
bte_main.c 368 GKI_delay(100);
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 592 GKI_delay(30); // 30ms
870 GKI_delay (200);
875 GKI_delay (100);
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 318 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
850 ** Function GKI_delay
861 void GKI_delay (UINT32 timeout)
867 GKI_TRACE("GKI_delay %d %d", (int)rtask, (int)timeout);
886 GKI_TRACE("GKI_delay %d %d done", (int)rtask, (int)timeout);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 170 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
762 ** Function GKI_delay
773 void GKI_delay (UINT32 timeout)
779 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
799 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 167 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
739 ** Function GKI_delay
750 void GKI_delay (UINT32 timeout)
756 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
776 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
    [all...]

Completed in 105 milliseconds