Searched refs:mNormalSink (Results 1 – 2 of 2) sorted by relevance
2548 mNormalSink.clear(); in clearOutput()2642 if (mNormalSink != 0) { in threadLoop_write()2657 ssize_t framesWritten = mNormalSink->write((char *)mSinkBuffer + offset, count); in threadLoop_write()2999 if (mNormalSink != 0) { in threadLoop()3004 (void) mNormalSink->getTimestamp(timestamp); in threadLoop()3425 if (mNormalSink != 0) { in getTimestamp_l()3427 status_t status = mNormalSink->getTimestamp(ets); in getTimestamp_l()3758 mNormalSink = mOutputSink; in MixerThread()3761 mNormalSink = mPipeSink; in MixerThread()3764 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()[all …]
978 sp<NBAIO_Sink> mNormalSink; variable