Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2331 mNormalSink.clear(); in clearOutput()
2423 if (mNormalSink != 0) { in threadLoop_write()
2438 ssize_t framesWritten = mNormalSink->write((char *)mSinkBuffer + offset, count); in threadLoop_write()
2446 status_t status = mNormalSink->getTimestamp(mLatchD.mTimestamp); in threadLoop_write()
2448 size_t totalFramesWritten = mNormalSink->framesWritten(); in threadLoop_write()
3062 if (mNormalSink != 0) { in getTimestamp_l()
3063 return mNormalSink->getTimestamp(timestamp); in getTimestamp_l()
3408 mNormalSink = mOutputSink; in MixerThread()
3411 mNormalSink = mPipeSink; in MixerThread()
3414 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()
[all …]
DThreads.h821 sp<NBAIO_Sink> mNormalSink; variable