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

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp86 NBAIO_Sink* teeSink = NULL; // if non-NULL, then duplicate write() to this non-blocking sink local
116 teeSink = next->mTeeSink;
421 if (teeSink != NULL) {
422 (void) teeSink->write(mixBuffer, frameCount);
H A DAudioFlinger.cpp2316 Pipe *teeSink = new Pipe(TEE_SINK_FRAMES, format); local
2318 index = teeSink->negotiate(offers, 1, NULL, numCounterOffers);
2320 mTeeSink = teeSink;
2321 PipeReader *teeSource = new PipeReader(*teeSink);

Completed in 933 milliseconds