Searched refs:GKI_TRACE_2 (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 270 GKI_TRACE_2("pthread_create failed(%d), %s!", ret, taskname); in GKI_create_task() 520 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond); in GKI_run() 756 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout); in GKI_delay() 776 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout); in GKI_delay() 798 GKI_TRACE_2("GKI_send_event %d %x", task_id, event); in GKI_send_event() 813 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event); in GKI_send_event() 842 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event); in GKI_isend_event() 843 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event); in GKI_isend_event() 869 GKI_TRACE_2("GKI_get_taskid %x %d done", thread_id, i); in GKI_get_taskid() 902 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 | 273 GKI_TRACE_2("pthread_create failed(%d), %s!", ret, taskname); in GKI_create_task() 779 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout); in GKI_delay() 799 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout); in GKI_delay() 821 GKI_TRACE_2("GKI_send_event %d %x", task_id, event); in GKI_send_event() 836 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event); in GKI_send_event() 865 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event); in GKI_isend_event() 866 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event); in GKI_isend_event() 892 GKI_TRACE_2("GKI_get_taskid %x %d done", thread_id, i); in GKI_get_taskid() 925 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
|