Home | History | Annotate | Download | only in audioflinger

Lines Matching full:track

22 // playback track
23 class Track : public TrackBase, public VolumeProvider {
25 Track( PlaybackThread *thread,
35 virtual ~Track();
70 Track(const Track&);
71 Track& operator = (const Track&);
114 int mName; // track name on the normal mixer,
115 // allocated statically at track creation time,
117 // FIXME don't allocate track name for fast tracks
123 // audio HAL when this track will be fully rendered
133 // index is allocated statically at track creation time
134 // but the slot is only used if track is active
142 }; // end of Track
144 class TimedTrack : public Track {
230 // playback track, used by DuplicatingThread
231 class OutputTrack : public Track {