Guest User

Untitled

a guest
Mar 10th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. target thumb C: libexynosv4l2_32 <= hardware/samsung_slsi-cm/exynos/libv4l2/exynos_v4l2.c
  2. In file included from hardware/samsung_slsi-cm/exynos/libhwc/ExynosHWC.cpp:39:0:
  3. hardware/samsung_slsi-cm/exynos/libhwc/../libhwcutils/ExynosHWCUtils.h:67:17: error: variable or field 'dumpConfig' declared void
  4.  void dumpConfig(s3c_fb_win_config &c);
  5.                  ^
  6. hardware/samsung_slsi-cm/exynos/libhwc/../libhwcutils/ExynosHWCUtils.h:67:17: error: 's3c_fb_win_config' was not declared in this scope
  7. hardware/samsung_slsi-cm/exynos/libhwc/../libhwcutils/ExynosHWCUtils.h:67:36: error: 'c' was not declared in this scope
  8.  void dumpConfig(s3c_fb_win_config &c);
  9.                                     ^
  10. hardware/samsung_slsi-cm/exynos/libhwc/../libhwcutils/ExynosHWCUtils.h:73:6: error: use of enum 's3c_fb_pixel_format' without previous declaration
  11.  enum s3c_fb_pixel_format halFormatToS3CFormat(int format);
  12.       ^
  13. hardware/samsung_slsi-cm/exynos/libhwc/../libhwcutils/ExynosHWCUtils.h:73:58: error: invalid type in declaration before ';' token
  14.  enum s3c_fb_pixel_format halFormatToS3CFormat(int format);
  15.                                                           ^
  16. hardware/samsung_slsi-cm/exynos/libhwc/../libhwcutils/ExynosHWCUtils.h:81:6: error: use of enum 's3c_fb_blending' without previous declaration
  17.  enum s3c_fb_blending halBlendingToS3CBlending(int32_t blending);
  18.       ^
  19. hardware/samsung_slsi-cm/exynos/libhwc/../libhwcutils/ExynosHWCUtils.h:81:64: error: invalid type in declaration before ';' token
  20.  enum s3c_fb_blending halBlendingToS3CBlending(int32_t blending);
  21.                                                                 ^
  22. In file included from hardware/samsung_slsi-cm/exynos/libhwc/ExynosHWC.cpp:41:0:
  23. hardware/samsung_slsi-cm/exynos/libhwc/../libdisplay/ExynosOverlayDisplay.h:54:60: error: field 'mLastConfig' has incomplete type 's3c_fb_win_config [5]'
  24.          struct s3c_fb_win_config mLastConfig[NUM_HW_WINDOWS];
  25.                                                             ^
  26. hardware/samsung_slsi-cm/exynos/libhwc/ExynosHWC.cpp:373:65: warning: unused parameter 'dpy' [-Wunused-parameter]
  27.  int exynos5_eventControl(struct hwc_composer_device_1 *dev, int dpy,
  28.                                                                  ^
Advertisement
Add Comment
Please, Sign In to add comment