Searched refs:_poll_thread (Results 1 – 2 of 2) sorted by relevance
151 XCAM_ASSERT (thread.ptr () && !_poll_thread.ptr ()); in set_poll_thread()152 _poll_thread = thread; in set_poll_thread()226 XCAM_ASSERT (_poll_thread.ptr ()); in start()227 _poll_thread->set_capture_device (_device); in start()229 _poll_thread->set_event_device (_subdevice); in start()230 _poll_thread->set_poll_callback (this); in start()231 _poll_thread->set_stats_callback (this); in start()233 XCAM_FAILED_STOP (ret = _poll_thread->start(), "start poll failed"); in start()246 if (_poll_thread.ptr()) in stop()247 _poll_thread->stop (); in stop()[all …]
130 SmartPtr<PollThread> _poll_thread; variable