Searched refs:GKI_send_event (Results 1 - 12 of 12) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_api.c116 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);
H A Dnfc_hal_main.c231 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_DATA_RDY);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c475 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);
H A Dgki.h411 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
H A Dgki_buffer.c754 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c475 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);
H A Dgki.h413 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
H A Dgki_buffer.c754 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c342 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
807 ** Function GKI_send_event
820 UINT8 GKI_send_event (UINT8 task_id, UINT16 event) function
822 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
837 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
849 ** tasks. The only difference between this function and GKI_send_event
868 return GKI_send_event(task_id, event);
1235 //GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c342 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
784 ** Function GKI_send_event
797 UINT8 GKI_send_event (UINT8 task_id, UINT16 event) function
799 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
814 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
826 ** tasks. The only difference between this function and GKI_send_event
845 return GKI_send_event(task_id, event);
1212 //GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c810 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT);
834 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT);
1055 GKI_send_event(NFC_HAL_TASK, NFC_HAL_TASK_EVT_TERMINATE);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c586 GKI_send_event (NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY);

Completed in 313 milliseconds