OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poll_timeout
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-transport-socket.c
942
int
poll_timeout
;
local
1012
poll_timeout
= timeout_milliseconds;
1014
poll_timeout
= 0;
[
all
...]
/external/bluetooth/bluez/audio/
pcm_bluetooth.c
172
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
);
[
all
...]
Completed in 219 milliseconds