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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp67 mTonePlaybackThread = new AudioCommandThread(String8("ApmTone"), this);
86 mTonePlaybackThread->exit();
314 snprintf(buffer, SIZE, "Tones Thread: %p\n", mTonePlaybackThread.get());
336 if (mTonePlaybackThread != 0) {
337 mTonePlaybackThread->dump(fd);
1078 mTonePlaybackThread->startToneCommand(ToneGenerator::TONE_SUP_CALL_WAITING,
1085 mTonePlaybackThread->stopToneCommand();
H A DAudioPolicyService.h571 sp<AudioCommandThread> mTonePlaybackThread; // tone playback thread member in class:android::AudioPolicyService

Completed in 61 milliseconds