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

  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 332 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
778 ** Function GKI_send_event
792 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) {
793 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
807 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
819 *GKI_send_event
837 return GKI_send_event(task_id, event);
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 331 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
761 ** Function GKI_send_event
774 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) {
775 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
789 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
801 ** GKI_send_event is that this function assumes interrupts are
818 return GKI_send_event(task_id, event);
    [all...]

Completed in 55 milliseconds