Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2451 mNormalSink.clear(); in clearOutput()
2545 if (mNormalSink != 0) { in threadLoop_write()
2560 ssize_t framesWritten = mNormalSink->write((char *)mSinkBuffer + offset, count); in threadLoop_write()
2888 if (mNormalSink != 0) { in threadLoop()
2893 (void) mNormalSink->getTimestamp(timestamp); in threadLoop()
3275 if (mNormalSink != 0) { in getTimestamp_l()
3277 status_t status = mNormalSink->getTimestamp(ets); in getTimestamp_l()
3594 mNormalSink = mOutputSink; in MixerThread()
3597 mNormalSink = mPipeSink; in MixerThread()
3600 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()
[all …]
DThreads.h833 sp<NBAIO_Sink> mNormalSink; variable