Searched refs:mNormalSink (Results 1 – 2 of 2) sorted by relevance
2026 mNormalSink.clear(); in clearOutput()2118 if (mNormalSink != 0) { in threadLoop_write()2133 ssize_t framesWritten = mNormalSink->write((char *)mSinkBuffer + offset, count); in threadLoop_write()2140 status_t status = mNormalSink->getTimestamp(mLatchD.mTimestamp); in threadLoop_write()2142 size_t totalFramesWritten = mNormalSink->framesWritten(); in threadLoop_write()2708 if (mNormalSink != 0) { in getTimestamp_l()2709 return mNormalSink->getTimestamp(timestamp); in getTimestamp_l()2938 mNormalSink = mOutputSink; in MixerThread()2941 mNormalSink = mPipeSink; in MixerThread()2944 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()[all …]
798 sp<NBAIO_Sink> mNormalSink; variable