Searched defs:poll_timeout (Results 1 - 3 of 3) sorted by relevance

/external/dbus/dbus/
H A Ddbus-transport-socket.c1039 int poll_timeout; local
1109 poll_timeout = timeout_milliseconds;
1111 poll_timeout = 0;
1125 poll_res = _dbus_poll (&poll_fd, 1, poll_timeout);
/external/libusb/libusb/
H A Dio.c1926 struct timeval poll_timeout; local
1929 r = get_next_timeout(ctx, tv, &poll_timeout);
1938 r = handle_events(ctx, &poll_timeout);
1956 r = libusb_wait_for_event(ctx, &poll_timeout);
2005 struct timeval poll_timeout; local
2008 r = get_next_timeout(ctx, tv, &poll_timeout);
2014 return handle_events(ctx, &poll_timeout);
/external/bluetooth/bluez/audio/
H A Dpcm_bluetooth.c172 int poll_timeout; local
183 poll_timeout = (int) (period_time / 1000.0f);
185 poll_timeout = MIN_PERIOD_TIME;
237 ret = poll(fds, 2, poll_timeout);

Completed in 163 milliseconds