Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:Pipe

63 #include <media/nbaio/Pipe.h>
2082 // Try to re-use most recently used Pipe to archive a copy of input for dumpsys,
2083 // or (re-)create if current Pipe is idle and does not match the new format
2087 TEE_SINK_NEW, // copy input using a new pipe
2088 TEE_SINK_OLD, // copy input using an existing pipe
2107 Pipe *pipe = new Pipe(mTeeSinkInputFrames, format);
2110 ssize_t index = pipe->negotiate(offers, 1, NULL, numCounterOffers);
2112 PipeReader *pipeReader = new PipeReader(*pipe);
2116 mRecordTeeSink = pipe;
2118 teeSink = pipe;