HomeSort by relevance Sort by last modified time
    Searched refs:TrackBase (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/audioflinger/
AudioFlinger.h 302 class TrackBase : public AudioBufferProvider, public RefBase {
321 TrackBase(const wp<ThreadBase>& thread,
330 ~TrackBase();
346 TrackBase(const TrackBase&);
347 TrackBase& operator = (const TrackBase&);
530 friend class TrackBase;
578 class Track : public TrackBase {
    [all...]
AudioFlinger.cpp 464 // destructor is called by the TrackBase destructor with mLock held
    [all...]

Completed in 38 milliseconds