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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 79 DeviceVector getDevicesFromType(audio_devices_t types) const;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 205 DeviceVector DeviceVector::getDevicesFromType(audio_devices_t type) const
216 ALOGV("DeviceVector::getDevicesFromType() for type %x found %p",
HwModule.cpp 347 deviceList = hwModule->mDeclaredDevices.getDevicesFromType(device);
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 335 deviceList = mAvailableOutputDevices.getDevicesFromType(rxDevice);
339 deviceList = mAvailableInputDevices.getDevicesFromType(AUDIO_DEVICE_IN_TELEPHONY_RX);
378 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice);
383 deviceList = mAvailableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_TELEPHONY_TX);
    [all...]

Completed in 430 milliseconds