Searched defs:LOGD (Results 1 - 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/btif/co/ |
H A D | bta_ag_co.c | 33 #define LOGD(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__) macro
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
H A D | gki_buffer.c | 34 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC, format, ## __VA_ARGS__) macro 75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem); 377 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_); 438 LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, p_cb->freeq[i].total); 450 LOGD("GKI_getbuf() unable to allocate buffer!!!!!"); 451 LOGD("******************** GKI Memory Pool Dump ********************"); 455 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); 461 LOGD("pool %d has a total of %d buffers (start=%p)", i, p_cb->freeq[i].total, p_hdr); 467 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line); 473 LOGD("**************************************************************"); [all...] |
/external/libnfc-nci/src/gki/common/ |
H A D | gki_buffer.c | 34 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC, format, ## __VA_ARGS__) macro 75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem); 377 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_); 438 LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, p_cb->freeq[i].total); 450 LOGD("GKI_getbuf() unable to allocate buffer!!!!!"); 451 LOGD("******************** GKI Memory Pool Dump ********************"); 455 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); 461 LOGD("pool %d has a total of %d buffers (start=%p)", i, p_cb->freeq[i].total, p_hdr); 467 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line); 473 LOGD("**************************************************************"); [all...] |
Completed in 99 milliseconds