/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_api.c | 111 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()
|
D | nfc_hal_main.c | 151 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/ |
D | gki_time.c | 469 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()
|
D | gki.h | 411 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
|
D | gki_buffer.c | 726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_send_msg()
|
/external/bluetooth/bluedroid/gki/common/ |
D | gki_time.c | 481 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()
|
D | gki.h | 399 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
|
D | gki_buffer.c | 681 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_send_msg()
|
/external/libnfc-nci/src/gki/common/ |
D | gki_time.c | 469 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()
|
D | gki.h | 413 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
|
D | gki_buffer.c | 726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_send_msg()
|
/external/bluetooth/bluedroid/gki/ulinux/ |
D | gki_ulinux.c | 367 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/ |
D | gki_ulinux.c | 340 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/ |
D | gki_ulinux.c | 340 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/ |
D | bte_main.c | 385 GKI_send_event(BTU_TASK, TASK_MBOX_0_EVT_MASK); in preload_cb()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 753 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/ |
D | btu_task.c | 194 GKI_send_event(BTIF_TASK, BT_EVT_TRIGGER_STACK_INIT); in btu_task()
|
D | btu_hcif.c | 1483 GKI_send_event(HCISU_TASK, HCISU_EVT_MASK); in btu_hcif_cmd_timeout()
|
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_main.c | 581 GKI_send_event (NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY); in nfc_main_hal_cback()
|