Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c1457 bool have_sink = u->sink ? PA_SINK_IS_LINKED(u->sink->thread_info.state) : false; in thread_func() local
1486 if (have_sink && u->write_index == 0 && u->read_index <= 0) in thread_func()
1498 if (have_sink && n_read > 0) { in thread_func()
1515 if (have_sink) { in thread_func()
1682 pollfd->events = (short) (((have_sink && !writable) ? POLLOUT : 0) | (have_source ? POLLIN : 0)); in thread_func()

Completed in 5 milliseconds