Searched refs:GKI_delay (Results 1 - 9 of 9) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c389 GKI_delay(delay);
738 GKI_delay( NO_GKI_BUFFER_RECOVER_TIME );
1044 GKI_delay(gPowerOnDelay);
1064 GKI_delay(20);
1266 GKI_delay(50);
1448 GKI_delay(gPrePowerOffDelay);
1451 GKI_delay(gPostPowerOffDelay);
1627 GKI_delay(10);
1647 GKI_delay(delay);
1665 GKI_delay(dela
[all...]
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h435 GKI_API extern void GKI_delay(UINT32);
/external/bluetooth/bluedroid/main/
H A Dbte_main.c347 GKI_delay(100);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h458 GKI_API extern void GKI_delay(UINT32);
/external/libnfc-nci/src/gki/common/
H A Dgki.h460 GKI_API extern void GKI_delay(UINT32);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c558 GKI_delay(30); // 30ms
785 GKI_delay (200);
790 GKI_delay (100);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c172 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
761 ** Function GKI_delay
772 void GKI_delay (UINT32 timeout) function
778 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
798 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c169 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
739 ** Function GKI_delay
750 void GKI_delay (UINT32 timeout) function
756 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
776 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c196 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
995 ** Function GKI_delay
1006 void GKI_delay (UINT32 timeout) function
1012 GKI_TRACE("GKI_delay %d %d", (int)rtask, (int)timeout);
1031 GKI_TRACE("GKI_delay %d %d done", (int)rtask, (int)timeout);

Completed in 120 milliseconds