D | gralloc_old.cpp | 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() [all …]
|