am 93552de8: Merge "stubs"
* commit '93552de8e305027fb003401e347b9493c64c981f': stubs
This commit is contained in:
commit
a240734bae
@ -20,10 +20,14 @@
|
||||
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>&) {}
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user