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

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp71 mAudioCommandThread = new AudioCommandThread(String8("ApmCommand"));
108 mAudioCommandThread->exit();
109 mAudioCommandThread.clear();
561 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get());
582 if (mAudioCommandThread != 0) {
583 mAudioCommandThread->dump(fd);
1009 mAudioCommandThread->parametersCommand(ioHandle, keyValuePairs,
1018 return (int)mAudioCommandThread->volumeCommand(stream, volume,
1043 return (int)mAudioCommandThread->voiceVolumeCommand(volume, delayMs);
H A DAudioPolicyService.h313 sp<AudioCommandThread> mAudioCommandThread; // audio commands thread member in class:android::AudioPolicyService

Completed in 542 milliseconds