Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp74 mTonePlaybackThread = new AudioCommandThread(String8("ApmTone"), this); in onFirstRef()
96 mTonePlaybackThread->exit(); in ~AudioPolicyService()
328 snprintf(buffer, SIZE, "Tones Thread: %p\n", mTonePlaybackThread.get()); in dumpInternals()
365 if (mTonePlaybackThread != 0) { in dump()
366 mTonePlaybackThread->dump(fd); in dump()
1343 mTonePlaybackThread->startToneCommand(ToneGenerator::TONE_SUP_CALL_WAITING, in startTone()
1350 mTonePlaybackThread->stopToneCommand(); in stopTone()
DAudioPolicyService.h679 sp<AudioCommandThread> mTonePlaybackThread; // tone playback thread variable