Searched refs:audioHALFrames (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3032 size_t audioHALFrames = local
3036 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) {
3278 size_t audioHALFrames = (latency_l() * mSampleRate) / 1000; local
3281 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) {
3801 size_t audioHALFrames = (latency_l() * mSampleRate) / 1000; local
3804 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) {

Completed in 71 milliseconds