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

  /system/nfc/src/gki/common/
gki.h 401 extern void GKI_delay(uint32_t);
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 135 /* pthread_mutex_init(&thread_delay_mutex, NULL); */ /* used in GKI_delay */
691 ** Function GKI_delay
703 void GKI_delay(uint32_t timeout) {
709 << StringPrintf("GKI_delay %d %d", rtask, timeout);
729 << StringPrintf("GKI_delay %d %d done", rtask, timeout);
    [all...]

Completed in 263 milliseconds