Searched refs:GKI_TRACE_2 (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c270 GKI_TRACE_2("pthread_create failed(%d), %s!", ret, taskname);
520 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);
756 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
776 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
798 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
813 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
842 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event);
843 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event);
869 GKI_TRACE_2("GKI_get_taskid %x %d done", thread_id, i);
902 GKI_TRACE_2("GKI_map_tasknam
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c273 GKI_TRACE_2("pthread_create failed(%d), %s!", ret, taskname);
779 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
799 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
821 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
836 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
865 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event);
866 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event);
892 GKI_TRACE_2("GKI_get_taskid %x %d done", thread_id, i);
925 GKI_TRACE_2("GKI_map_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id]);
/external/libnfc-nci/src/hal/include/
H A Dgki_hal_target.h254 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2) macro
262 #define GKI_TRACE_2(m,p1,p2) macro
/external/libnfc-nci/src/include/
H A Dgki_target.h392 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2) macro
400 #define GKI_TRACE_2(m,p1,p2) macro

Completed in 382 milliseconds