Searched defs:audioHALFrames (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp3310 size_t audioHALFrames = local
3313 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) {
3614 size_t audioHALFrames = (latency_l() * mSampleRate) / 1000; local
3616 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) {
4104 size_t audioHALFrames; local
4106 audioHALFrames = (latency_l() * mSampleRate) / 1000;
4108 audioHALFrames = 0;
4113 track->presentationComplete(framesWritten, audioHALFrames)) {
4646 size_t audioHALFrames = local
4650 track->presentationComplete(framesWritten, audioHALFrames);
[all...]

Completed in 43 milliseconds