Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp4357 mAudioWatchdog = new AudioWatchdog(); in MixerThread()
4358 mAudioWatchdog->setDump(&mAudioWatchdogDump); in MixerThread()
4359 mAudioWatchdog->run("AudioWatchdog", PRIORITY_URGENT_AUDIO); in MixerThread()
4360 tid = mAudioWatchdog->getTid(); in MixerThread()
4411 if (mAudioWatchdog != 0) { in ~MixerThread()
4412 mAudioWatchdog->requestExit(); in ~MixerThread()
4413 mAudioWatchdog->requestExitAndWait(); in ~MixerThread()
4414 mAudioWatchdog.clear(); in ~MixerThread()
4453 if (mAudioWatchdog != 0) { in threadLoop_write()
4454 mAudioWatchdog->resume(); in threadLoop_write()
[all …]
DThreads.h1249 sp<AudioWatchdog> mAudioWatchdog; // non-0 if there is an audio watchdog thread variable