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

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

Completed in 26 milliseconds