Searched refs:getDevicesFromType (Results 1 – 6 of 6) sorted by relevance
80 DeviceVector getDevicesFromType(audio_devices_t types) const;
132 if (!availableDevices.getDevicesFromType(device).isEmpty()) { in getActiveDeviceForStream()
163 DeviceVector DeviceVector::getDevicesFromType(audio_devices_t type) const in getDevicesFromType() function in android::DeviceVector
296 deviceList = declaredDevices.getDevicesFromType(device); in getDeviceDescriptor()
541 DeviceVector deviceList = devices.getDevicesFromType(device); in fillAudioPortConfigForDevice()874 DeviceVector outputDevices = mAvailableOutputDevices.getDevicesFromType(device); in getOutputForAttr()979 DeviceVector outputDevices = mAvailableOutputDevices.getDevicesFromType(device); in getOutputForDevice()1543 inputDevices = mAvailableInputDevices.getDevicesFromType(inputDesc->mDevice); in getInputForAttr()1610 inputDevices = mAvailableInputDevices.getDevicesFromType(device); in getInputForAttr()1778 DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(device); in getInputForDevice()3613 DeviceVector hdmiOutputDevices = mAvailableOutputDevices.getDevicesFromType( in getSurroundFormats()3739 DeviceVector hdmiOutputDevices = mAvailableOutputDevices.getDevicesFromType( in setSurroundFormatEnabled()3758 DeviceVector hdmiInputDevices = mAvailableInputDevices.getDevicesFromType( in setSurroundFormatEnabled()4024 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType); in loadConfig()[all …]
485 availableOutputDevices.getDevicesFromType(availableOutputDevicesType); in getDeviceForStrategyInt()