Home
last modified time | relevance | path

Searched refs:mpClientInterface (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp484 mpClientInterface->setParameters(activeInput, param.toString()); in setForceUse()
566 mTestOutputs[mCurOutput] = mpClientInterface->openOutput(0, &outputDesc->mDevice, in getOutput()
576 mpClientInterface->setParameters(mTestOutputs[mCurOutput],outputCmd.toString()); in getOutput()
639 output = mpClientInterface->openOutput(profile->mModule->mHandle, in getOutput()
658 mpClientInterface->closeOutput(output); in getOutput()
667 mpClientInterface->moveEffects(AUDIO_SESSION_OUTPUT_MIX, srcOutput, dstOutput); in getOutput()
879 mpClientInterface->closeOutput(output); in releaseOutput()
901 mpClientInterface->moveEffects(AUDIO_SESSION_OUTPUT_MIX, mPrimaryOutput, dstOutput); in releaseOutput()
965 input = mpClientInterface->openInput(profile->mModule->mHandle, in getInput()
979 mpClientInterface->closeInput(input); in getInput()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h529 AudioPolicyClientInterface *mpClientInterface; // audio policy client interface variable