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

  /external/libxcam/tests/
test-poll-thread.cpp 164 SmartPtr<V4l2SubDevice> event_device = new V4l2SubDevice (DEFAULT_EVENT_DEVICE); local
181 ret = event_device->open ();
182 CHECK (ret, "event device(%s) open failed", event_device->get_device_name());
184 ret = event_device->subscribe_event (event);
188 event_device->get_device_name(), event);
190 ret = event_device->subscribe_event (event);
194 event_device->get_device_name(), event);
195 ret = event_device->start();
226 poll_thread->set_event_device(event_device);
244 event_device->close ()
    [all...]
test-device-manager.cpp 319 SmartPtr<V4l2SubDevice> event_device; local
781 if (!event_device.ptr ())
782 event_device = new V4l2SubDevice (DEFAULT_EVENT_DEVICE);
783 ret = event_device->open ();
785 CHECK (ret, "event device(%s) open failed", event_device->get_device_name());
787 ret = event_device->subscribe_event (event);
791 event_device->get_device_name(), event);
793 ret = event_device->subscribe_event (event);
797 event_device->get_device_name(), event);
799 device_manager->set_event_device (event_device);
    [all...]
  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.cpp 922 SmartPtr<V4l2SubDevice> event_device; local
1161 SmartPtr<V4l2SubDevice> event_device; local
    [all...]

Completed in 633 milliseconds