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

  /system/nfc/halimpl/bcm2079x/adaptation/
userial_linux.c 396 ** Comments This function calls GKI_Delay to execute a delay to
418 GKI_delay(delay);
760 GKI_delay(NO_GKI_BUFFER_RECOVER_TIME);
    [all...]
  /system/nfc/halimpl/bcm2079x/gki/common/
gki.h 430 extern void GKI_delay(uint32_t);
  /system/nfc/src/gki/common/
gki.h 415 extern void GKI_delay(uint32_t);
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 165 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
737 ** Function GKI_delay
749 void GKI_delay(uint32_t timeout) {
754 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
773 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 151 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
703 ** Function GKI_delay
715 void GKI_delay(uint32_t timeout) {
720 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
739 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
    [all...]

Completed in 46 milliseconds