Home
last modified time | relevance | path

Searched refs:V4l2SubDevice (Results 1 – 9 of 9) sorted by relevance

/external/libxcam/xcore/
Dpoll_thread.h48 class V4l2SubDevice; variable
62 bool set_event_device (SmartPtr<V4l2SubDevice> &sub_dev);
90 SmartPtr<V4l2SubDevice> _event_dev;
Ddevice_manager.h74 bool set_event_device (SmartPtr<V4l2SubDevice> device);
83 SmartPtr<V4l2SubDevice>& get_event_device () { in get_event_device()
129 SmartPtr<V4l2SubDevice> _subdevice;
Dv4l2_device.h148 class V4l2SubDevice
152 explicit V4l2SubDevice (const char *name = NULL);
162 XCAM_DEAD_COPY (V4l2SubDevice);
Dv4l2_device.cpp635 V4l2SubDevice::V4l2SubDevice (const char *name) in V4l2SubDevice() function in XCam::V4l2SubDevice
641 V4l2SubDevice::subscribe_event (int event) in subscribe_event()
660 V4l2SubDevice::unsubscribe_event (int event) in unsubscribe_event()
679 V4l2SubDevice::dequeue_event (struct v4l2_event &event) in dequeue_event()
693 XCamReturn V4l2SubDevice::start () in start()
702 XCamReturn V4l2SubDevice::stop () in stop()
Dpoll_thread.cpp108 PollThread::set_event_device (SmartPtr<V4l2SubDevice> &dev) in set_event_device()
Ddevice_manager.cpp101 DeviceManager::set_event_device (SmartPtr<V4l2SubDevice> device) in set_event_device()
/external/libxcam/tests/
Dtest-poll-thread.cpp164 SmartPtr<V4l2SubDevice> event_device = new V4l2SubDevice (DEFAULT_EVENT_DEVICE); in main()
Dtest-device-manager.cpp319 SmartPtr<V4l2SubDevice> event_device; in main()
782 event_device = new V4l2SubDevice (DEFAULT_EVENT_DEVICE); in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp922 SmartPtr<V4l2SubDevice> event_device; in gst_xcam_src_start()
964 event_device = new V4l2SubDevice (DEFAULT_EVENT_DEVICE); in gst_xcam_src_start()
1161 SmartPtr<V4l2SubDevice> event_device; in gst_xcam_src_stop()