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

/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1914 // FrameCondition is a utility class for interlocking between the producer
1915 // and consumer threads. The FrameCondition object should be created and
1917 // the FrameCondition as the FrameAvailableListener of the SurfaceTexture,
1923 class FrameCondition : public SurfaceTexture::FrameAvailableListener { class in class:android::SurfaceTextureGLThreadToGLTest
1925 FrameCondition(): function in class:android::SurfaceTextureGLThreadToGLTest::FrameCondition
1978 mFC = new FrameCondition();
2000 sp<FrameCondition> mFC;

Completed in 31 milliseconds