Searched refs:GKI_TRACE_2 (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 271 GKI_TRACE_2("pthread_create failed(%d), %s!", ret, taskname); in GKI_create_task() 521 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond); in GKI_run() 757 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout); in GKI_delay() 777 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout); in GKI_delay() 799 GKI_TRACE_2("GKI_send_event %d %x", task_id, event); in GKI_send_event() 814 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event); in GKI_send_event() 843 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event); in GKI_isend_event() 844 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event); in GKI_isend_event() 870 GKI_TRACE_2("GKI_get_taskid %x %d done", thread_id, i); in GKI_get_taskid() 903 GKI_TRACE_2("GKI_map_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id]); in GKI_map_taskname()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 274 GKI_TRACE_2("pthread_create failed(%d), %s!", ret, taskname); in GKI_create_task() 780 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout); in GKI_delay() 800 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout); in GKI_delay() 822 GKI_TRACE_2("GKI_send_event %d %x", task_id, event); in GKI_send_event() 837 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event); in GKI_send_event() 866 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event); in GKI_isend_event() 867 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event); in GKI_isend_event() 893 GKI_TRACE_2("GKI_get_taskid %x %d done", thread_id, i); in GKI_get_taskid() 926 GKI_TRACE_2("GKI_map_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id]); in GKI_map_taskname()
|
/external/libnfc-nci/src/hal/include/ |
D | gki_hal_target.h | 254 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE… macro 262 #define GKI_TRACE_2(m,p1,p2) macro
|
/external/libnfc-nci/src/include/ |
D | gki_target.h | 392 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE… macro 400 #define GKI_TRACE_2(m,p1,p2) macro
|