Home | History | Annotate | Download | only in src

Lines Matching refs:bytes_read

1032   gint bytes_read;
1055 bytes_read = readv(mix->fileDescriptor, vec, iovoutcnt);
1056 mix_log(MIX_AUDIO_COMP, MIX_LOG_LEVEL_INFO, "end readv(), return: %d\n", bytes_read);
1057 if (bytes_read < 0) { // TODO: should not be 0, but driver return 0 right now
1058 mix_log(MIX_AUDIO_COMP, MIX_LOG_LEVEL_ERROR, "return: %d\n", bytes_read);
1067 iovout[i].size = bytes_read - bytes_count;