Home
last modified time | relevance | path

Searched refs:mNormalSink (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp1796 mNormalSink.clear(); in clearOutput()
1885 if (mNormalSink != 0) { in threadLoop_write()
1900 ssize_t framesWritten = mNormalSink->write(mMixBuffer + offset, count); in threadLoop_write()
1907 status_t status = mNormalSink->getTimestamp(mLatchD.mTimestamp); in threadLoop_write()
1909 size_t totalFramesWritten = mNormalSink->framesWritten(); in threadLoop_write()
2433 if (mNormalSink != 0) { in getTimestamp_l()
2434 return mNormalSink->getTimestamp(timestamp); in getTimestamp_l()
2586 mNormalSink = mOutputSink; in MixerThread()
2589 mNormalSink = mPipeSink; in MixerThread()
2592 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()
[all …]
DThreads.h615 sp<NBAIO_Sink> mNormalSink; variable