HomeSort by relevance Sort by last modified time
    Searched refs:event_pending (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/content/common/gpu/media/
exynos_v4l2_video_device.h 22 virtual bool Poll(bool poll_device, bool* event_pending) OVERRIDE;
tegra_v4l2_video_device.h 25 virtual bool Poll(bool poll_device, bool* event_pending) OVERRIDE;
v4l2_video_device.h 48 // |*event_pending| will be set to true.
51 virtual bool Poll(bool poll_device, bool* event_pending) = 0;
tegra_v4l2_video_device.cc 25 typedef int32 (*TegraV4L2Poll)(int32 fd, bool poll_device, bool* event_pending);
109 bool TegraV4L2Device::Poll(bool poll_device, bool* event_pending) {
110 if (HANDLE_EINTR(TegraV4L2_Poll(device_fd_, poll_device, event_pending)) ==
exynos_v4l2_video_device.cc 48 bool ExynosV4L2Device::Poll(bool poll_device, bool* event_pending) {
69 *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLPRI);
v4l2_video_decode_accelerator.h 197 // DevicePollTask(). If |event_pending| is true, one or more events
199 void ServiceDeviceTask(bool event_pending);
v4l2_video_decode_accelerator.cc 888 void V4L2VideoDecodeAccelerator::ServiceDeviceTask(bool event_pending) {
1578 bool event_pending = false; local
    [all...]
v4l2_image_processor.cc 391 bool event_pending; local
392 if (!device_->Poll(poll_device, &event_pending)) {
v4l2_video_encode_accelerator.cc 749 bool event_pending; local
750 if (!device_->Poll(poll_device, &event_pending)) {
    [all...]
  /external/chromium_org/third_party/libevent/
event.h 481 #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);
    [all...]
evbuffer.c 413 if (event_pending(&bufev->ev_read, EV_READ, NULL))
415 if (event_pending(&bufev->ev_write, EV_WRITE, NULL))
event.c 661 event_pending(struct event *ev, short event, struct timeval *tv) function
http.c 348 if (event_pending(&evcon->ev, EV_WRITE|EV_TIMEOUT, NULL))
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 437 p_session->event_pending = OMX_TRUE;
451 if (p_session->event_pending == OMX_TRUE) {
477 p_session->event_pending = OMX_TRUE;
490 if (p_session->event_pending == OMX_TRUE) {
551 p_session->event_pending = OMX_TRUE;
562 if (p_session->event_pending == OMX_TRUE) {
633 if (p_session->event_pending == OMX_TRUE) {
1060 p_session->event_pending = OMX_FALSE;
1063 p_session->event_pending = OMX_FALSE;
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Generic.c     [all...]
phHciNfc_Generic.h 730 volatile uint8_t event_pending; member in struct:phHciNfc_sContext
    [all...]
phHciNfc_NfcIPMgmt.c 838 psHciContext->event_pending = FALSE;
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 317 int event_pending; member in struct:mm_jpeg_job_session

Completed in 378 milliseconds