Lines Matching refs:D

54 #ifndef D
57 # define D(...) ALOGD(__VA_ARGS__) macro
59 # define D(...) ((void)0) macro
235 D("%s: call\n", __func__); in init_gralloc_dmaregion()
247 D("%s: call. refcount: %u\n", __func__, grdma->refcount); in get_gralloc_region()
273 D("%s: call. refcount before: %u\n", __func__, grdma->refcount); in put_gralloc_region_dma_locked()
280 D("%s: should delete!\n", __func__); in put_gralloc_region_dma_locked()
282 D("%s: done\n", __func__); in put_gralloc_region_dma_locked()
284 D("%s: exit\n", __func__); in put_gralloc_region_dma_locked()
318 D("%s: requested sz %u too large (limit %u), set to fallback.", in gralloc_dmaregion_register_ashmem_dma_locked()
322 D("%s: change sz from %u to %u", __func__, grdma->sz, new_sz); in gralloc_dmaregion_register_ashmem_dma_locked()
335 D("%s: for sz %u, refcount %u", __func__, sz, grdma->refcount); in gralloc_dmaregion_register_ashmem()
350 D("%s: call for %p", __func__, ashmemBase); in get_mem_region()
360 D("%s: call for %p", __func__, ashmemBase); in put_mem_region()
438 D("%s: %p mapped ashmem base %p size %d\n", __FUNCTION__, in map_buffer()
480 D("%s: call. doLocked=%d", __FUNCTION__, doLocked); in updateHostColorBuffer()
511 D("%s: there are big buffers alive, use fallback (count %u)", __FUNCTION__, in updateHostColorBuffer()
535 D("%s: call. dma update with sz=%u", __func__, send_buffer_size); in updateHostColorBuffer()
547 D("convert yv12 to rgb888 here"); in updateHostColorBuffer()
611 D("gralloc_alloc w=%d h=%d usage=0x%x frameworkFormat=0x%x\n", w, h, usage, frameworkFormat); in gralloc_alloc()
822 D("gralloc_alloc format=%d, ashmem_size=%d, stride=%d, tid %d\n", format, in gralloc_alloc()
894 D("Created host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_alloc()
908 D("%s: alloc succeded, new ashmem base and size: %p %d handle: %p", in gralloc_alloc()
939 D("%s: for buf %p ptr %p size %d\n", in gralloc_free()
951 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_free()
956 D("A rcCloseColorBuffer is owed!!! sdk ver: %d", PLATFORM_SDK_VERSION); in gralloc_free()
966 D("%s: unmapped %p", __FUNCTION__, cb->getBufferPtr()); in gralloc_free()
976 D("%s: done", __FUNCTION__); in gralloc_free()
986 D("%s: exit", __FUNCTION__); in gralloc_free()
1012 D("%s: start", __FUNCTION__); in gralloc_register_buffer()
1029 D("gralloc_register_buffer(%p) w %d h %d format 0x%x", in gralloc_register_buffer()
1033 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_register_buffer()
1087 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_unregister_buffer()
1097 D("%s: revenge of the rcCloseColorBuffer!", __func__); in gralloc_unregister_buffer()
1121 D("%s: Unregister buffer previous mapped to pid %d", __FUNCTION__, getpid()); in gralloc_unregister_buffer()
1125 D("gralloc_unregister_buffer(%p) done\n", cb); in gralloc_unregister_buffer()
1232 D("gralloc_lock read back color buffer %d %d ashmem base %p sz %d\n", in gralloc_lock()
1247 D("read YUV copy from host"); in gralloc_lock()
1257 D("convert rgb888 to yv12 here"); in gralloc_lock()
1260 D("convert rgb888 to yuv420p here"); in gralloc_lock()
1460 D("gralloc_device_open %s\n", name); in gralloc_device_open()