Home
last modified time | relevance | path

Searched refs:GKI_send_event (Results 1 – 19 of 19) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_api.c111 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_INITIALIZE); in HAL_NfcOpen()
133 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_TERMINATE); in HAL_NfcClose()
284 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_POWER_CYCLE); in HAL_NfcPowerCycle()
Dnfc_hal_main.c151 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_DATA_RDY); in nfc_hal_main_userial_cback()
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_time.c469 GKI_send_event (task_id, TIMER_0_EVT_MASK); in GKI_timer_update()
492 GKI_send_event (task_id, TIMER_1_EVT_MASK); in GKI_timer_update()
515 GKI_send_event (task_id, TIMER_2_EVT_MASK); in GKI_timer_update()
538 GKI_send_event (task_id, TIMER_3_EVT_MASK); in GKI_timer_update()
Dgki.h411 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
Dgki_buffer.c726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_send_msg()
/external/bluetooth/bluedroid/gki/common/
Dgki_time.c481 GKI_send_event (task_id, TIMER_0_EVT_MASK); in GKI_timer_update()
505 GKI_send_event (task_id, TIMER_1_EVT_MASK); in GKI_timer_update()
529 GKI_send_event (task_id, TIMER_2_EVT_MASK); in GKI_timer_update()
553 GKI_send_event (task_id, TIMER_3_EVT_MASK); in GKI_timer_update()
Dgki.h399 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
Dgki_buffer.c681 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_send_msg()
/external/libnfc-nci/src/gki/common/
Dgki_time.c469 GKI_send_event (task_id, TIMER_0_EVT_MASK); in GKI_timer_update()
492 GKI_send_event (task_id, TIMER_1_EVT_MASK); in GKI_timer_update()
515 GKI_send_event (task_id, TIMER_2_EVT_MASK); in GKI_timer_update()
538 GKI_send_event (task_id, TIMER_3_EVT_MASK); in GKI_timer_update()
Dgki.h413 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
Dgki_buffer.c726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_send_msg()
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c367 GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_destroy_task()
488 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()
1053 UINT8 GKI_send_event (UINT8 task_id, UINT16 event) in GKI_send_event() function
1101 return GKI_send_event(task_id, event); in GKI_isend_event()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()
818 UINT8 GKI_send_event (UINT8 task_id, UINT16 event) in GKI_send_event() function
866 return GKI_send_event(task_id, event); in GKI_isend_event()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()
793 UINT8 GKI_send_event (UINT8 task_id, UINT16 event) in GKI_send_event() function
841 return GKI_send_event(task_id, event); in GKI_isend_event()
/external/bluetooth/bluedroid/main/
Dbte_main.c385 GKI_send_event(BTU_TASK, TASK_MBOX_0_EVT_MASK); in preload_cb()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c753 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT); in userial_read_thread()
777 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT); in userial_read_thread()
997 GKI_send_event(NFC_HAL_TASK, NFC_HAL_TASK_EVT_TERMINATE); in USERIAL_Open()
/external/bluetooth/bluedroid/stack/btu/
Dbtu_task.c194 GKI_send_event(BTIF_TASK, BT_EVT_TRIGGER_STACK_INIT); in btu_task()
Dbtu_hcif.c1483 GKI_send_event(HCISU_TASK, HCISU_EVT_MASK); in btu_hcif_cmd_timeout()
/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c581 GKI_send_event (NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY); in nfc_main_hal_cback()