Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp67 mTonePlaybackThread = new AudioCommandThread(String8("ApmTone"), this); in onFirstRef()
86 mTonePlaybackThread->exit(); in ~AudioPolicyService()
314 snprintf(buffer, SIZE, "Tones Thread: %p\n", mTonePlaybackThread.get()); in dumpInternals()
336 if (mTonePlaybackThread != 0) { in dump()
337 mTonePlaybackThread->dump(fd); in dump()
1077 mTonePlaybackThread->startToneCommand(ToneGenerator::TONE_SUP_CALL_WAITING, in startTone()
1084 mTonePlaybackThread->stopToneCommand(); in stopTone()
DAudioPolicyService.h572 sp<AudioCommandThread> mTonePlaybackThread; // tone playback thread variable