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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 116 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_INITIALIZE);
138 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_TERMINATE);
307 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_POWER_CYCLE);
nfc_hal_main.c 196 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_DATA_RDY);
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 397 GKI_send_event (task_id, TIMER_0_EVT_MASK);
416 GKI_send_event (task_id, TIMER_1_EVT_MASK);
435 GKI_send_event (task_id, TIMER_2_EVT_MASK);
454 GKI_send_event (task_id, TIMER_3_EVT_MASK);
gki.h 156 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
gki_buffer.c 694 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 475 GKI_send_event (task_id, TIMER_0_EVT_MASK);
498 GKI_send_event (task_id, TIMER_1_EVT_MASK);
521 GKI_send_event (task_id, TIMER_2_EVT_MASK);
544 GKI_send_event (task_id, TIMER_3_EVT_MASK);
gki.h 411 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
gki_buffer.c 754 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_time.c 475 GKI_send_event (task_id, TIMER_0_EVT_MASK);
498 GKI_send_event (task_id, TIMER_1_EVT_MASK);
521 GKI_send_event (task_id, TIMER_2_EVT_MASK);
544 GKI_send_event (task_id, TIMER_3_EVT_MASK);
gki.h 413 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
gki_buffer.c 754 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 374 GKI_send_event(BTIF_TASK, BT_EVT_HARDWARE_INIT_FAIL);
652 GKI_send_event(BTU_TASK, BT_EVT_PRELOAD_CMPL);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 500 GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
621 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
894 ** Function GKI_send_event
908 UINT8 GKI_send_event (UINT8 task_id, UINT16 event)
910 GKI_TRACE("GKI_send_event %d %x", task_id, event);
924 GKI_TRACE("GKI_send_event %d %x done", task_id, event);
927 GKI_TRACE("############## GKI_send_event FAILED!! ##################");
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 341 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
806 ** Function GKI_send_event
819 UINT8 GKI_send_event (UINT8 task_id, UINT16 event)
821 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
836 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
848 ** tasks. The only difference between this function and GKI_send_event
867 return GKI_send_event(task_id, event);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 341 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...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 809 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT);
833 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT);
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 223 GKI_send_event(BTIF_TASK, BT_EVT_TRIGGER_STACK_INIT);
btu_hcif.c     [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 586 GKI_send_event (NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY);
    [all...]

Completed in 136 milliseconds