Searched defs:poll_device (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dexynos_v4l2_video_device.cc48 bool ExynosV4L2Device::Poll(bool poll_device, bool* event_pending) { argument
57 if (poll_device) {
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 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 2165 milliseconds