Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:out

153         goto out;
159 goto out;
164 goto out;
168 out:
1255 break; // retries failed, break out of loop with frames == 0.
2023 AudioStreamOut *out = thread->clearOutput();
2024 ALOG_ASSERT(out != NULL, "out shouldn't be NULL");
2026 out->hwDev()->close_output_stream(out->hwDev(), out->stream);
2027 delete out;