HomeSort by relevance Sort by last modified time
    Searched refs:mTestOutputs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/audioflinger/
AudioPolicyManagerBase.cpp 449 if (mTestOutputs[mCurOutput] == 0) {
459 mTestOutputs[mCurOutput] = mpClientInterface->openOutput(&outputDesc->mDevice,
465 if (mTestOutputs[mCurOutput]) {
468 mpClientInterface->setParameters(mTestOutputs[mCurOutput],outputCmd.toString());
469 addOutput(mTestOutputs[mCurOutput], outputDesc);
472 return mTestOutputs[mCurOutput];
659 mTestOutputs[testIndex] = 0;
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 319 audio_io_handle_t mTestOutputs[NUM_TEST_OUTPUTS];

Completed in 11 milliseconds