am 93552de8: Merge "stubs"
* commit '93552de8e305027fb003401e347b9493c64c981f': stubs
This commit is contained in:
committed by
Android Git Automerger
commit
6901f963c2
@@ -20,10 +20,14 @@
|
|||||||
namespace android {
|
namespace android {
|
||||||
|
|
||||||
struct SurfaceTexture {
|
struct SurfaceTexture {
|
||||||
|
struct FrameAvailableListener : public virtual RefBase {};
|
||||||
|
|
||||||
SurfaceTexture(GLuint) {}
|
SurfaceTexture(GLuint) {}
|
||||||
void updateTexImage() {}
|
void updateTexImage() {}
|
||||||
void decStrong(android::sp<android::SurfaceTexture>* const) {}
|
void decStrong(android::sp<android::SurfaceTexture>* const) {}
|
||||||
void incStrong(android::sp<android::SurfaceTexture>* const) {}
|
void incStrong(android::sp<android::SurfaceTexture>* const) {}
|
||||||
|
void getTransformMatrix(float mtx[16]) {}
|
||||||
|
void setFrameAvailableListener(const sp<FrameAvailableListener>&) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user