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

/frameworks/av/services/audioflinger/
H A DThreads.cpp3962 size_t audioHALFrames = local
3965 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) {
4293 size_t audioHALFrames = (latency_l() * mSampleRate) / 1000; local
4295 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) {
4801 size_t audioHALFrames; local
4803 audioHALFrames = (latency_l() * mSampleRate) / 1000;
4805 audioHALFrames = 0;
4810 track->presentationComplete(framesWritten, audioHALFrames)) {
5377 size_t audioHALFrames = local
5381 track->presentationComplete(framesWritten, audioHALFrames);
[all...]

Completed in 56 milliseconds