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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp78 mTonePlaybackThread = new AudioCommandThread(String8("ApmTone"), this);
128 mTonePlaybackThread->exit();
338 snprintf(buffer, SIZE, "Tones Thread: %p\n", mTonePlaybackThread.get());
360 if (mTonePlaybackThread != 0) {
361 mTonePlaybackThread->dump(fd);
1055 mTonePlaybackThread->startToneCommand(ToneGenerator::TONE_SUP_CALL_WAITING,
1062 mTonePlaybackThread->stopToneCommand();
H A DAudioPolicyService.h534 sp<AudioCommandThread> mTonePlaybackThread; // tone playback thread member in class:android::AudioPolicyService

Completed in 105 milliseconds