Lines Matching refs:LOGD
34 #define LOGD(format, ...) \ macro
77 LOGD( in gki_init_free_queue()
390 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_); in GKI_getbuf_debug()
443 LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", in GKI_getbuf_debug()
457 LOGD("GKI_getbuf() unable to allocate buffer!!!!!"); in GKI_getbuf_debug()
458 LOGD("******************** GKI Memory Pool Dump ********************"); in GKI_getbuf_debug()
462 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); in GKI_getbuf_debug()
467 LOGD("pool %d has a total of %d buffers (start=%p)", i, in GKI_getbuf_debug()
472 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, in GKI_getbuf_debug()
480 LOGD("**************************************************************"); in GKI_getbuf_debug()
519 LOGD("GKI_getpoolbuf() requesting from %d func:%s(line=%d)", pool_id, in GKI_getpoolbuf_debug()
553 LOGD("GKI_getpoolbuf() allocated, %x, %x (%d of %d used) %d", in GKI_getpoolbuf_debug()
602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, in GKI_freebuf()