Searched refs:LOGD (Results 1 – 10 of 10) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 34 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYP… macro 75 …LOGD("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() 440 …LOGD("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() 469 …LOGD("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/ |
D | gki_buffer.c | 34 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYP… macro 75 …LOGD("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() 440 …LOGD("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() 469 …LOGD("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/ |
D | bta_ag_co.c | 33 #define LOGD(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__) macro
|
/external/bluetooth/bluedroid/hci/src/ |
D | hci_mct.c | 47 #define HCIDBG(param, ...) {LOGD(param, ## __VA_ARGS__);}
|
D | hci_h4.c | 46 #define HCIDBG(param, ...) {LOGD(param, ## __VA_ARGS__);}
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 665 #define ALOGD LOGD
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
D | platform_android.c | 665 #define ALOGD LOGD
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
D | native_android.cpp | 833 LOGD("%s", msg); in android_log()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/ |
D | native_android.cpp | 833 LOGD("%s", msg); in android_log()
|
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_api.c | 41 #define debug(fmt, ...) LOGD ("%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
|