Home | History | Annotate | Download | only in audioflinger

Lines Matching full:audiohalframes

2947                     size_t audioHALFrames =
2950 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) {
3216 size_t audioHALFrames = (latency_l() * mSampleRate) / 1000;
3218 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) {
3655 size_t audioHALFrames = (latency_l() * mSampleRate) / 1000;
3658 track->presentationComplete(framesWritten, audioHALFrames)) {
4096 size_t audioHALFrames =
4100 track->presentationComplete(framesWritten, audioHALFrames);