event_pending 44 content/common/gpu/media/exynos_v4l2_video_device.cc bool ExynosV4L2Device::Poll(bool poll_device, bool* event_pending) { event_pending 65 content/common/gpu/media/exynos_v4l2_video_device.cc *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLPRI); event_pending 22 content/common/gpu/media/exynos_v4l2_video_device.h virtual bool Poll(bool poll_device, bool* event_pending) OVERRIDE; event_pending 24 content/common/gpu/media/tegra_v4l2_video_device.cc typedef int32 (*TegraV4L2Poll)(int32 fd, bool poll_device, bool* event_pending); event_pending 106 content/common/gpu/media/tegra_v4l2_video_device.cc bool TegraV4L2Device::Poll(bool poll_device, bool* event_pending) { event_pending 107 content/common/gpu/media/tegra_v4l2_video_device.cc if (HANDLE_EINTR(TegraV4L2_Poll(device_fd_, poll_device, event_pending)) == event_pending 25 content/common/gpu/media/tegra_v4l2_video_device.h virtual bool Poll(bool poll_device, bool* event_pending) OVERRIDE; event_pending 869 content/common/gpu/media/v4l2_video_decode_accelerator.cc void V4L2VideoDecodeAccelerator::ServiceDeviceTask(bool event_pending) { event_pending 886 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (event_pending) event_pending 1557 content/common/gpu/media/v4l2_video_decode_accelerator.cc bool event_pending = false; event_pending 1559 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (!device_->Poll(poll_device, &event_pending)) { event_pending 1568 content/common/gpu/media/v4l2_video_decode_accelerator.cc base::Unretained(this), event_pending)); event_pending 197 content/common/gpu/media/v4l2_video_decode_accelerator.h void ServiceDeviceTask(bool event_pending); event_pending 38 content/common/gpu/media/v4l2_video_device.h virtual bool Poll(bool poll_device, bool* event_pending) = 0; event_pending 413 third_party/libevent/evbuffer.c if (event_pending(&bufev->ev_read, EV_READ, NULL)) event_pending 415 third_party/libevent/evbuffer.c if (event_pending(&bufev->ev_write, EV_WRITE, NULL)) event_pending 481 third_party/libevent/event.h #define evtimer_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv) event_pending 510 third_party/libevent/event.h #define timeout_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv) event_pending 517 third_party/libevent/event.h #define signal_pending(ev, tv) event_pending(ev, EV_SIGNAL, tv) event_pending 641 third_party/libevent/event.h int event_pending(struct event *ev, short event, struct timeval *tv); event_pending 348 third_party/libevent/http.c if (event_pending(&evcon->ev, EV_WRITE|EV_TIMEOUT, NULL)) event_pending 1980 third_party/libevent/http.c } else if (!event_pending(&evcon->ev, EV_WRITE|EV_TIMEOUT, NULL)) {