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

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 80 #ifndef GKI_SHUTDOWN_EVT
81 #define GKI_SHUTDOWN_EVT APPL_EVT_7
340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
738 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 79 #ifndef GKI_SHUTDOWN_EVT
80 #define GKI_SHUTDOWN_EVT APPL_EVT_7
340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
716 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 89 #ifndef GKI_SHUTDOWN_EVT
90 #define GKI_SHUTDOWN_EVT APPL_EVT_7
367 GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
488 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
972 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 178 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
  /external/bluetooth/bluedroid/include/
bt_target.h 290 #ifndef GKI_SHUTDOWN_EVT
291 #define GKI_SHUTDOWN_EVT APPL_EVT_7
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 316 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
    [all...]
btif_media_task.c 81 #define BTIF_MEDIA_TASK_KILL EVENT_MASK(GKI_SHUTDOWN_EVT)
    [all...]

Completed in 141 milliseconds