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

  /frameworks/av/services/audioflinger/
Threads.h 22 class ThreadBase : public Thread {
34 // If you add any values here, also update ThreadBase::threadTypeToString()
39 ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,
42 virtual ~ThreadBase();
225 explicit PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
234 wp<ThreadBase> mThread;
267 // sendConfigEvent_l() must be called with ThreadBase::mLock held
319 // same as getEffectChain() but must be called with ThreadBase mutex locked
326 // ThreadBase mutex before processing the mixer and effects. This guarantees the
390 // checkEffectCompatibility_l() must be called with ThreadBase::mLock hel
    [all...]
Threads.cpp 429 // ThreadBase
433 const char *AudioFlinger::ThreadBase::threadTypeToString(AudioFlinger::ThreadBase::type_t type)
497 AudioFlinger::ThreadBase::ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,
517 AudioFlinger::ThreadBase::~ThreadBase()
530 status_t AudioFlinger::ThreadBase::readyToRun()
541 void AudioFlinger::ThreadBase::exit()
543 ALOGV("ThreadBase::exit")
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 430 milliseconds