Searched refs:GKI_send_event (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/gki/common/ |
D | gki_time.cc | 440 GKI_send_event(task_id, TIMER_0_EVT_MASK); in GKI_timer_update() 462 GKI_send_event(task_id, TIMER_1_EVT_MASK); in GKI_timer_update() 484 GKI_send_event(task_id, TIMER_2_EVT_MASK); in GKI_timer_update() 506 GKI_send_event(task_id, TIMER_3_EVT_MASK); in GKI_timer_update()
|
D | gki.h | 366 extern uint8_t GKI_send_event(uint8_t, uint16_t);
|
D | gki_buffer.cc | 545 GKI_send_event(task_id, (uint16_t)EVENT_MASK(mbox)); in GKI_send_msg()
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 302 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown() 721 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) { in GKI_send_event() function 764 return GKI_send_event(task_id, event); in GKI_isend_event()
|
/system/nfc/src/nfc/nfc/ |
D | nfc_main.cc | 581 GKI_send_event(NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY); in nfc_main_hal_cback()
|