Searched defs:threadStart (Results 1 - 2 of 2) sorted by path

/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp137 createThread(threadStart, this);
147 int NativeWindowRenderer::threadStart(void* self) { function in class:android::NativeWindowRenderer
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp692 nsecs_t threadStart, nsecs_t threadEnd,
700 glmsg->set_threadtime((unsigned)(threadEnd - threadStart));
691 fixupGLMessage(GLTraceContext *context, nsecs_t wallStart, nsecs_t wallEnd, nsecs_t threadStart, nsecs_t threadEnd, GLMessage *glmsg, void *pointersToFixup[]) argument

Completed in 68 milliseconds