Searched refs:teeSink (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp97 NBAIO_Sink* teeSink = NULL; // if non-NULL, then duplicate write() to this non-blocking sink local
134 teeSink = next->mTeeSink;
478 if (teeSink != NULL) {
479 (void) teeSink->write(mixBuffer, frameCount);
H A DAudioFlinger.cpp1728 sp<NBAIO_Sink> teeSink; local
1762 teeSink = pipe;
1766 teeSink = mRecordTeeSink;
1787 , teeSink
H A DThreads.cpp2509 Pipe *teeSink = new Pipe(mTeeSinkOutputFrames, format); local
2511 index = teeSink->negotiate(offers, 1, NULL, numCounterOffers);
2513 mTeeSink = teeSink;
2514 PipeReader *teeSource = new PipeReader(*teeSink);
4377 , const sp<NBAIO_Sink>& teeSink
4388 , mTeeSink(teeSink)
H A DThreads.h856 , const sp<NBAIO_Sink>& teeSink

Completed in 70 milliseconds