OSDN Git Service

stubs
authorSteve Block <steveblock@google.com>
Fri, 11 Feb 2011 00:04:48 +0000 (16:04 -0800)
committerJean-Baptiste Queru <jbq@google.com>
Fri, 11 Feb 2011 17:33:40 +0000 (09:33 -0800)
Change-Id: I6bc0b8e9d4412a0b60c6226fbd2b7a6d15aceb22

include/gui/SurfaceTexture.h

index 726b57c..54ce789 100644 (file)
 namespace android {
 
 struct SurfaceTexture {
+    struct FrameAvailableListener : public virtual RefBase {};
+
     SurfaceTexture(GLuint) {}
     void updateTexImage() {}
     void decStrong(android::sp<android::SurfaceTexture>* const) {}
     void incStrong(android::sp<android::SurfaceTexture>* const) {}
+    void getTransformMatrix(float mtx[16]) {}
+    void setFrameAvailableListener(const sp<FrameAvailableListener>&) {}
 };
 
 }