Home
last modified time | relevance | path

Searched refs:GKI_SHUTDOWN_EVT (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c89 #ifndef GKI_SHUTDOWN_EVT
90 #define GKI_SHUTDOWN_EVT APPL_EVT_7 macro
367 GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_destroy_task()
488 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()
972 return (EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_wait()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c79 #ifndef GKI_SHUTDOWN_EVT
80 #define GKI_SHUTDOWN_EVT APPL_EVT_7 macro
340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()
716 return (EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_wait()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c80 #ifndef GKI_SHUTDOWN_EVT
81 #define GKI_SHUTDOWN_EVT APPL_EVT_7 macro
340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()
738 return (EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_wait()
/external/bluetooth/bluedroid/stack/btu/
Dbtu_task.c178 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT)) in btu_task()
/external/bluetooth/bluedroid/include/
Dbt_target.h290 #ifndef GKI_SHUTDOWN_EVT
291 #define GKI_SHUTDOWN_EVT APPL_EVT_7 macro
/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c316 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT)) in btif_task()
Dbtif_media_task.c81 #define BTIF_MEDIA_TASK_KILL EVENT_MASK(GKI_SHUTDOWN_EVT)