Searched refs:poll_timeout (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-transport-socket.c942 int poll_timeout; local
1012 poll_timeout = timeout_milliseconds;
1014 poll_timeout = 0;
1028 poll_res = _dbus_poll (&poll_fd, 1, 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 237 milliseconds