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

  /frameworks/base/libs/hwui/thread/
ThreadBase.h 30 class ThreadBase : protected Thread {
31 PREVENT_COPY_AND_ASSIGN(ThreadBase);
34 ThreadBase()
46 void start(const char* name = "ThreadBase") { Thread::run(name); }
  /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 432 // ThreadBase
436 const char *AudioFlinger::ThreadBase::threadTypeToString(AudioFlinger::ThreadBase::type_t type)
500 AudioFlinger::ThreadBase::ThreadBase(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,
520 AudioFlinger::ThreadBase::~ThreadBase()
533 status_t AudioFlinger::ThreadBase::readyToRun()
544 void AudioFlinger::ThreadBase::exit()
546 ALOGV("ThreadBase::exit")
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 158 milliseconds