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

/frameworks/av/services/audioflinger/
H A DThreads.cpp314 // ThreadBase
317 AudioFlinger::ThreadBase::ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, function in class:android::AudioFlinger::ThreadBase
333 AudioFlinger::ThreadBase::~ThreadBase()
346 status_t AudioFlinger::ThreadBase::readyToRun()
357 void AudioFlinger::ThreadBase::exit()
359 ALOGV("ThreadBase::exit");
381 status_t AudioFlinger::ThreadBase::setParameters(const String8& keyValuePairs)
385 ALOGV("ThreadBase
[all...]
H A DThreads.h22 class ThreadBase : public Thread { class in inherits:Thread
35 ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,
37 virtual ~ThreadBase();
215 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
225 wp<ThreadBase> mThread;
252 // sendConfigEvent_l() must be called with ThreadBase::mLock held
297 // same as getEffectChain() but must be called with ThreadBase mutex locked
304 // ThreadBase mutex before processing the mixer and effects. This guarantees the
446 class PlaybackThread : public ThreadBase {
508 // ThreadBase virtual
[all...]

Completed in 327 milliseconds