Home | History | Annotate | Download | only in camera

Lines Matching refs:mDisplayThread

144 ANativeWindowDisplayAdapter::ANativeWindowDisplayAdapter():mDisplayThread(NULL),
208 if(mDisplayThread.get())
218 mDisplayThread->msgQ().put(&msg);
224 mDisplayThread->requestExitAndWait();
227 mDisplayThread.clear();
239 mDisplayThread = new DisplayThread(this);
240 if ( !mDisplayThread.get() )
248 status_t ret = mDisplayThread->run("DisplayThread", PRIORITY_URGENT_DISPLAY);
397 mDisplayThread->msgQ().put(&msg);
434 if ( NULL != mDisplayThread.get() )
447 mDisplayThread->msgQ().put(&msg);
910 ret = TIUTILS::MessageQueue::waitForMsg(&mDisplayThread->msgQ()
915 if ( !mDisplayThread->msgQ().isEmpty() )
968 mDisplayThread->msgQ().get(&msg);