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

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 557 if (mTestOutputs[mCurOutput] == 0) {
567 mTestOutputs[mCurOutput] = mpClientInterface->openOutput(0, &outputDesc->mDevice,
574 if (mTestOutputs[mCurOutput]) {
577 mpClientInterface->setParameters(mTestOutputs[mCurOutput],outputCmd.toString());
578 addOutput(mTestOutputs[mCurOutput], outputDesc);
581 return mTestOutputs[mCurOutput];
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
AudioPolicyManager.h 575 audio_io_handle_t mTestOutputs[NUM_TEST_OUTPUTS];
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 582 audio_io_handle_t mTestOutputs[NUM_TEST_OUTPUTS];

Completed in 43 milliseconds