Searched refs:event_pending (Results 1 - 16 of 16) 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.h48 // |*event_pending| will be set to true.
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
69 *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLPRI);
H A Dv4l2_video_decode_accelerator.h197 // DevicePollTask(). If |event_pending| is true, one or more events
199 void ServiceDeviceTask(bool 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));
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)) {
/external/chromium_org/third_party/libevent/
H A Devent.h481 #define evtimer_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv)
510 #define timeout_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv)
517 #define signal_pending(ev, tv) event_pending(ev, EV_SIGNAL, tv)
641 int event_pending(struct event *ev, short event, struct timeval *tv);
H A Devbuffer.c413 if (event_pending(&bufev->ev_read, EV_READ, NULL))
415 if (event_pending(&bufev->ev_write, EV_WRITE, NULL))
H A Devent.c661 event_pending(struct event *ev, short event, struct timeval *tv) function
H A Dhttp.c348 if (event_pending(&evcon->ev, EV_WRITE|EV_TIMEOUT, NULL))
1980 } else if (!event_pending(&evcon->ev, EV_WRITE|EV_TIMEOUT, NULL)) {
/external/libnfc-nxp/src/
H A DphHciNfc_Generic.c1118 (psHciContext->event_pending)?"TRUE":"FALSE");
1121 || (TRUE == psHciContext->event_pending))
1152 ((FALSE == psHciContext->event_pending )
1565 HCI_DEBUG("HCI: %s: response_pending=%s, event_pending=%s",
1568 (psHciContext->event_pending)?"TRUE":"FALSE"
1571 || (TRUE == psHciContext->event_pending))
1919 if (((TRUE == psHciContext->event_pending) ||
1926 psHciContext->event_pending = FALSE;
1998 psHciContext->event_pending = FALSE;
H A DphHciNfc_Generic.h730 volatile uint8_t event_pending; member in struct:phHciNfc_sContext
H A DphHciNfc_NfcIPMgmt.c838 psHciContext->event_pending = FALSE;
995 psHciContext->event_pending = TRUE;

Completed in 183 milliseconds