• Home
  • Raw
  • Download

Lines Matching refs:availableInputDevices

185     DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices();  in isBtScoActive()  local
187 if (inputs.activeInputsCountOnDevices(availableInputDevices.getDevicesFromType( in isBtScoActive()
198 DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in filterOutputDevicesForStrategy() local
234 availableInputDevices.getDevicesFromHwModule( in filterOutputDevicesForStrategy()
246 if ((availableInputDevices.getDevice(AUDIO_DEVICE_IN_TELEPHONY_RX, in filterOutputDevicesForStrategy()
561 const DeviceVector& availableInputDevices, audio_source_t inputSource) const { in getPreferredAvailableDevicesForInputSource() argument
569 availableInputDevices.getDevicesFromDeviceTypeAddrVec(preferredDevices); in getPreferredAvailableDevicesForInputSource()
580 const DeviceVector& availableInputDevices, audio_source_t inputSource) const { in getDisabledDevicesForInputSource() argument
587 availableInputDevices.getDevicesFromDeviceTypeAddrVec(disabledDevicesTypeAddr); in getDisabledDevicesForInputSource()
595 const DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getDeviceForInputSource() local
597 DeviceVector availableDevices = availableInputDevices; in getDeviceForInputSource()
600 : availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForInputSource()
882 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes() local
893 findPreferredDevice(inputs, attr.source, availableInputDevices); in getInputDeviceForAttributes()
899 availableInputDevices, in getInputDeviceForAttributes()
920 return availableInputDevices.getDevice(device->type(), in getInputDeviceForAttributes()