HomeSort by relevance Sort by last modified time
    Searched full:gki_send_event (Results 1 - 19 of 19) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 111 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_INITIALIZE);
133 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_TERMINATE);
284 GKI_send_event (NFC_HAL_TASK, NFC_HAL_TASK_EVT_POWER_CYCLE);
nfc_hal_main.c 151 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));
780 ** Function GKI_send_event
793 UINT8 GKI_send_event (UINT8 task_id, UINT16 event)
795 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
810 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
822 ** tasks. The only difference between this function and GKI_send_event
841 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 681 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 469 GKI_send_event (task_id, TIMER_0_EVT_MASK);
492 GKI_send_event (task_id, TIMER_1_EVT_MASK);
515 GKI_send_event (task_id, TIMER_2_EVT_MASK);
538 GKI_send_event (task_id, TIMER_3_EVT_MASK);
gki.h 411 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
gki_buffer.c 726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_time.c 469 GKI_send_event (task_id, TIMER_0_EVT_MASK);
492 GKI_send_event (task_id, TIMER_1_EVT_MASK);
515 GKI_send_event (task_id, TIMER_2_EVT_MASK);
538 GKI_send_event (task_id, TIMER_3_EVT_MASK);
gki.h 413 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
gki_buffer.c 726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 385 GKI_send_event(BTU_TASK, TASK_MBOX_0_EVT_MASK);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 753 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT);
777 GKI_send_event(USERIAL_HAL_TASK, HCISU_EVT);
997 GKI_send_event(NFC_HAL_TASK, NFC_HAL_TASK_EVT_TERMINATE);
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 194 GKI_send_event(BTIF_TASK, BT_EVT_TRIGGER_STACK_INIT);
btu_hcif.c     [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 581 GKI_send_event (NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY);
    [all...]

Completed in 573 milliseconds