Searched defs:event_pending (Results 1 - 7 of 7) 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
69 *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLPRI);
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.cc391 bool event_pending; local
392 if (!device_->Poll(poll_device, &event_pending)) {
H A Dv4l2_video_encode_accelerator.cc749 bool event_pending; local
750 if (!device_->Poll(poll_device, &event_pending)) {
H A Dv4l2_video_decode_accelerator.cc888 void V4L2VideoDecodeAccelerator::ServiceDeviceTask(bool event_pending) { argument
905 if (event_pending)
1578 bool event_pending = false; local
1580 if (!device_->Poll(poll_device, &event_pending)) {
1589 base::Unretained(this), event_pending));
/external/chromium_org/third_party/libevent/
H A Devent.c661 event_pending(struct event *ev, short event, struct timeval *tv) function
/external/libnfc-nxp/src/
H A DphHciNfc_Generic.h730 volatile uint8_t event_pending; member in struct:phHciNfc_sContext

Completed in 958 milliseconds