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

  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 402 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
736 ** Function GKI_wait
750 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
761 GKI_TRACE("GKI_wait %d %x %d", (int)rtask, (int)flag, (int)timeout);
831 GKI_TRACE("GKI_wait %d %x %d %x done", (int)rtask, (int)flag, (int)timeout, (int)evt);
902 /* 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...]

Completed in 53 milliseconds