Searched refs:presentationComplete (Results 1 - 2 of 2) sorted by path

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3036 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) {
3281 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) {
3804 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) {
4779 bool AudioFlinger::PlaybackThread::Track::presentationComplete(size_t framesWritten, function in class:android::AudioFlinger::PlaybackThread::Track
4783 // corresponds to the number of frames written when presentationComplete() is called for the
4787 ALOGV("presentationComplete() reset: mPresentationCompleteFrames %d audioHalFrames %d",
4791 ALOGV("presentationComplete() session %d complete: framesWritten %d",
H A DAudioFlinger.h850 bool presentationComplete(size_t framesWritten, size_t audioHalFrames);

Completed in 88 milliseconds