Loading include/ui/GraphicBufferMapper.h +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ public: status_t unlock(buffer_handle_t handle); #ifdef EXYNOS4210_ENHANCEMENTS status_t getphys(buffer_handle_t handle, int *paddr); status_t getphys(buffer_handle_t handle, void** paddr); #endif // dumps information about the mapping of this handle Loading libs/ui/GraphicBufferMapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ status_t GraphicBufferMapper::unlock(buffer_handle_t handle) } #ifdef EXYNOS4210_ENHANCEMENTS status_t GraphicBufferMapper::getphys(buffer_handle_t handle, int *paddr) status_t GraphicBufferMapper::getphys(buffer_handle_t handle, void** paddr) { status_t err; Loading Loading
include/ui/GraphicBufferMapper.h +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ public: status_t unlock(buffer_handle_t handle); #ifdef EXYNOS4210_ENHANCEMENTS status_t getphys(buffer_handle_t handle, int *paddr); status_t getphys(buffer_handle_t handle, void** paddr); #endif // dumps information about the mapping of this handle Loading
libs/ui/GraphicBufferMapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ status_t GraphicBufferMapper::unlock(buffer_handle_t handle) } #ifdef EXYNOS4210_ENHANCEMENTS status_t GraphicBufferMapper::getphys(buffer_handle_t handle, int *paddr) status_t GraphicBufferMapper::getphys(buffer_handle_t handle, void** paddr) { status_t err; Loading