HomeSort by relevance Sort by last modified time
    Searched defs:GKI_SHUTDOWN_EVT (Results 1 - 4 of 4) 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/include/
bt_target.h 206 #ifndef GKI_SHUTDOWN_EVT
207 #define GKI_SHUTDOWN_EVT APPL_EVT_7
    [all...]

Completed in 213 milliseconds