Home | History | Annotate | Download | only in nuplayer

Lines Matching full:disconnect

411         // disconnect explicitly so that reads exit promptly.
412 // We can't queue the disconnect request to the looper, as it might be
414 // Doing a disconnect outside the looper to allows the pending reads to exit
416 source->disconnect();