HomeSort by relevance Sort by last modified time
    Searched refs:GKI_TRACE_2 (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 269 GKI_TRACE_2("pthread_create failed(%d), %s!", ret, taskname);
519 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_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id])
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 272 GKI_TRACE_2("pthread_create failed(%d), %s!", ret, taskname);
778 GKI_TRACE_2("GKI_delay %d %d", rtask, timeout);
798 GKI_TRACE_2("GKI_delay %d %d done", rtask, timeout);
820 GKI_TRACE_2("GKI_send_event %d %x", task_id, event);
835 GKI_TRACE_2("GKI_send_event %d %x done", task_id, event);
864 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event);
865 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event);
891 GKI_TRACE_2("GKI_get_taskid %x %d done", thread_id, i);
924 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)
  /external/bluetooth/bluedroid/include/
gki_target.h 408 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2)

Completed in 22 milliseconds