Searched refs:PollThread (Results 1 – 11 of 11) sorted by relevance
27 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; // ms80 const int PollThread::default_capture_event_timeout = 100; // ms82 PollThread::PollThread () in PollThread() function in XCam::PollThread92 PollThread::~PollThread () in ~PollThread()100 PollThread::set_capture_device (SmartPtr<V4l2Device> &dev) in set_capture_device()[all …]
52 class PollThread58 explicit PollThread ();59 virtual ~PollThread ();81 XCAM_DEAD_COPY (PollThread);
78 bool set_poll_thread (SmartPtr<PollThread> thread);130 SmartPtr<PollThread> _poll_thread;
65 return PollThread::start (); in start()74 return PollThread::stop ();; in stop()
30 : public PollThread
146 DeviceManager::set_poll_thread (SmartPtr<PollThread> thread) in set_poll_thread()
216 SmartPtr<PollThread> poll_thread = new PollThread(); in main()221 SmartPtr<PollThread> poll_thread = new PollThread(); in main()
879 SmartPtr<PollThread> poll_thread; in main()881 poll_thread = new PollThread (); in main()
55 return PollThread::start (); in start()64 return PollThread::stop (); in stop()
31 : public PollThread
923 SmartPtr<PollThread> poll_thread; in gst_xcam_src_start()1142 poll_thread = new PollThread (); in gst_xcam_src_start()