Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp71 mOutputCommandThread = new AudioCommandThread(String8("ApmOutput"), this); in onFirstRef()
88 mOutputCommandThread->exit(); in ~AudioPolicyService()
149 mOutputCommandThread->updateAudioPortListCommand(); in onAudioPortListUpdate()
162 mOutputCommandThread->updateAudioPatchListCommand(); in onAudioPatchListUpdate()
177 mOutputCommandThread->dynamicPolicyMixStateUpdateCommand(regId, state); in onDynamicPolicyMixStateUpdate()
192 mOutputCommandThread->recordingConfigurationUpdateCommand(event, session, source, in onRecordingConfigurationUpdate()
DAudioPolicyInterfaceImpl.cpp228 mOutputCommandThread->stopOutputCommand(output, stream, session); in stopOutput()
261 mOutputCommandThread->releaseOutputCommand(output, stream, session); in releaseOutput()
DAudioPolicyService.h572 sp<AudioCommandThread> mOutputCommandThread; // process stop and release output variable