OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurOutput
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
545
if (
mCurOutput
!= 0) {
546
ALOGV("getOutput() test output
mCurOutput
%d, samplingRate %d, format %d, channelMask %x, mDirectOutput %d",
547
mCurOutput
, mTestSamplingRate, mTestFormat, mTestChannels, mDirectOutput);
549
if (mTestOutputs[
mCurOutput
] == 0) {
559
mTestOutputs[
mCurOutput
] = mpClientInterface->openOutput(0, &outputDesc->mDevice,
566
if (mTestOutputs[
mCurOutput
]) {
568
outputCmd.addInt(String8("set_id"),
mCurOutput
);
569
mpClientInterface->setParameters(mTestOutputs[
mCurOutput
],outputCmd.toString());
570
addOutput(mTestOutputs[
mCurOutput
], outputDesc);
573
return mTestOutputs[
mCurOutput
];
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
567
int
mCurOutput
;
Completed in 57 milliseconds