platform_hardware_libhardware/modules/gralloc
Mathias Agopian 988b8bd553 lock will now return the vaddr of the buffer. map/umap are gone.
- make sure to return an error if a buffer is locked twice or unlocked while not locked.
- added registerBuffer() and unregisterBuffer() to the gralloc module so that we can do some cleanup when a buffer is no longer needed. this became necessary after we removed map/unmap so we have a place to unmap buffers without the need of a kernel module.
- change the constants for GRALLOC_USAGE_SW_{READ|WRITE}_NEVER to 0, so that NOT specifying them means "NEVER".
2009-05-04 14:26:56 -07:00
..
Android.mk Integrate from //sandbox/mathias/donut/...@145728 2009-04-10 14:24:31 -07:00
framebuffer.cpp lock will now return the vaddr of the buffer. map/umap are gone. 2009-05-04 14:26:56 -07:00
gralloc.cpp lock will now return the vaddr of the buffer. map/umap are gone. 2009-05-04 14:26:56 -07:00
gralloc_priv.h lock will now return the vaddr of the buffer. map/umap are gone. 2009-05-04 14:26:56 -07:00
mapper.cpp lock will now return the vaddr of the buffer. map/umap are gone. 2009-05-04 14:26:56 -07:00