Advertisement
Guest User

Untitled

a guest
Dec 14th, 2015
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. bionic/libc/kernel/uapi/linux/binder.h:175:15: error: '__u32' was not declared in this scope
  2. BC_RELEASE = _IOW('c', 6, __u32),
  3. ^
  4. bionic/libc/kernel/uapi/linux/binder.h:176:15: error: '__u32' was not declared in this scope
  5. BC_DECREFS = _IOW('c', 7, __u32),
  6. ^
  7. bionic/libc/kernel/uapi/linux/binder.h:170:22: error: '__s32' was not declared in this scope
  8. BC_ACQUIRE_RESULT = _IOW('c', 2, __s32),
  9. ^
  10. bionic/libc/kernel/uapi/linux/binder.h:171:19: error: 'binder_uintptr_t' was not declared in this scope
  11. BC_FREE_BUFFER = _IOW('c', 3, binder_uintptr_t),
  12. ^
  13. bionic/libc/kernel/uapi/linux/binder.h:172:15: error: '__u32' was not declared in this scope
  14. BC_INCREFS = _IOW('c', 4, __u32),
  15. ^
  16. bionic/libc/kernel/uapi/linux/binder.h:174:15: error: '__u32' was not declared in this scope
  17. BC_ACQUIRE = _IOW('c', 5, __u32),
  18. ^
  19. bionic/libc/kernel/uapi/linux/binder.h:175:15: error: '__u32' was not declared in this scope
  20. BC_RELEASE = _IOW('c', 6, __u32),
  21. ^
  22. bionic/libc/kernel/uapi/linux/binder.h:176:15: error: '__u32' was not declared in this scope
  23. BC_DECREFS = _IOW('c', 7, __u32),
  24. ^
  25. bionic/libc/kernel/uapi/linux/binder.h:187:24: error: 'binder_uintptr_t' was not declared in this scope
  26. BC_DEAD_BINDER_DONE = _IOW('c', 16, binder_uintptr_t),
  27. ^
  28. bionic/libc/kernel/uapi/linux/binder.h:187:24: error: 'binder_uintptr_t' was not declared in this scope
  29. BC_DEAD_BINDER_DONE = _IOW('c', 16, binder_uintptr_t),
  30. ^
  31. In file included from frameworks/av/media/libmedia/IMediaHTTPConnection.cpp:24:0:
  32. frameworks/native/include/binder/Parcel.h:85:11: error: 'binder_size_t' does not name a type
  33. const binder_size_t* objects() const;
  34. ^
  35. In file included from frameworks/av/media/libmedia/IMediaCodecList.cpp:20:0:
  36. frameworks/native/include/binder/Parcel.h:85:11: error: 'binder_size_t' does not name a type
  37. const binder_size_t* objects() const;
  38. ^
  39. frameworks/native/include/binder/Parcel.h:216:47: error: 'binder_size_t' does not name a type
  40. const binder_size_t* objects, size_t objectsSize,
  41. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement