Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp280 mOutputCommandThread = new AudioCommandThread(String8("ApmOutput"), this); in onFirstRef()
352 mOutputCommandThread->exit(); in ~AudioPolicyService()
454 mOutputCommandThread->updateAudioPortListCommand(); in onAudioPortListUpdate()
467 mOutputCommandThread->updateAudioPatchListCommand(); in onAudioPatchListUpdate()
480 mOutputCommandThread->changeAudioVolumeGroupCommand(group, flags); in onAudioVolumeGroupChanged()
495 mOutputCommandThread->dynamicPolicyMixStateUpdateCommand(regId, state); in onDynamicPolicyMixStateUpdate()
516 mOutputCommandThread->recordingConfigurationUpdateCommand(event, clientInfo, in onRecordingConfigurationUpdate()
539 mOutputCommandThread->routingChangedCommand(); in onRoutingUpdated()
552 mOutputCommandThread->volRangeInitReqCommand(); in onVolumeRangeInitRequest()
572 mOutputCommandThread->checkSpatializerCommand(); in onCheckSpatializer_l()
[all …]
H A DAudioPolicyInterfaceImpl.cpp649 mOutputCommandThread->stopOutputCommand(portId); in stopOutput()
688 mOutputCommandThread->releaseOutputCommand(portId); in releaseOutput()
925 res->virtualDeviceId, canBypassConcurrentPolicy, mOutputCommandThread); in getInputForAttr()
H A DAudioPolicyService.h1106 sp<AudioCommandThread> mOutputCommandThread; // process stop and release output variable