Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp556 if (mTestOutputs[mCurOutput] == 0) { in getOutput()
566 mTestOutputs[mCurOutput] = mpClientInterface->openOutput(0, &outputDesc->mDevice, in getOutput()
573 if (mTestOutputs[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()
882 mTestOutputs[testIndex] = 0; in releaseOutput()
1643 mTestOutputs[i] = 0; in AudioPolicyManagerBase()
1730 } else if (mTestOutputs[mCurOutput] != 0) { in threadLoop()
1733 … mpClientInterface->setParameters(mTestOutputs[mCurOutput], outputParam.toString()); in threadLoop()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h581 audio_io_handle_t mTestOutputs[NUM_TEST_OUTPUTS]; variable