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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1015 class FrameCompletionThread : public Thread { class in inherits:Thread
1019 static sp<FrameCompletionThread> thread(new FrameCompletionThread);
1037 FrameCompletionThread() : mFramesQueued(0), mFramesCompleted(0) {} function in class:FrameCompletionThread
1124 FrameCompletionThread::queueSync(sync);

Completed in 123 milliseconds