Searched refs:poll_device (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dtegra_v4l2_video_device.cc25 typedef int32 (*TegraV4L2Poll)(int32 fd, bool poll_device, bool* event_pending);
109 bool TegraV4L2Device::Poll(bool poll_device, bool* event_pending) { argument
110 if (HANDLE_EINTR(TegraV4L2_Poll(device_fd_, poll_device, event_pending)) ==
H A Dexynos_v4l2_video_device.h22 virtual bool Poll(bool poll_device, bool* event_pending) OVERRIDE;
H A Dtegra_v4l2_video_device.h25 virtual bool Poll(bool poll_device, bool* event_pending) OVERRIDE;
H A Dv4l2_video_device.h46 // - |poll_device| is true, and there is new data to be read from the device,
51 virtual bool Poll(bool poll_device, bool* event_pending) = 0;
H A Dexynos_v4l2_video_device.cc48 bool ExynosV4L2Device::Poll(bool poll_device, bool* event_pending) { argument
57 if (poll_device) {
H A Dv4l2_image_processor.h113 void DevicePollTask(bool poll_device);
H A Dv4l2_video_decode_accelerator.h255 void DevicePollTask(bool poll_device);
H A Dv4l2_video_encode_accelerator.h149 void DevicePollTask(bool poll_device);
H A Dv4l2_image_processor.cc388 void V4L2ImageProcessor::DevicePollTask(bool poll_device) { argument
392 if (!device_->Poll(poll_device, &event_pending)) {
421 bool poll_device =
428 poll_device));
H A Dv4l2_video_encode_accelerator.cc410 bool poll_device =
425 poll_device));
745 void V4L2VideoEncodeAccelerator::DevicePollTask(bool poll_device) { argument
750 if (!device_->Poll(poll_device, &event_pending)) {
H A Dv4l2_video_decode_accelerator.cc916 bool poll_device = false; local
920 poll_device = true;
934 poll_device));
1573 void V4L2VideoDecodeAccelerator::DevicePollTask(bool poll_device) { argument
1580 if (!device_->Poll(poll_device, &event_pending)) {

Completed in 141 milliseconds