Searched refs:ExynosV4L2Device (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dexynos_v4l2_video_device.cc28 ExynosV4L2Device::ExynosV4L2Device(Type type) function in class:content::ExynosV4L2Device
33 ExynosV4L2Device::~ExynosV4L2Device() {
44 int ExynosV4L2Device::Ioctl(int request, void* arg) {
48 bool ExynosV4L2Device::Poll(bool poll_device, bool* event_pending) {
73 void* ExynosV4L2Device::Mmap(void* addr,
81 void ExynosV4L2Device::Munmap(void* addr, unsigned int len) {
85 bool ExynosV4L2Device::SetDevicePollInterrupt() {
96 bool ExynosV4L2Device
[all...]
H A Dexynos_v4l2_video_device.h5 // This file contains the implementation of ExynosV4L2Device used on
15 class ExynosV4L2Device : public V4L2Device { class in namespace:content
17 explicit ExynosV4L2Device(Type type);
18 virtual ~ExynosV4L2Device();
54 DISALLOW_COPY_AND_ASSIGN(ExynosV4L2Device);
H A Dv4l2_video_device.cc19 scoped_ptr<ExynosV4L2Device> exynos_device(new ExynosV4L2Device(type));

Completed in 97 milliseconds