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

  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 95 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 434 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 179 getNewDevice(mOutputs.keyAt(i), true /*fromCache*/),
325 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
449 audio_devices_t newDevice = getNewDevice(output, true /*fromCache*/);
701 audio_devices_t newDevice = getNewDevice(output, false /*fromCache*/);
    [all...]

Completed in 31 milliseconds