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

/frameworks/av/services/audioflinger/
H A DThreads.cpp4145 size_t audioHALFrames = (latency * mSampleRate) / 1000; local
4147 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) {
4481 size_t audioHALFrames = (latency_l() * mSampleRate) / 1000; local
4483 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) {
5021 size_t audioHALFrames; local
5023 audioHALFrames = (latency_l() * mSampleRate) / 1000;
5025 audioHALFrames = 0;
5030 track->presentationComplete(framesWritten, audioHALFrames)) {
5626 size_t audioHALFrames = (latency * mSampleRate) / 1000; local
5629 track->presentationComplete(framesWritten, audioHALFrames);
[all...]

Completed in 86 milliseconds