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

  /external/libxcam/xcore/
poll_thread.h 48 class V4l2SubDevice;
62 bool set_event_device (SmartPtr<V4l2SubDevice> &sub_dev);
90 SmartPtr<V4l2SubDevice> _event_dev;
device_manager.h 74 bool set_event_device (SmartPtr<V4l2SubDevice> device);
83 SmartPtr<V4l2SubDevice>& get_event_device () {
129 SmartPtr<V4l2SubDevice> _subdevice;
v4l2_device.h 148 class V4l2SubDevice
152 explicit V4l2SubDevice (const char *name = NULL);
162 XCAM_DEAD_COPY (V4l2SubDevice);
v4l2_device.cpp 635 V4l2SubDevice::V4l2SubDevice (const char *name)
641 V4l2SubDevice::subscribe_event (int event)
660 V4l2SubDevice::unsubscribe_event (int event)
679 V4l2SubDevice::dequeue_event (struct v4l2_event &event)
693 XCamReturn V4l2SubDevice::start ()
702 XCamReturn V4l2SubDevice::stop ()
poll_thread.cpp 108 PollThread::set_event_device (SmartPtr<V4l2SubDevice> &dev)
device_manager.cpp 101 DeviceManager::set_event_device (SmartPtr<V4l2SubDevice> device)
  /external/libxcam/tests/
test-poll-thread.cpp 164 SmartPtr<V4l2SubDevice> event_device = new V4l2SubDevice (DEFAULT_EVENT_DEVICE);
test-device-manager.cpp 319 SmartPtr<V4l2SubDevice> event_device;
782 event_device = new V4l2SubDevice (DEFAULT_EVENT_DEVICE);
  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.cpp     [all...]

Completed in 243 milliseconds