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

  /system/nfc/src/gki/common/
gki.h 413 extern uint16_t GKI_wait(uint16_t, uint32_t);
  /system/nfc/src/nfc/nfc/
nfc_task.cc 352 event = GKI_wait(0xFFFF, 0);
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 230 * for it calls GKI_wait */
554 ** Function GKI_wait
568 uint16_t GKI_wait(uint16_t flag, uint32_t timeout) {
586 << StringPrintf("GKI_wait task=%i, pCond/pMutex = %p/%p", rtask,
751 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */
    [all...]

Completed in 187 milliseconds