Home
last modified time | relevance | path

Searched refs:PollThread (Results 1 – 11 of 11) sorted by relevance

/external/libxcam/xcore/
Dpoll_thread.cpp27 class PollThread;
33 EventPollThread (PollThread *poll) in EventPollThread()
54 PollThread *_poll;
61 CapturePollThread (PollThread *poll) in CapturePollThread()
76 PollThread *_poll;
79 const int PollThread::default_subdev_event_timeout = 100; // ms
80 const int PollThread::default_capture_event_timeout = 100; // ms
82 PollThread::PollThread () in PollThread() function in XCam::PollThread
92 PollThread::~PollThread () in ~PollThread()
100 PollThread::set_capture_device (SmartPtr<V4l2Device> &dev) in set_capture_device()
[all …]
Dpoll_thread.h52 class PollThread
58 explicit PollThread ();
59 virtual ~PollThread ();
81 XCAM_DEAD_COPY (PollThread);
Ddevice_manager.h78 bool set_poll_thread (SmartPtr<PollThread> thread);
130 SmartPtr<PollThread> _poll_thread;
Dfake_poll_thread.cpp65 return PollThread::start (); in start()
74 return PollThread::stop ();; in stop()
Dfake_poll_thread.h30 : public PollThread
Ddevice_manager.cpp146 DeviceManager::set_poll_thread (SmartPtr<PollThread> thread) in set_poll_thread()
/external/libxcam/tests/
Dtest-poll-thread.cpp216 SmartPtr<PollThread> poll_thread = new PollThread(); in main()
221 SmartPtr<PollThread> poll_thread = new PollThread(); in main()
Dtest-device-manager.cpp879 SmartPtr<PollThread> poll_thread; in main()
881 poll_thread = new PollThread (); in main()
/external/libxcam/modules/isp/
Disp_poll_thread.cpp55 return PollThread::start (); in start()
64 return PollThread::stop (); in stop()
Disp_poll_thread.h31 : public PollThread
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp923 SmartPtr<PollThread> poll_thread; in gst_xcam_src_start()
1142 poll_thread = new PollThread (); in gst_xcam_src_start()