/external/bluetooth/bluedroid/gki/common/ |
gki_time.c | 479 GKI_isend_event (task_id, TIMER_0_EVT_MASK); 503 GKI_isend_event (task_id, TIMER_1_EVT_MASK); 527 GKI_isend_event (task_id, TIMER_2_EVT_MASK); 551 GKI_isend_event (task_id, TIMER_3_EVT_MASK);
|
gki.h | 395 GKI_API extern UINT8 GKI_isend_event (UINT8, UINT16);
|
gki_buffer.c | [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_time.c | 467 GKI_isend_event (task_id, TIMER_0_EVT_MASK); 490 GKI_isend_event (task_id, TIMER_1_EVT_MASK); 513 GKI_isend_event (task_id, TIMER_2_EVT_MASK); 536 GKI_isend_event (task_id, TIMER_3_EVT_MASK);
|
gki.h | 407 GKI_API extern UINT8 GKI_isend_event (UINT8, UINT16);
|
gki_buffer.c | [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_time.c | 467 GKI_isend_event (task_id, TIMER_0_EVT_MASK); 490 GKI_isend_event (task_id, TIMER_1_EVT_MASK); 513 GKI_isend_event (task_id, TIMER_2_EVT_MASK); 536 GKI_isend_event (task_id, TIMER_3_EVT_MASK);
|
gki.h | 409 GKI_API extern UINT8 GKI_isend_event (UINT8, UINT16);
|
gki_buffer.c | [all...] |
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_ulinux.c | [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 844 ** Function GKI_isend_event 861 UINT8 GKI_isend_event (UINT8 task_id, UINT16 event) 864 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event); 865 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event); [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | 819 ** Function GKI_isend_event 836 UINT8 GKI_isend_event (UINT8 task_id, UINT16 event) 839 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event); 840 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event); [all...] |