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

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

Completed in 63 milliseconds