Loading include/ui/GraphicBufferMapper.h +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public: status_t unlock(buffer_handle_t handle); #ifdef EXYNOS4210_ENHANCEMENTS #ifdef EXYNOS4_ENHANCEMENTS status_t getphys(buffer_handle_t handle, void** paddr); #endif Loading libs/ui/GraphicBufferMapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ status_t GraphicBufferMapper::unlock(buffer_handle_t handle) return err; } #ifdef EXYNOS4210_ENHANCEMENTS #ifdef EXYNOS4_ENHANCEMENTS 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 @@ -47,7 +47,7 @@ public: status_t unlock(buffer_handle_t handle); #ifdef EXYNOS4210_ENHANCEMENTS #ifdef EXYNOS4_ENHANCEMENTS status_t getphys(buffer_handle_t handle, void** paddr); #endif Loading
libs/ui/GraphicBufferMapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ status_t GraphicBufferMapper::unlock(buffer_handle_t handle) return err; } #ifdef EXYNOS4210_ENHANCEMENTS #ifdef EXYNOS4_ENHANCEMENTS status_t GraphicBufferMapper::getphys(buffer_handle_t handle, void** paddr) { status_t err; Loading