Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:OutputTrack

660         class OutputTrack : public Track {
668 OutputTrack( const wp<ThreadBase>& thread,
674 ~OutputTrack();
688 // Maximum number of pending buffers allocated by OutputTrack::write()
695 }; // end of OutputTrack
786 friend class OutputTrack;
806 // mStreamTypes[] uses 1 additionnal stream type internally for the OutputTrack used by DuplicatingThread
884 bool outputsReady(SortedVector< sp<OutputTrack> > &outputTracks);
887 SortedVector < sp<OutputTrack> > mOutputTracks;