Searched refs:FrameCondition (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL.h92 // FrameCondition is a utility class for interlocking between the producer
93 // and consumer threads. The FrameCondition object should be created and
95 // the FrameCondition as the FrameAvailableListener of the GLConsumer,
101 class FrameCondition : public GLConsumer::FrameAvailableListener { class in class:android::SurfaceTextureGLThreadToGLTest
103 FrameCondition(): function in class:android::SurfaceTextureGLThreadToGLTest::FrameCondition
156 mFC = new FrameCondition();
178 sp<FrameCondition> mFC;

Completed in 49 milliseconds