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

  /system/nfc/halimpl/bcm2079x/gki/common/
gki.h 442 extern uint16_t GKI_wait(uint16_t, uint32_t);
  /system/nfc/src/gki/common/
gki.h 427 extern uint16_t GKI_wait(uint16_t, uint32_t);
  /system/nfc/src/nfc/nfc/
nfc_task.c 345 event = GKI_wait(0xFFFF, 0);
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 598 event = GKI_wait(0xFFFF, 0);
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 260 * for it calls GKI_wait */
599 ** Function GKI_wait
613 uint16_t GKI_wait(uint16_t flag, uint32_t timeout) {
621 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout);
630 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask,
730 GKI_TRACE_4("GKI_wait %d %x %d %x resumed", rtask, flag, timeout, evt);
798 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 246 * for it calls GKI_wait */
565 ** Function GKI_wait
579 uint16_t GKI_wait(uint16_t flag, uint32_t timeout) {
587 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout);
597 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask,
696 GKI_TRACE_4("GKI_wait %d %x %d %x resumed", rtask, flag, timeout, evt);
763 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */
    [all...]

Completed in 124 milliseconds