Home | History | Annotate | Download | only in camera

Lines Matching defs:displayThread

212         msg.command = DisplayThread::DISPLAY_EXIT;
239 mDisplayThread = new DisplayThread(this);
248 status_t ret = mDisplayThread->run("DisplayThread", PRIORITY_URGENT_DISPLAY);
391 msg.command = DisplayThread::DISPLAY_START;
441 msg.command = DisplayThread::DISPLAY_STOP;
900 void ANativeWindowDisplayAdapter::displayThread()
974 case DisplayThread::DISPLAY_START:
981 case DisplayThread::DISPLAY_STOP:
992 case DisplayThread::DISPLAY_EXIT: