Home | History | Annotate | Download | only in camera

Lines Matching refs:mDisplayThread

75 ANativeWindowDisplayAdapter::ANativeWindowDisplayAdapter():mDisplayThread(NULL),
138 if(mDisplayThread.get())
148 mDisplayThread->msgQ().put(&msg);
154 mDisplayThread->requestExitAndWait();
157 mDisplayThread.clear();
169 mDisplayThread = new DisplayThread(this);
170 if ( !mDisplayThread.get() )
178 status_t ret = mDisplayThread->run("DisplayThread", android::PRIORITY_URGENT_DISPLAY);
320 mDisplayThread->msgQ().put(&msg);
359 if ( NULL != mDisplayThread.get() )
372 mDisplayThread->msgQ().put(&msg);
873 ret = Utils::MessageQueue::waitForMsg(&mDisplayThread->msgQ()
878 if ( !mDisplayThread->msgQ().isEmpty() )
931 mDisplayThread->msgQ().get(&msg);