am 6901f963: am 93552de8: Merge "stubs"
* commit '6901f963c27f2d0a9caf56b42b6054d0cecc84d1': stubs
This commit is contained in:
commit
fd32f41763
@ -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