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 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/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/include/
bt_target.h 290 #ifndef GKI_SHUTDOWN_EVT
291 #define GKI_SHUTDOWN_EVT APPL_EVT_7
    [all...]

Completed in 626 milliseconds