From 1da970625c705dad61800cfaa407d483691e1e2b Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 10 Feb 2011 16:04:48 -0800 Subject: stubs Change-Id: I6bc0b8e9d4412a0b60c6226fbd2b7a6d15aceb22 --- include/gui/SurfaceTexture.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h index 726b57c1..54ce789 100644 --- a/include/gui/SurfaceTexture.h +++ b/include/gui/SurfaceTexture.h @@ -20,10 +20,14 @@ namespace android { struct SurfaceTexture { + struct FrameAvailableListener : public virtual RefBase {}; + SurfaceTexture(GLuint) {} void updateTexImage() {} void decStrong(android::sp* const) {} void incStrong(android::sp* const) {} + void getTransformMatrix(float mtx[16]) {} + void setFrameAvailableListener(const sp&) {} }; } -- cgit v1.1