OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mpclientinterface
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
123
mpClientInterface
->setParameters(outputs[i], paramStr);
236
mpClientInterface
->setParameters(activeInput, param.toString());
477
mpClientInterface
->setParameters(activeInput, param.toString());
559
mTestOutputs[mCurOutput] =
mpClientInterface
->openOutput(0, &outputDesc->mDevice,
569
mpClientInterface
->setParameters(mTestOutputs[mCurOutput],outputCmd.toString());
632
output =
mpClientInterface
->openOutput(profile->mModule->mHandle,
651
mpClientInterface
->closeOutput(output);
660
mpClientInterface
->moveEffects(AUDIO_SESSION_OUTPUT_MIX, srcOutput, dstOutput);
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
520
AudioPolicyClientInterface *
mpClientInterface
; // audio policy client interface
Completed in 49 milliseconds