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

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 549 if (mTestOutputs[mCurOutput] == 0) {
559 mTestOutputs[mCurOutput] = mpClientInterface->openOutput(0, &outputDesc->mDevice,
566 if (mTestOutputs[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 569 audio_io_handle_t mTestOutputs[NUM_TEST_OUTPUTS];

Completed in 185 milliseconds