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

  /frameworks/av/services/audioflinger/
TrackBase.h 23 class TrackBase : public ExtendedAudioBufferProvider, public RefBase {
40 TrackBase(ThreadBase *thread,
49 virtual ~TrackBase();
60 TrackBase(const TrackBase&);
61 TrackBase& operator = (const TrackBase&);
68 // but putting it in TrackBase avoids the complexity of virtual inheritance
115 /*const*/ sp<Client> mClient; // see explanation at ~TrackBase() why not const
Tracks.cpp 56 // TrackBase
61 // TrackBase constructor must be called with AudioFlinger::mLock held
62 AudioFlinger::ThreadBase::TrackBase::TrackBase(
166 AudioFlinger::ThreadBase::TrackBase::~TrackBase()
194 void AudioFlinger::ThreadBase::TrackBase::releaseBuffer(AudioBufferProvider::Buffer* buffer)
209 bool AudioFlinger::ThreadBase::TrackBase::step() {
218 void AudioFlinger::ThreadBase::TrackBase::reset() {
226 ALOGV("TrackBase::reset")
    [all...]

Completed in 264 milliseconds