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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp69 mAudioCommandThread = new AudioCommandThread(String8("ApmAudio"), this);
87 mAudioCommandThread->exit();
211 return mAudioCommandThread->createAudioPatchCommand(patch, handle, delayMs);
217 return mAudioCommandThread->releaseAudioPatchCommand(handle, delayMs);
223 return mAudioCommandThread->setAudioPortConfigCommand(config, delayMs);
312 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get());
333 if (mAudioCommandThread != 0) {
334 mAudioCommandThread->dump(fd);
1055 mAudioCommandThread->parametersCommand(ioHandle, keyValuePairs,
1064 return (int)mAudioCommandThread
[all...]
H A DAudioPolicyService.h570 sp<AudioCommandThread> mAudioCommandThread; // audio commands thread member in class:android::AudioPolicyService

Completed in 186 milliseconds