Searched defs:GKI_wait (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c414 /* 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) function
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() */
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c259 /* 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) function
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() */
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c256 /* 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) function
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() */

Completed in 297 milliseconds