/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtobject.c | 923 gint poll_timeout; in thread_func() local 931 &poll_timeout)) { in thread_func() 932 poll_timeout = GST_SRT_DEFAULT_POLL_TIMEOUT; in thread_func() 939 &rsocklen, 0, 0, poll_timeout, NULL, 0, NULL, 0) < 0) { in thread_func() 1493 gint poll_timeout; in gst_srt_object_read() local 1507 &poll_timeout)) { in gst_srt_object_read() 1508 poll_timeout = GST_SRT_DEFAULT_POLL_TIMEOUT; in gst_srt_object_read() 1538 poll_timeout, NULL, 0, NULL, 0) < 0) { in gst_srt_object_read() 1617 gint poll_id, gint poll_timeout, GstBufferList * headers, in gst_srt_object_send_headers() argument 1641 &wsocklen, poll_timeout, NULL, 0, NULL, 0) < 0) { in gst_srt_object_send_headers() [all …]
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_renderer_vtest.c | 446 int poll_timeout, in vtest_vcmd_sync_wait() argument 451 const uint32_t timeout = poll_timeout >= 0 && poll_timeout <= INT32_MAX in vtest_vcmd_sync_wait() 452 ? poll_timeout in vtest_vcmd_sync_wait() 828 sync_wait_poll(int fd, int poll_timeout) in sync_wait_poll() argument 836 ret = poll(&pollfd, 1, poll_timeout); in sync_wait_poll() 862 const int poll_timeout = timeout_to_poll_timeout(wait->timeout); in vtest_wait() local 878 vtest_vcmd_sync_wait(vtest, flags, poll_timeout, wait->syncs, in vtest_wait() 882 VkResult result = sync_wait_poll(fd, poll_timeout); in vtest_wait()
|
D | vn_renderer_virtgpu.c | 207 sim_syncobj_poll(int fd, int poll_timeout) in sim_syncobj_poll() argument 215 ret = poll(&pollfd, 1, poll_timeout); in sim_syncobj_poll() 239 sim_syncobj_update_point_locked(struct sim_syncobj *syncobj, int poll_timeout) in sim_syncobj_update_point_locked() argument 244 if (poll_timeout == -1) { in sim_syncobj_update_point_locked() 246 poll_timeout = max_cpu_timeout; in sim_syncobj_update_point_locked() 247 result = sim_syncobj_poll(syncobj->pending_fd, poll_timeout); in sim_syncobj_update_point_locked() 250 poll_timeout); in sim_syncobj_update_point_locked() 254 result = sim_syncobj_poll(syncobj->pending_fd, poll_timeout); in sim_syncobj_update_point_locked() 257 result = sim_syncobj_poll(syncobj->pending_fd, poll_timeout); in sim_syncobj_update_point_locked() 386 const int poll_timeout = timeout_to_poll_timeout(wait->timeout); in sim_syncobj_wait() local [all …]
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | dfu.h | 73 uint8_t poll_timeout[3]; /* Time until next GETSTATUS request */ member
|
D | f_dfu.c | 530 dev->dfu_status.poll_timeout[0] = USB_DFU_POLLTIMEOUT; in usbdev_dfu_init()
|
/third_party/libusb/libusb/ |
D | io.c | 2323 struct timeval poll_timeout; in libusb_handle_events_timeout_completed() local 2329 r = get_next_timeout(ctx, tv, &poll_timeout); in libusb_handle_events_timeout_completed() 2341 r = handle_events(ctx, &poll_timeout); in libusb_handle_events_timeout_completed() 2363 r = libusb_wait_for_event(ctx, &poll_timeout); in libusb_handle_events_timeout_completed() 2465 struct timeval poll_timeout; in libusb_handle_events_locked() local 2471 r = get_next_timeout(ctx, tv, &poll_timeout); in libusb_handle_events_locked() 2478 return handle_events(ctx, &poll_timeout); in libusb_handle_events_locked()
|
/third_party/pulseaudio/src/modules/ |
D | module-waveout.c | 72 pa_usec_t poll_timeout; member 279 pa_rtpoll_set_timer_relative(u->rtpoll, u->poll_timeout); in thread_func() 704 u->poll_timeout = pa_bytes_to_usec(u->fragments * u->fragment_size / 10, &ss); in pa__init() 705 pa_log_debug("Poll timeout = %.1f ms", (double) u->poll_timeout / PA_USEC_PER_MSEC); in pa__init()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbus.c | 1136 poll_timeout (GstBusPollData * poll_data) in poll_timeout() function 1228 timeout / GST_MSECOND, (GSourceFunc) poll_timeout, poll_data, in gst_bus_poll()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
D | dpp-nfc.py | 302 poll_timeout = 0.1 if timeout is None or timeout > 0.1 else timeout 303 if not self.socket.poll('recv', poll_timeout):
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 124300 * gst/gstbus.c: (poll_func), (poll_timeout), (gst_bus_poll): 124585 (gst_bus_add_watch), (poll_func), (poll_timeout), (gst_bus_poll): 127991 (gst_bus_add_watch_full), (poll_handler), (poll_timeout),
|