Advertisement
Guest User

Untitled

a guest
Feb 14th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. In file included from droidmedia/minisf.cpp:22:0:
  2. frameworks/native/include/binder/BinderService.h: In static member function 'static android::status_t android::BinderService<SERVICE>::publish(bool) [with SERVICE = MiniSurfaceFlinger, android::status_t = int]':
  3. frameworks/native/include/binder/BinderService.h:49:33: instantiated from 'static void android::BinderService<SERVICE>::instantiate() [with SERVICE = MiniSurfaceFlinger]'
  4. droidmedia/minisf.cpp:166:25: instantiated from here
  5. frameworks/native/include/binder/BinderService.h:39:96: error: cannot allocate an object of abstract type 'MiniSurfaceFlinger'
  6. droidmedia/minisf.cpp:45:7: note: because the following virtual functions are pure within 'MiniSurfaceFlinger':
  7. frameworks/native/include/gui/ISurfaceComposer.h:72:25: note: virtual android::sp<android::IBinder> android::ISurfaceComposer::createDisplay(const android::String8&, bool)
  8. frameworks/native/include/gui/ISurfaceComposer.h:78:25: note: virtual android::sp<android::IBinder> android::ISurfaceComposer::getBuiltInDisplay(int32_t)
  9. frameworks/native/include/gui/ISurfaceComposer.h:81:18: note: virtual void android::ISurfaceComposer::setTransactionState(const android::Vector<android::ComposerState>&, const android::Vector<android::DisplayState>&, uint32_t)
  10. frameworks/native/include/gui/ISurfaceComposer.h:104:18: note: virtual void android::ISurfaceComposer::blank(const android::sp<android::IBinder>&)
  11. frameworks/native/include/gui/ISurfaceComposer.h:107:18: note: virtual void android::ISurfaceComposer::unblank(const android::sp<android::IBinder>&)
  12. frameworks/native/include/gui/ISurfaceComposer.h:111:22: note: virtual android::status_t android::ISurfaceComposer::getDisplayInfo(const android::sp<android::IBinder>&, android::DisplayInfo*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement