Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dpoll_thread.h50 class CapturePollThread; variable
55 friend class CapturePollThread; variable
88 SmartPtr<CapturePollThread> _capture_loop;
Dpoll_thread.cpp57 class CapturePollThread class
61 CapturePollThread (PollThread *poll) in CapturePollThread() function in XCam::CapturePollThread
87 _capture_loop = new CapturePollThread (this); in PollThread()