Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. hardware/samsung/exynos4/hal/libgralloc_ump/gralloc_module.cpp:476:1: error: 'gralloc_module_t' has no non-static data member named 'getphys'
  2. };
  3. ^
  4. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp: In function 'int gralloc_alloc_buffer(alloc_device_t*, size_t, int, const native_handle_t**, int, int, int, int, int, int)':
  5. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp:178:21: error: 'GRALLOC_USAGE_HW_ION' was not declared in this scope
  6. if (usage & GRALLOC_USAGE_HW_ION || usage & GRALLOC_USAGE_HW_FIMC1) {
  7. ^
  8. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp:178:53: error: 'GRALLOC_USAGE_HW_FIMC1' was not declared in this scope
  9. if (usage & GRALLOC_USAGE_HW_ION || usage & GRALLOC_USAGE_HW_FIMC1) {
  10. ^
  11. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp:223:27: error: 'GRALLOC_USAGE_HW_ION' was not declared in this scope
  12. if (!(usage & GRALLOC_USAGE_HW_ION || usage & GRALLOC_USAGE_HW_FIMC1))
  13. ^
  14. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp:223:59: error: 'GRALLOC_USAGE_HW_FIMC1' was not declared in this scope
  15. if (!(usage & GRALLOC_USAGE_HW_ION || usage & GRALLOC_USAGE_HW_FIMC1))
  16. ^
  17. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp: At global scope:
  18. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp:96:12: warning: unused parameter 'stride_raw' [-Wunused-parameter]
  19. static int gralloc_alloc_buffer(alloc_device_t* dev, size_t size, int usage,
  20. ^
  21. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp: In function 'int alloc_device_alloc(alloc_device_t*, int, int, int, int, const native_handle_t**, int*)':
  22. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp:389:25: error: 'GRALLOC_USAGE_HW_ION' was not declared in this scope
  23. if (usage & GRALLOC_USAGE_HW_ION || usage & GRALLOC_USAGE_HW_FIMC1) {
  24. ^
  25. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp:389:57: error: 'GRALLOC_USAGE_HW_FIMC1' was not declared in this scope
  26. if (usage & GRALLOC_USAGE_HW_ION || usage & GRALLOC_USAGE_HW_FIMC1) {
  27. ^
  28. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp: At global scope:
  29. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp:505:5: warning: unused parameter 'name' [-Wunused-parameter]
  30. int alloc_device_open(hw_module_t const* module, const char* name, hw_device_t** device)
  31. ^
  32. make: *** [/Volumes/Android/draco/out/target/product/n5110/obj/SHARED_LIBRARIES/gralloc.exynos4_intermediates/alloc_device.o] Error 1
  33. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement