Home
last modified time | relevance | path

Searched refs:mAudioWatchdog (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp3746 mAudioWatchdog = new AudioWatchdog(); in MixerThread()
3747 mAudioWatchdog->setDump(&mAudioWatchdogDump); in MixerThread()
3748 mAudioWatchdog->run("AudioWatchdog", PRIORITY_URGENT_AUDIO); in MixerThread()
3749 tid = mAudioWatchdog->getTid(); in MixerThread()
3795 if (mAudioWatchdog != 0) { in ~MixerThread()
3796 mAudioWatchdog->requestExit(); in ~MixerThread()
3797 mAudioWatchdog->requestExitAndWait(); in ~MixerThread()
3798 mAudioWatchdog.clear(); in ~MixerThread()
3843 if (mAudioWatchdog != 0) { in threadLoop_write()
3844 mAudioWatchdog->resume(); in threadLoop_write()
[all …]
DThreads.h1051 sp<AudioWatchdog> mAudioWatchdog; // non-0 if there is an audio watchdog thread variable