OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GKI_TRACE_2
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c
271
GKI_TRACE_2
("pthread_create failed(%d), %s!", ret, taskname);
521
GKI_TRACE_2
("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);
757
GKI_TRACE_2
("GKI_delay %d %d", rtask, timeout);
777
GKI_TRACE_2
("GKI_delay %d %d done", rtask, timeout);
799
GKI_TRACE_2
("GKI_send_event %d %x", task_id, event);
814
GKI_TRACE_2
("GKI_send_event %d %x done", task_id, 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);
870
GKI_TRACE_2
("GKI_get_taskid %x %d done", thread_id, i);
903
GKI_TRACE_2
("GKI_map_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id])
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
274
GKI_TRACE_2
("pthread_create failed(%d), %s!", ret, taskname);
780
GKI_TRACE_2
("GKI_delay %d %d", rtask, timeout);
800
GKI_TRACE_2
("GKI_delay %d %d done", rtask, timeout);
822
GKI_TRACE_2
("GKI_send_event %d %x", task_id, event);
837
GKI_TRACE_2
("GKI_send_event %d %x done", task_id, 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);
893
GKI_TRACE_2
("GKI_get_taskid %x %d done", thread_id, i);
926
GKI_TRACE_2
("GKI_map_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id]);
[
all
...]
/external/libnfc-nci/src/hal/include/
gki_hal_target.h
254
#define
GKI_TRACE_2
(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2)
262
#define
GKI_TRACE_2
(m,p1,p2)
/external/libnfc-nci/src/include/
gki_target.h
392
#define
GKI_TRACE_2
(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2)
400
#define
GKI_TRACE_2
(m,p1,p2)
Completed in 741 milliseconds