/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/ulinux/ |
gki_ulinux.c | 367 GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT)); 488 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); 805 ** Function GKI_send_event 818 UINT8 GKI_send_event (UINT8 task_id, UINT16 event) 820 GKI_TRACE_2("GKI_send_event %d %x", task_id, event); 835 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event); 847 ** tasks. The only difference between this function and GKI_send_event 866 return GKI_send_event(task_id, event); [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | 340 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/bluetooth/bluedroid/gki/common/ |
gki_time.c | 481 GKI_send_event (task_id, TIMER_0_EVT_MASK); 505 GKI_send_event (task_id, TIMER_1_EVT_MASK); 529 GKI_send_event (task_id, TIMER_2_EVT_MASK); 553 GKI_send_event (task_id, TIMER_3_EVT_MASK);
|
gki.h | 399 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
|
gki_buffer.c | 685 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 | 353 GKI_send_event(BTIF_TASK, BT_EVT_HARDWARE_INIT_FAIL); 570 GKI_send_event(BTU_TASK, BT_EVT_PRELOAD_CMPL);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
userial_linux.c | 757 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT); 781 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT); 1000 GKI_send_event(NFC_HAL_TASK, NFC_HAL_TASK_EVT_TERMINATE); [all...] |
/external/bluetooth/bluedroid/stack/btu/ |
btu_task.c | 221 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...] |