Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:ThreadBase

22 class ThreadBase : public Thread {
35 ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,
37 virtual ~ThreadBase();
104 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
114 wp<ThreadBase> mThread;
174 // same as getEffectChain() but must be called with ThreadBase mutex locked
181 // ThreadBase mutex before processing the mixer and effects. This guarantees the
330 class PlaybackThread : public ThreadBase {
393 // ThreadBase virtuals
724 audio_io_handle_t id, uint32_t device, ThreadBase::type_t type);
834 class RecordThread : public ThreadBase, public AudioBufferProvider