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

  /external/bluetooth/bluedroid/gki/common/
gki.h 196 GKI_API extern UINT16 GKI_wait(UINT16, UINT32);
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 179 event = GKI_wait (0xFFFF, 0);
232 event = GKI_wait (0xFFFF, 0);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 470 GKI_API extern UINT16 GKI_wait(UINT16, UINT32);
  /external/libnfc-nci/src/gki/common/
gki.h 472 GKI_API extern UINT16 GKI_wait(UINT16, UINT32);
  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 371 event = GKI_wait (0xFFFF, 0);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 591 event = GKI_wait (0xFFFF, 0);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 414 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
748 ** Function GKI_wait
762 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
773 GKI_TRACE("GKI_wait %d %x %d", (int)rtask, (int)flag, (int)timeout);
843 GKI_TRACE("GKI_wait %d %x %d %x done", (int)rtask, (int)flag, (int)timeout, (int)evt);
914 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 259 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
626 ** Function GKI_wait
640 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
649 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout);
658 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, p_pthread_info->pCond, p_pthread_info->pMutex);
754 GKI_TRACE_4("GKI_wait %d %x %d %x resumed", rtask, flag, timeout, evt);
826 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 256 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
603 ** Function GKI_wait
617 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
626 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout);
635 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, p_pthread_info->pCond, p_pthread_info->pMutex);
731 GKI_TRACE_4("GKI_wait %d %x %d %x resumed", rtask, flag, timeout, evt);
803 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 289 event = GKI_wait(0xFFFF, 0);
    [all...]
btif_media_task.c     [all...]

Completed in 732 milliseconds