Searched refs:GKI_wait (Results 1 - 6 of 6) sorted by relevance

/system/nfc/halimpl/bcm2079x/gki/common/
H A Dgki.h442 extern uint16_t GKI_wait(uint16_t, uint32_t);
/system/nfc/src/gki/common/
H A Dgki.h427 extern uint16_t GKI_wait(uint16_t, uint32_t);
/system/nfc/src/nfc/nfc/
H A Dnfc_task.c345 event = GKI_wait(0xFFFF, 0);
/system/nfc/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_main.c598 event = GKI_wait(0xFFFF, 0);
/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c260 * for it calls GKI_wait */
599 ** Function GKI_wait
613 uint16_t GKI_wait(uint16_t flag, uint32_t timeout) { function
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() */
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.c246 * for it calls GKI_wait */
565 ** Function GKI_wait
579 uint16_t GKI_wait(uint16_t flag, uint32_t timeout) { function
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() */

Completed in 197 milliseconds