HomeSort by relevance Sort by last modified time
    Searched defs:GKI_send_event (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 367 GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
488 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
805 ** Function GKI_send_event
818 UINT8 GKI_send_event (UINT8 task_id, UINT16 event)
820 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
835 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
847 ** tasks. The only difference between this function and GKI_send_event
866 return GKI_send_event(task_id, event);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
783 ** Function GKI_send_event
796 UINT8 GKI_send_event (UINT8 task_id, UINT16 event)
798 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
813 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
825 ** tasks. The only difference between this function and GKI_send_event
844 return GKI_send_event(task_id, event);
    [all...]

Completed in 146 milliseconds