OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gki_isend_event
(Results
1 - 8
of
8
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c
473
GKI_isend_event
(task_id, TIMER_0_EVT_MASK);
496
GKI_isend_event
(task_id, TIMER_1_EVT_MASK);
519
GKI_isend_event
(task_id, TIMER_2_EVT_MASK);
542
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
473
GKI_isend_event
(task_id, TIMER_0_EVT_MASK);
496
GKI_isend_event
(task_id, TIMER_1_EVT_MASK);
519
GKI_isend_event
(task_id, TIMER_2_EVT_MASK);
542
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/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
846
** Function
GKI_isend_event
863
UINT8
GKI_isend_event
(UINT8 task_id, UINT16 event)
866
GKI_TRACE_2("
GKI_isend_event
%d %x", task_id, event);
867
GKI_TRACE_2("
GKI_isend_event
%d %x done", task_id, event);
[
all
...]
/external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c
823
** Function
GKI_isend_event
840
UINT8
GKI_isend_event
(UINT8 task_id, UINT16 event)
843
GKI_TRACE_2("
GKI_isend_event
%d %x", task_id, event);
844
GKI_TRACE_2("
GKI_isend_event
%d %x done", task_id, event);
[
all
...]
Completed in 136 milliseconds