Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:pcm_read

370                 n = pcm_read(mHandle->handle, &mSurroundInputBuffer[read],
372 ALOGV("pcm_read() returned n = %d buffer:%p size:%d", n, &mSurroundInputBuffer[read], period_bytes);
374 //Recovery part of pcm_read. TODO:split recovery.
425 n = pcm_read(mHandle->handle, buffer,
427 ALOGV("pcm_read() returned n = %d", n);
430 ALOGW("pcm_read() returned error n %d, Recovering from error\n", n);
452 ALOGD("pcm_read() returned n < 0");