HomeSort by relevance Sort by last modified time
    Searched refs:GKI_SHUTDOWN_EVT (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 60 #ifndef GKI_SHUTDOWN_EVT
61 #define GKI_SHUTDOWN_EVT APPL_EVT_7
500 GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
621 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
827 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 78 #ifndef GKI_SHUTDOWN_EVT
79 #define GKI_SHUTDOWN_EVT APPL_EVT_7
341 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
739 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 77 #ifndef GKI_SHUTDOWN_EVT
78 #define GKI_SHUTDOWN_EVT APPL_EVT_7
341 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
716 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 180 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
  /external/bluetooth/bluedroid/include/
bt_target.h 206 #ifndef GKI_SHUTDOWN_EVT
207 #define GKI_SHUTDOWN_EVT APPL_EVT_7
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 321 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
    [all...]
btif_media_task.c 100 #define BTIF_MEDIA_TASK_KILL EVENT_MASK(GKI_SHUTDOWN_EVT)
    [all...]

Completed in 99 milliseconds