Home
last modified time | relevance | path

Searched refs:use_getospace (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c116 bool use_getospace, use_getispace; member
441 if (!u->use_getodelay && u->use_getospace) { in io_sink_get_latency()
446 u->use_getospace = 0; in io_sink_get_latency()
917 …S_OPENED(u->sink->thread_info.state) && ((revents & POLLOUT) || u->use_mmap || u->use_getospace)) { in thread_func()
935 if (u->use_getospace) { in thread_func()
940 u->use_getospace = false; in thread_func()
1282 u->use_getospace = u->use_getispace = true; in pa__init()
1312 u->use_getospace = true; in pa__init()