Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_time.cc440 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()
Dgki.h366 extern uint8_t GKI_send_event(uint8_t, uint16_t);
Dgki_buffer.cc545 GKI_send_event(task_id, (uint16_t)EVENT_MASK(mbox)); in GKI_send_msg()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc302 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/
Dnfc_main.cc581 GKI_send_event(NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY); in nfc_main_hal_cback()