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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 80 DeviceVector getDevicesFromType(audio_devices_t types) const;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 162 DeviceVector DeviceVector::getDevicesFromType(audio_devices_t type) const
173 ALOGV("DeviceVector::getDevicesFromType() for type %x found %p",
HwModule.cpp 315 deviceList = declaredDevices.getDevicesFromType(device);
  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.cpp 438 availableOutputDevices.getDevicesFromType(availableOutputDevicesType);
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 359 deviceList = mAvailableOutputDevices.getDevicesFromType(rxDevice);
363 deviceList = mAvailableInputDevices.getDevicesFromType(AUDIO_DEVICE_IN_TELEPHONY_RX);
402 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice);
407 deviceList = mAvailableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_TELEPHONY_TX);
    [all...]

Completed in 122 milliseconds