Searched defs:ActiveTracks (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h498 // ActiveTracks is a sorted vector of track type T representing the
500 // ActiveTracks should be accessed with the ThreadBase lock held.
503 // hence it does not directly use ActiveTracks. Care should be taken
511 class ActiveTracks { class in class:ThreadBase
513 ActiveTracks() function in class:ThreadBase::ActiveTracks
518 ~ActiveTracks() {
520 "ActiveTracks should be empty in destructor");
523 // subsequently removed from ActiveTracks).
580 wp<T> mLatestActiveTrack; // latest track added to ActiveTracks
863 ActiveTracks<Trac
[all...]

Completed in 394 milliseconds