Home | History | Annotate | Download | only in audio_remote_submix

Lines Matching refs:out_write

776 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer,
779 SUBMIX_ALOGV("out_write(bytes=%zd)", bytes);
795 SUBMIX_ALOGV("out_write(): pipe shutdown, ignoring the write.");
803 ALOGE("out_write without a pipe!");
804 ALOG_ASSERT("out_write without a pipe!");
817 SUBMIX_ALOGV("out_write(): flushing %llu frames from the pipe to avoid blocking",
838 ALOGE("out_write() write to pipe returned NEGOTIATE");
848 ALOGE("out_write() write to pipe returned unexpected %zd", written_frames);
862 ALOGE("out_write() failed writing to pipe with %zd", written_frames);
866 SUBMIX_ALOGV("out_write() wrote %zd bytes %zd frames", written_bytes, written_frames);
1390 out->stream.write = out_write;