Lines Matching refs:LOGD
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()
515 LOGD("GKI_getpoolbuf() requesting from %d func:%s(line=%d)", pool_id, _function_, _line_); in GKI_getpoolbuf_debug()
554 …LOGD("GKI_getpoolbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_h… in GKI_getpoolbuf_debug()
602 …LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_li… in GKI_freebuf()