Searched refs:GKI_SHUTDOWN_EVT (Results 1 – 3 of 3) sorted by relevance
295 #ifndef GKI_SHUTDOWN_EVT296 #define GKI_SHUTDOWN_EVT APPL_EVT_7 macro
295 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()556 return EVENT_MASK(GKI_SHUTDOWN_EVT); in GKI_wait()637 if (gki_cb.com.OSWaitEvt[rtask] == EVENT_MASK(GKI_SHUTDOWN_EVT)) { in GKI_wait()646 return (EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_wait()
361 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT)) { in nfc_task()