HomeSort by relevance Sort by last modified time
    Searched refs:_poll_thread (Results 1 - 2 of 2) sorted by null

  /external/libxcam/xcore/
device_manager.cpp 151 XCAM_ASSERT (thread.ptr () && !_poll_thread.ptr ());
152 _poll_thread = thread;
226 XCAM_ASSERT (_poll_thread.ptr ());
227 _poll_thread->set_capture_device (_device);
229 _poll_thread->set_event_device (_subdevice);
230 _poll_thread->set_poll_callback (this);
231 _poll_thread->set_stats_callback (this);
233 XCAM_FAILED_STOP (ret = _poll_thread->start(), "start poll failed");
246 if (_poll_thread.ptr())
247 _poll_thread->stop ()
    [all...]
device_manager.h 130 SmartPtr<PollThread> _poll_thread; member in class:XCam::DeviceManager

Completed in 129 milliseconds