Home | History | Annotate | Download | only in hal

Lines Matching refs:pcm_read

1739         in->read_status = pcm_read(pcm_device->pcm, (void*)in->read_buf, size_in_bytes);
1742 ALOGE("get_next_buffer() pcm_read error %d", in->read_status);
1781 read_status = pcm_read(ref_device->pcm, (void*)in->hw_ref_buf, size_hw_ref_bytes);
1783 ALOGE("process_frames() pcm_read error for HW reference %d", read_status);