HomeSort by relevance Sort by last modified time
    Searched refs:GKI_send_event (Results 1 - 12 of 12) sorted by null

  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 107 GKI_send_event(NFC_HAL_TASK, NFC_HAL_TASK_EVT_INITIALIZE);
127 GKI_send_event(NFC_HAL_TASK, NFC_HAL_TASK_EVT_TERMINATE);
290 GKI_send_event(NFC_HAL_TASK, NFC_HAL_TASK_EVT_POWER_CYCLE);
nfc_hal_main.c 221 GKI_send_event(NFC_HAL_TASK, NFC_HAL_TASK_EVT_DATA_RDY);
  /system/nfc/halimpl/bcm2079x/gki/common/
gki_time.c 444 GKI_send_event(task_id, TIMER_0_EVT_MASK);
466 GKI_send_event(task_id, TIMER_1_EVT_MASK);
488 GKI_send_event(task_id, TIMER_2_EVT_MASK);
510 GKI_send_event(task_id, TIMER_3_EVT_MASK);
gki.h 385 extern uint8_t GKI_send_event(uint8_t, uint16_t);
gki_buffer.c 740 GKI_send_event(task_id, (uint16_t)EVENT_MASK(mbox));
    [all...]
  /system/nfc/src/gki/common/
gki_time.c 438 GKI_send_event(task_id, TIMER_0_EVT_MASK);
460 GKI_send_event(task_id, TIMER_1_EVT_MASK);
482 GKI_send_event(task_id, TIMER_2_EVT_MASK);
504 GKI_send_event(task_id, TIMER_3_EVT_MASK);
gki.h 380 extern uint8_t GKI_send_event(uint8_t, uint16_t);
gki_buffer.c 544 GKI_send_event(task_id, (uint16_t)EVENT_MASK(mbox));
    [all...]
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 333 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
779 ** Function GKI_send_event
793 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) {
794 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
808 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
820 *GKI_send_event
838 return GKI_send_event(task_id, event);
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 320 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
745 ** Function GKI_send_event
758 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) {
759 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
773 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
785 ** GKI_send_event is that this function assumes interrupts are
802 return GKI_send_event(task_id, event);
    [all...]
  /system/nfc/halimpl/bcm2079x/adaptation/
userial_linux.c 780 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT);
802 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT);
1019 GKI_send_event(NFC_HAL_TASK, NFC_HAL_TASK_EVT_TERMINATE);
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_main.c 568 GKI_send_event(NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY);
    [all...]

Completed in 251 milliseconds