Lines Matching refs:ThreadBase
66 AudioFlinger::ThreadBase::TrackBase::TrackBase( in TrackBase()
67 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()
450 sp<ThreadBase> thread = mThread.promote(); in destroy()
636 sp<ThreadBase> thread = mThread.promote(); in start()
713 sp<ThreadBase> thread = mThread.promote(); in stop()
745 sp<ThreadBase> thread = mThread.promote(); in pause()
776 sp<ThreadBase> thread = mThread.promote(); in flush()
853 sp<ThreadBase> thread = mThread.promote(); in setParameters()
857 } else if ((thread->type() == ThreadBase::DIRECT) || in setParameters()
858 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()
870 sp<ThreadBase> thread = mThread.promote(); in getTimestamp()
883 sp<ThreadBase> thread = mThread.promote(); in attachAuxEffect()
1054 sp<ThreadBase> thread = mThread.promote(); in signal()
1264 sp<ThreadBase> thread = mThread.promote(); in write()
1548 sp<ThreadBase> thread = mThread.promote(); in start()
1559 sp<ThreadBase> thread = mThread.promote(); in stop()
1579 sp<ThreadBase> thread = mThread.promote(); in destroy()
1623 sp<ThreadBase> threadBase = mThread.promote(); in handleSyncStartEvent()