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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2368 mAudioWatchdog = new AudioWatchdog();
2369 mAudioWatchdog->setDump(&mAudioWatchdogDump);
2370 mAudioWatchdog->run("AudioWatchdog", PRIORITY_URGENT_AUDIO);
2371 tid = mAudioWatchdog->getTid();
2423 if (mAudioWatchdog != 0) {
2424 mAudioWatchdog->requestExit();
2425 mAudioWatchdog->requestExitAndWait();
2426 mAudioWatchdog.clear();
2742 if (mAudioWatchdog != 0) {
2743 mAudioWatchdog
[all...]
H A DAudioFlinger.h1283 sp<AudioWatchdog> mAudioWatchdog; // non-0 if there is an audio watchdog thread member in class:android::AudioFlinger::MixerThread

Completed in 757 milliseconds