Home | History | Annotate | Download | only in src

Lines Matching refs:bytes_read

682   uint32_t bytes_read = UIPC_Read(UIPC_CH_ID_AV_AUDIO, &event, p_buf, len);
684 if (bytes_read < len) {
686 bytes_read, len);
688 (len - bytes_read);
694 return bytes_read;