Searched refs:mCurOutput (Results 1 – 2 of 2) sorted by relevance
552 if (mCurOutput != 0) { in getOutput()554 mCurOutput, mTestSamplingRate, mTestFormat, mTestChannels, mDirectOutput); in getOutput()556 if (mTestOutputs[mCurOutput] == 0) { in getOutput()566 mTestOutputs[mCurOutput] = mpClientInterface->openOutput(0, &outputDesc->mDevice, in getOutput()573 if (mTestOutputs[mCurOutput]) { in getOutput()575 outputCmd.addInt(String8("set_id"),mCurOutput); in getOutput()576 mpClientInterface->setParameters(mTestOutputs[mCurOutput],outputCmd.toString()); in getOutput()577 addOutput(mTestOutputs[mCurOutput], outputDesc); in getOutput()580 return mTestOutputs[mCurOutput]; in getOutput()1640 mCurOutput = 0; in AudioPolicyManagerBase()[all …]
579 int mCurOutput; variable