Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mLatchD

1022         // mLatchD, mLatchQ,
1907 status_t status = mNormalSink->getTimestamp(mLatchD.mTimestamp);
1910 if (totalFramesWritten >= mLatchD.mTimestamp.mPosition) {
1911 mLatchD.mUnpresentedFrames = totalFramesWritten - mLatchD.mTimestamp.mPosition;
2203 mLatchQ = mLatchD;