• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:ThreadBase

64 AudioFlinger::ThreadBase::TrackBase::TrackBase(  in TrackBase()
65 ThreadBase *thread, in TrackBase()
206 status_t AudioFlinger::ThreadBase::TrackBase::initCheck() const in initCheck()
217 AudioFlinger::ThreadBase::TrackBase::~TrackBase() in ~TrackBase()
247 void AudioFlinger::ThreadBase::TrackBase::releaseBuffer(AudioBufferProvider::Buffer* buffer) in releaseBuffer()
263 status_t AudioFlinger::ThreadBase::TrackBase::setSyncEvent(const sp<SyncEvent>& event) in setSyncEvent()
487 sp<ThreadBase> thread = mThread.promote(); in destroy()
661 sp<ThreadBase> thread = mThread.promote(); in start()
726 sp<ThreadBase> thread = mThread.promote(); in stop()
754 sp<ThreadBase> thread = mThread.promote(); in pause()
785 sp<ThreadBase> thread = mThread.promote(); in flush()
867 sp<ThreadBase> thread = mThread.promote(); in setParameters()
871 } else if ((thread->type() == ThreadBase::DIRECT) || in setParameters()
872 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()
886 sp<ThreadBase> thread = mThread.promote(); in getTimestamp()
946 sp<ThreadBase> thread = mThread.promote(); in attachAuxEffect()
1094 sp<ThreadBase> thread = mThread.promote(); in signal()
1725 sp<ThreadBase> thread = mThread.promote(); in write()
1801 sp<ThreadBase> thread = mThread.promote(); in write()
2055 sp<ThreadBase> thread = mThread.promote(); in start()
2066 sp<ThreadBase> thread = mThread.promote(); in stop()
2086 sp<ThreadBase> thread = mThread.promote(); in destroy()
2130 sp<ThreadBase> threadBase = mThread.promote(); in handleSyncStartEvent()