Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 10 of 10) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_buffer.c34 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYP… macro
75LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, temps… in gki_init_free_queue()
377 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_); in GKI_getbuf_debug()
440LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, … in GKI_getbuf_debug()
452 LOGD("GKI_getbuf() unable to allocate buffer!!!!!"); in GKI_getbuf_debug()
453 LOGD("******************** GKI Memory Pool Dump ********************"); in GKI_getbuf_debug()
457 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); in GKI_getbuf_debug()
463 LOGD("pool %d has a total of %d buffers (start=%p)", i, p_cb->freeq[i].total, p_hdr); in GKI_getbuf_debug()
469LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SI… in GKI_getbuf_debug()
475 LOGD("**************************************************************"); in GKI_getbuf_debug()
[all …]
/external/libnfc-nci/src/gki/common/
Dgki_buffer.c34 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYP… macro
75LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, temps… in gki_init_free_queue()
377 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_); in GKI_getbuf_debug()
440LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, … in GKI_getbuf_debug()
452 LOGD("GKI_getbuf() unable to allocate buffer!!!!!"); in GKI_getbuf_debug()
453 LOGD("******************** GKI Memory Pool Dump ********************"); in GKI_getbuf_debug()
457 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); in GKI_getbuf_debug()
463 LOGD("pool %d has a total of %d buffers (start=%p)", i, p_cb->freeq[i].total, p_hdr); in GKI_getbuf_debug()
469LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SI… in GKI_getbuf_debug()
475 LOGD("**************************************************************"); in GKI_getbuf_debug()
[all …]
/external/bluetooth/bluedroid/btif/co/
Dbta_ag_co.c33 #define LOGD(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__) macro
/external/bluetooth/bluedroid/hci/src/
Dhci_mct.c47 #define HCIDBG(param, ...) {LOGD(param, ## __VA_ARGS__);}
Dhci_h4.c46 #define HCIDBG(param, ...) {LOGD(param, ## __VA_ARGS__);}
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c665 #define ALOGD LOGD
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
Dplatform_android.c665 #define ALOGD LOGD
/external/mesa3d/src/gallium/state_trackers/egl/android/
Dnative_android.cpp833 LOGD("%s", msg); in android_log()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
Dnative_android.cpp833 LOGD("%s", msg); in android_log()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_api.c41 #define debug(fmt, ...) LOGD ("%s: " fmt,__FUNCTION__, ## __VA_ARGS__)