Lines Matching refs:D

53 #ifndef D
56 # define D(...) ALOGD(__VA_ARGS__) macro
58 # define D(...) ((void)0) macro
262 D("%s: call\n", __func__); in init_gralloc_dmaregion()
274 D("%s: call. refcount: %u\n", __func__, grdma->refcount); in get_gralloc_region()
295 D("%s: call. refcount before: %u\n", __func__, grdma->refcount); in put_gralloc_region_dma_locked()
302 D("%s: should delete!\n", __func__); in put_gralloc_region_dma_locked()
304 D("%s: done\n", __func__); in put_gralloc_region_dma_locked()
306 D("%s: exit\n", __func__); in put_gralloc_region_dma_locked()
340 D("%s: requested sz %u too large (limit %u), set to fallback.", in gralloc_dmaregion_register_ashmem_dma_locked()
344 D("%s: change sz from %u to %u", __func__, grdma->sz, new_sz); in gralloc_dmaregion_register_ashmem_dma_locked()
354 D("%s: for sz %u, refcount %u", __func__, sz, grdma->refcount); in gralloc_dmaregion_register_ashmem()
369 D("%s: call for %p", __func__, ashmemBase); in get_mem_region()
379 D("%s: call for %p", __func__, ashmemBase); in put_mem_region()
458 D("%s: %p mapped ashmem base %p size %d\n", __FUNCTION__, in map_buffer()
500 D("%s: call. doLocked=%d", __FUNCTION__, doLocked); in updateHostColorBuffer()
531 D("%s: there are big buffers alive, use fallback (count %u)", __FUNCTION__, in updateHostColorBuffer()
553 D("%s: call. dma update with sz=%u", __func__, send_buffer_size); in updateHostColorBuffer()
565 D("convert yv12 to rgb888 here"); in updateHostColorBuffer()
629 D("gralloc_alloc w=%d h=%d usage=0x%x frameworkFormat=0x%x\n", w, h, usage, frameworkFormat); in gralloc_alloc()
840 D("gralloc_alloc format=%d, ashmem_size=%d, stride=%d, tid %lu\n", format, ashmem_size, stride, in gralloc_alloc()
912 D("Created host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_alloc()
926 D("%s: alloc succeded, new ashmem base and size: %p %d handle: %p", in gralloc_alloc()
957 D("%s: for buf %p ptr %p size %d\n", in gralloc_free()
969 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_free()
974 D("A rcCloseColorBuffer is owed!!! sdk ver: %d", PLATFORM_SDK_VERSION); in gralloc_free()
985 D("%s: unmapped %p", __FUNCTION__, cb->getBufferPtr()); in gralloc_free()
995 D("%s: done", __FUNCTION__); in gralloc_free()
1005 D("%s: exit", __FUNCTION__); in gralloc_free()
1036 D("%s: start", __FUNCTION__); in gralloc_register_buffer()
1053 D("gralloc_register_buffer(%p) w %d h %d format 0x%x", in gralloc_register_buffer()
1057 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_register_buffer()
1111 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_unregister_buffer()
1121 D("%s: revenge of the rcCloseColorBuffer!", __func__); in gralloc_unregister_buffer()
1145 D("%s: Unregister buffer previous mapped to pid %d", __FUNCTION__, getpid()); in gralloc_unregister_buffer()
1149 D("gralloc_unregister_buffer(%p) done\n", cb); in gralloc_unregister_buffer()
1256 D("gralloc_lock read back color buffer %d %d ashmem base %p sz %d\n", in gralloc_lock()
1271 D("read YUV copy from host"); in gralloc_lock()
1281 D("convert rgb888 to yv12 here"); in gralloc_lock()
1284 D("convert rgb888 to yuv420p here"); in gralloc_lock()
1484 D("gralloc_device_open %s\n", name); in gralloc_device_open()