Searched refs:GKI_SHUTDOWN_EVT (Results 1 – 3 of 3) sorted by relevance
291 #ifndef GKI_SHUTDOWN_EVT292 #define GKI_SHUTDOWN_EVT APPL_EVT_7 macro
302 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()552 return EVENT_MASK(GKI_SHUTDOWN_EVT); in GKI_wait()643 return (EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_wait()
357 if (event == EVENT_MASK(GKI_SHUTDOWN_EVT)) { in nfc_task()