HomeSort by relevance Sort by last modified time
    Searched refs:displayThread (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 94 void displayThread();
108 class DisplayThread : public Thread
114 DisplayThread(ANativeWindowDisplayAdapter* da)
125 mDisplayAdapter->displayThread();
139 friend class DisplayThread;
150 sp<DisplayThread> mDisplayThread;
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 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:
    [all...]

Completed in 1710 milliseconds