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 283 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
892 ** Function GKI_wait
906 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
917 GKI_TRACE("GKI_wait %d %x %d", (int)rtask, (int)flag, (int)timeout);
988 GKI_TRACE("GKI_wait %d %x %d %x done", (int)rtask, (int)flag, (int)timeout, (int)evt);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 258 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
625 ** Function GKI_wait
639 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
648 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout);
657 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, p_pthread_info->pCond, p_pthread_info->pMutex);
753 GKI_TRACE_4("GKI_wait %d %x %d %x resumed", rtask, flag, timeout, evt);
825 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 255 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
600 ** Function GKI_wait
614 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
623 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout);
632 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, p_pthread_info->pCond, p_pthread_info->pMutex);
728 GKI_TRACE_4("GKI_wait %d %x %d %x resumed", rtask, flag, timeout, evt);
800 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */
    [all...]

Completed in 89 milliseconds