Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c1456 bool have_source = u->source ? PA_SOURCE_IS_LINKED(u->source->thread_info.state) : false; in thread_func() local
1483 if (have_source) { in thread_func()
1527 if (have_source) { in thread_func()
1682 pollfd->events = (short) (((have_sink && !writable) ? POLLOUT : 0) | (have_source ? POLLIN : 0)); in thread_func()

Completed in 5 milliseconds