Searched refs:mOutputCommandThread (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp71 mOutputCommandThread = new AudioCommandThread(String8("ApmOutput"), this);
88 mOutputCommandThread->exit();
149 mOutputCommandThread->updateAudioPortListCommand();
162 mOutputCommandThread->updateAudioPatchListCommand();
177 mOutputCommandThread->dynamicPolicyMixStateUpdateCommand(regId, state);
192 mOutputCommandThread->recordingConfigurationUpdateCommand(event, session, source,
H A DAudioPolicyInterfaceImpl.cpp228 mOutputCommandThread->stopOutputCommand(output, stream, session);
261 mOutputCommandThread->releaseOutputCommand(output, stream, session);
H A DAudioPolicyService.h572 sp<AudioCommandThread> mOutputCommandThread; // process stop and release output member in class:android::AudioPolicyService

Completed in 64 milliseconds