Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1da97062 authored by Steve Block's avatar Steve Block Committed by Jean-Baptiste Queru
Browse files

stubs

Change-Id: I6bc0b8e9d4412a0b60c6226fbd2b7a6d15aceb22
parent 6e25789f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>&) {}
};

}