Home
last modified time | relevance | path

Searched refs:DisplayThread (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
DANativeWindowDisplayAdapter.h108 class DisplayThread : public Thread
114 DisplayThread(ANativeWindowDisplayAdapter* da) in DisplayThread() function
139 friend class DisplayThread; variable
150 sp<DisplayThread> mDisplayThread;
/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp212 msg.command = DisplayThread::DISPLAY_EXIT; in ~ANativeWindowDisplayAdapter()
239 mDisplayThread = new DisplayThread(this); in initialize()
391 msg.command = DisplayThread::DISPLAY_START; in enableDisplay()
441 msg.command = DisplayThread::DISPLAY_STOP; in disableDisplay()
974 case DisplayThread::DISPLAY_START: in processHalMsg()
981 case DisplayThread::DISPLAY_STOP: in processHalMsg()
992 case DisplayThread::DISPLAY_EXIT: in processHalMsg()