OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpClientInterface
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
183
mpClientInterface
->setParameters(activeInput, param.toString());
400
mpClientInterface
->setParameters(activeInput, param.toString());
452
mTestOutputs[mCurOutput] =
mpClientInterface
->openOutput(&outputDesc->mDevice,
461
mpClientInterface
->setParameters(mTestOutputs[mCurOutput],outputCmd.toString());
482
output =
mpClientInterface
->openOutput(&outputDesc->mDevice,
497
mpClientInterface
->closeOutput(output);
657
mpClientInterface
->closeOutput(output);
667
mpClientInterface
->closeOutput(output);
712
input =
mpClientInterface
->openInput(&inputDesc->mDevice,
726
mpClientInterface
->closeInput(input)
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
344
AudioPolicyClientInterface *
mpClientInterface
; // audio policy client interface
Completed in 344 milliseconds