Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2009 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
| 15 | */ |
| 16 | |
Jean-Michel Trivi | 5ac8cd4 | 2016-03-24 16:35:36 -0700 | [diff] [blame] | 17 | #define LOG_TAG "APM_AudioPolicyManager" |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 18 | //#define LOG_NDEBUG 0 |
| 19 | |
| 20 | //#define VERY_VERBOSE_LOGGING |
| 21 | #ifdef VERY_VERBOSE_LOGGING |
| 22 | #define ALOGVV ALOGV |
| 23 | #else |
| 24 | #define ALOGVV(a...) do { } while(0) |
| 25 | #endif |
| 26 | |
Jaekyun Seok | 0d4a6af | 2017-02-17 17:10:17 +0900 | [diff] [blame] | 27 | #define AUDIO_POLICY_XML_CONFIG_FILE_PATH_MAX_LENGTH 128 |
| 28 | #define AUDIO_POLICY_XML_CONFIG_FILE_NAME "audio_policy_configuration.xml" |
Petri Gynther | f497f29 | 2018-04-17 18:46:10 -0700 | [diff] [blame] | 29 | #define AUDIO_POLICY_A2DP_OFFLOAD_DISABLED_XML_CONFIG_FILE_NAME \ |
| 30 | "audio_policy_configuration_a2dp_offload_disabled.xml" |
François Gaffie | f4ad6e5 | 2015-11-19 16:59:57 +0100 | [diff] [blame] | 31 | |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 32 | #include <inttypes.h> |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 33 | #include <math.h> |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 34 | |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 35 | #include <AudioPolicyManagerInterface.h> |
| 36 | #include <AudioPolicyEngineInstance.h> |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 37 | #include <cutils/properties.h> |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 38 | #include <utils/Log.h> |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 39 | #include <media/AudioParameter.h> |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 40 | #include <media/AudioPolicyHelper.h> |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 41 | #include <media/PatchBuilder.h> |
Eric Laurent | df3dc7e | 2014-07-27 18:39:40 -0700 | [diff] [blame] | 42 | #include <soundtrigger/SoundTrigger.h> |
Mikhail Naganov | cbc8f61 | 2016-10-11 18:05:13 -0700 | [diff] [blame] | 43 | #include <system/audio.h> |
Mikhail Naganov | 9ee0540 | 2016-10-13 15:58:17 -0700 | [diff] [blame] | 44 | #include <audio_policy_conf.h> |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 45 | #include "AudioPolicyManager.h" |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 46 | #ifndef USE_XML_AUDIO_POLICY_CONF |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 47 | #include <ConfigParsingUtils.h> |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 48 | #include <StreamDescriptor.h> |
François Gaffie | f4ad6e5 | 2015-11-19 16:59:57 +0100 | [diff] [blame] | 49 | #endif |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 50 | #include <Serializer.h> |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 51 | #include "TypeConverter.h" |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 52 | #include <policy.h> |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 53 | |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 54 | namespace android { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 55 | |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 56 | //FIXME: workaround for truncated touch sounds |
| 57 | // to be removed when the problem is handled by system UI |
| 58 | #define TOUCH_SOUND_FIXED_DELAY_MS 100 |
Jean-Michel Trivi | 719a987 | 2017-08-05 13:51:35 -0700 | [diff] [blame] | 59 | |
| 60 | // Largest difference in dB on earpiece in call between the voice volume and another |
| 61 | // media / notification / system volume. |
| 62 | constexpr float IN_CALL_EARPIECE_HEADROOM_DB = 3.f; |
| 63 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 64 | // ---------------------------------------------------------------------------- |
| 65 | // AudioPolicyInterface implementation |
| 66 | // ---------------------------------------------------------------------------- |
| 67 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 68 | status_t AudioPolicyManager::setDeviceConnectionState(audio_devices_t device, |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 69 | audio_policy_dev_state_t state, |
| 70 | const char *device_address, |
| 71 | const char *device_name) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 72 | { |
jiabin | a7b4379 | 2018-02-15 16:04:46 -0800 | [diff] [blame] | 73 | status_t status = setDeviceConnectionStateInt(device, state, device_address, device_name); |
| 74 | nextAudioPortGeneration(); |
| 75 | return status; |
Eric Laurent | c73ca6e | 2014-12-12 14:34:22 -0800 | [diff] [blame] | 76 | } |
| 77 | |
François Gaffie | 44481e7 | 2016-04-20 07:49:57 +0200 | [diff] [blame] | 78 | void AudioPolicyManager::broadcastDeviceConnectionState(audio_devices_t device, |
| 79 | audio_policy_dev_state_t state, |
| 80 | const String8 &device_address) |
| 81 | { |
| 82 | AudioParameter param(device_address); |
| 83 | const String8 key(state == AUDIO_POLICY_DEVICE_STATE_AVAILABLE ? |
Mikhail Naganov | 388360c | 2016-10-17 17:09:41 -0700 | [diff] [blame] | 84 | AudioParameter::keyStreamConnect : AudioParameter::keyStreamDisconnect); |
François Gaffie | 44481e7 | 2016-04-20 07:49:57 +0200 | [diff] [blame] | 85 | param.addInt(key, device); |
| 86 | mpClientInterface->setParameters(AUDIO_IO_HANDLE_NONE, param.toString()); |
| 87 | } |
| 88 | |
Eric Laurent | c73ca6e | 2014-12-12 14:34:22 -0800 | [diff] [blame] | 89 | status_t AudioPolicyManager::setDeviceConnectionStateInt(audio_devices_t device, |
Eric Laurent | a1d525f | 2015-01-29 13:36:45 -0800 | [diff] [blame] | 90 | audio_policy_dev_state_t state, |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 91 | const char *device_address, |
| 92 | const char *device_name) |
Eric Laurent | c73ca6e | 2014-12-12 14:34:22 -0800 | [diff] [blame] | 93 | { |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 94 | ALOGV("setDeviceConnectionStateInt() device: 0x%X, state %d, address %s name %s", |
Mikhail Naganov | 7e22e94 | 2017-12-07 10:04:29 -0800 | [diff] [blame] | 95 | device, state, device_address, device_name); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 96 | |
| 97 | // connect/disconnect only 1 device at a time |
| 98 | if (!audio_is_output_device(device) && !audio_is_input_device(device)) return BAD_VALUE; |
| 99 | |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 100 | sp<DeviceDescriptor> devDesc = |
| 101 | mHwModules.getDeviceDescriptor(device, device_address, device_name); |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 102 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 103 | // handle output devices |
| 104 | if (audio_is_output_device(device)) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 105 | SortedVector <audio_io_handle_t> outputs; |
| 106 | |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 107 | ssize_t index = mAvailableOutputDevices.indexOf(devDesc); |
| 108 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 109 | // save a copy of the opened output descriptors before any output is opened or closed |
| 110 | // by checkOutputsForDevice(). This will be needed by checkOutputForAllStrategies() |
| 111 | mPreviousOutputs = mOutputs; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 112 | switch (state) |
| 113 | { |
| 114 | // handle output device connection |
Eric Laurent | 3ae5f31 | 2015-02-03 17:12:08 -0800 | [diff] [blame] | 115 | case AUDIO_POLICY_DEVICE_STATE_AVAILABLE: { |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 116 | if (index >= 0) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 117 | ALOGW("setDeviceConnectionState() device already connected: %x", device); |
| 118 | return INVALID_OPERATION; |
| 119 | } |
| 120 | ALOGV("setDeviceConnectionState() connecting device %x", device); |
| 121 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 122 | // register new device as available |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 123 | index = mAvailableOutputDevices.add(devDesc); |
| 124 | if (index >= 0) { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 125 | sp<HwModule> module = mHwModules.getModuleForDevice(device); |
Eric Laurent | cf817a2 | 2014-08-04 20:36:31 -0700 | [diff] [blame] | 126 | if (module == 0) { |
| 127 | ALOGD("setDeviceConnectionState() could not find HW module for device %08x", |
| 128 | device); |
| 129 | mAvailableOutputDevices.remove(devDesc); |
| 130 | return INVALID_OPERATION; |
| 131 | } |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 132 | mAvailableOutputDevices[index]->attach(module); |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 133 | } else { |
| 134 | return NO_MEMORY; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 135 | } |
| 136 | |
François Gaffie | 44481e7 | 2016-04-20 07:49:57 +0200 | [diff] [blame] | 137 | // Before checking outputs, broadcast connect event to allow HAL to retrieve dynamic |
| 138 | // parameters on newly connected devices (instead of opening the outputs...) |
| 139 | broadcastDeviceConnectionState(device, state, devDesc->mAddress); |
| 140 | |
Eric Laurent | a1d525f | 2015-01-29 13:36:45 -0800 | [diff] [blame] | 141 | if (checkOutputsForDevice(devDesc, state, outputs, devDesc->mAddress) != NO_ERROR) { |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 142 | mAvailableOutputDevices.remove(devDesc); |
François Gaffie | 44481e7 | 2016-04-20 07:49:57 +0200 | [diff] [blame] | 143 | |
| 144 | broadcastDeviceConnectionState(device, AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE, |
| 145 | devDesc->mAddress); |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 146 | return INVALID_OPERATION; |
| 147 | } |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 148 | // Propagate device availability to Engine |
| 149 | mEngine->setDeviceConnectionState(devDesc, state); |
| 150 | |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 151 | // outputs should never be empty here |
| 152 | ALOG_ASSERT(outputs.size() != 0, "setDeviceConnectionState():" |
| 153 | "checkOutputsForDevice() returned no outputs but status OK"); |
| 154 | ALOGV("setDeviceConnectionState() checkOutputsForDevice() returned %zu outputs", |
| 155 | outputs.size()); |
Eric Laurent | 3ae5f31 | 2015-02-03 17:12:08 -0800 | [diff] [blame] | 156 | |
Eric Laurent | 3ae5f31 | 2015-02-03 17:12:08 -0800 | [diff] [blame] | 157 | } break; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 158 | // handle output device disconnection |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 159 | case AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE: { |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 160 | if (index < 0) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 161 | ALOGW("setDeviceConnectionState() device not connected: %x", device); |
| 162 | return INVALID_OPERATION; |
| 163 | } |
| 164 | |
Paul McLean | 5c477aa | 2014-08-20 16:47:57 -0700 | [diff] [blame] | 165 | ALOGV("setDeviceConnectionState() disconnecting output device %x", device); |
| 166 | |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 167 | // Send Disconnect to HALs |
François Gaffie | 44481e7 | 2016-04-20 07:49:57 +0200 | [diff] [blame] | 168 | broadcastDeviceConnectionState(device, state, devDesc->mAddress); |
Paul McLean | 5c477aa | 2014-08-20 16:47:57 -0700 | [diff] [blame] | 169 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 170 | // remove device from available output devices |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 171 | mAvailableOutputDevices.remove(devDesc); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 172 | |
Eric Laurent | a1d525f | 2015-01-29 13:36:45 -0800 | [diff] [blame] | 173 | checkOutputsForDevice(devDesc, state, outputs, devDesc->mAddress); |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 174 | |
| 175 | // Propagate device availability to Engine |
| 176 | mEngine->setDeviceConnectionState(devDesc, state); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 177 | } break; |
| 178 | |
| 179 | default: |
| 180 | ALOGE("setDeviceConnectionState() invalid state: %x", state); |
| 181 | return BAD_VALUE; |
| 182 | } |
| 183 | |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 184 | // checkA2dpSuspend must run before checkOutputForAllStrategies so that A2DP |
| 185 | // output is suspended before any tracks are moved to it |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 186 | checkA2dpSuspend(); |
| 187 | checkOutputForAllStrategies(); |
| 188 | // outputs must be closed after checkOutputForAllStrategies() is executed |
| 189 | if (!outputs.isEmpty()) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 190 | for (audio_io_handle_t output : outputs) { |
| 191 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueFor(output); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 192 | // close unused outputs after device disconnection or direct outputs that have been |
| 193 | // opened by checkOutputsForDevice() to query dynamic parameters |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 194 | if ((state == AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE) || |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 195 | (((desc->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) != 0) && |
| 196 | (desc->mDirectOpenCount == 0))) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 197 | closeOutput(output); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 198 | } |
| 199 | } |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 200 | // check again after closing A2DP output to reset mA2dpSuspended if needed |
| 201 | checkA2dpSuspend(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 202 | } |
| 203 | |
| 204 | updateDevicesAndOutputs(); |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 205 | if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) { |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 206 | audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); |
| 207 | updateCallRouting(newDevice); |
| 208 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 209 | for (size_t i = 0; i < mOutputs.size(); i++) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 210 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); |
| 211 | if ((mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) || (desc != mPrimaryOutput)) { |
| 212 | audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/); |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 213 | // do not force device change on duplicated output because if device is 0, it will |
| 214 | // also force a device 0 for the two outputs it is duplicated to which may override |
| 215 | // a valid device selection on those outputs. |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 216 | bool force = !desc->isDuplicated() |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 217 | && (!device_distinguishes_on_address(device) |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 218 | // always force when disconnecting (a non-duplicated device) |
| 219 | || (state == AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE)); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 220 | setOutputDevice(desc, newDevice, force, 0); |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 221 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 222 | } |
| 223 | |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 224 | if (state == AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE) { |
| 225 | cleanUpForDevice(devDesc); |
| 226 | } |
| 227 | |
Eric Laurent | 72aa32f | 2014-05-30 18:51:48 -0700 | [diff] [blame] | 228 | mpClientInterface->onAudioPortListUpdate(); |
Eric Laurent | b71e58b | 2014-05-29 16:08:11 -0700 | [diff] [blame] | 229 | return NO_ERROR; |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 230 | } // end if is output device |
| 231 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 232 | // handle input devices |
| 233 | if (audio_is_input_device(device)) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 234 | SortedVector <audio_io_handle_t> inputs; |
| 235 | |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 236 | ssize_t index = mAvailableInputDevices.indexOf(devDesc); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 237 | switch (state) |
| 238 | { |
| 239 | // handle input device connection |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 240 | case AUDIO_POLICY_DEVICE_STATE_AVAILABLE: { |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 241 | if (index >= 0) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 242 | ALOGW("setDeviceConnectionState() device already connected: %d", device); |
| 243 | return INVALID_OPERATION; |
| 244 | } |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 245 | sp<HwModule> module = mHwModules.getModuleForDevice(device); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 246 | if (module == NULL) { |
| 247 | ALOGW("setDeviceConnectionState(): could not find HW module for device %08x", |
| 248 | device); |
| 249 | return INVALID_OPERATION; |
| 250 | } |
François Gaffie | 44481e7 | 2016-04-20 07:49:57 +0200 | [diff] [blame] | 251 | |
| 252 | // Before checking intputs, broadcast connect event to allow HAL to retrieve dynamic |
| 253 | // parameters on newly connected devices (instead of opening the inputs...) |
| 254 | broadcastDeviceConnectionState(device, state, devDesc->mAddress); |
| 255 | |
Paul McLean | 9080a4c | 2015-06-18 08:24:02 -0700 | [diff] [blame] | 256 | if (checkInputsForDevice(devDesc, state, inputs, devDesc->mAddress) != NO_ERROR) { |
François Gaffie | 44481e7 | 2016-04-20 07:49:57 +0200 | [diff] [blame] | 257 | broadcastDeviceConnectionState(device, AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE, |
| 258 | devDesc->mAddress); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 259 | return INVALID_OPERATION; |
| 260 | } |
| 261 | |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 262 | index = mAvailableInputDevices.add(devDesc); |
| 263 | if (index >= 0) { |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 264 | mAvailableInputDevices[index]->attach(module); |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 265 | } else { |
| 266 | return NO_MEMORY; |
| 267 | } |
Eric Laurent | 3ae5f31 | 2015-02-03 17:12:08 -0800 | [diff] [blame] | 268 | |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 269 | // Propagate device availability to Engine |
| 270 | mEngine->setDeviceConnectionState(devDesc, state); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 271 | } break; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 272 | |
| 273 | // handle input device disconnection |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 274 | case AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE: { |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 275 | if (index < 0) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 276 | ALOGW("setDeviceConnectionState() device not connected: %d", device); |
| 277 | return INVALID_OPERATION; |
| 278 | } |
Paul McLean | 5c477aa | 2014-08-20 16:47:57 -0700 | [diff] [blame] | 279 | |
| 280 | ALOGV("setDeviceConnectionState() disconnecting input device %x", device); |
| 281 | |
| 282 | // Set Disconnect to HALs |
François Gaffie | 44481e7 | 2016-04-20 07:49:57 +0200 | [diff] [blame] | 283 | broadcastDeviceConnectionState(device, state, devDesc->mAddress); |
Paul McLean | 5c477aa | 2014-08-20 16:47:57 -0700 | [diff] [blame] | 284 | |
Paul McLean | 9080a4c | 2015-06-18 08:24:02 -0700 | [diff] [blame] | 285 | checkInputsForDevice(devDesc, state, inputs, devDesc->mAddress); |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 286 | mAvailableInputDevices.remove(devDesc); |
Paul McLean | 5c477aa | 2014-08-20 16:47:57 -0700 | [diff] [blame] | 287 | |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 288 | // Propagate device availability to Engine |
| 289 | mEngine->setDeviceConnectionState(devDesc, state); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 290 | } break; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 291 | |
| 292 | default: |
| 293 | ALOGE("setDeviceConnectionState() invalid state: %x", state); |
| 294 | return BAD_VALUE; |
| 295 | } |
| 296 | |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 297 | closeAllInputs(); |
Eric Laurent | 5f5fca5 | 2016-08-04 11:48:57 -0700 | [diff] [blame] | 298 | // As the input device list can impact the output device selection, update |
| 299 | // getDeviceForStrategy() cache |
| 300 | updateDevicesAndOutputs(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 301 | |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 302 | if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) { |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 303 | audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); |
| 304 | updateCallRouting(newDevice); |
| 305 | } |
| 306 | |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 307 | if (state == AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE) { |
| 308 | cleanUpForDevice(devDesc); |
| 309 | } |
| 310 | |
Eric Laurent | b52c152 | 2014-05-20 11:27:36 -0700 | [diff] [blame] | 311 | mpClientInterface->onAudioPortListUpdate(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 312 | return NO_ERROR; |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 313 | } // end if is input device |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 314 | |
| 315 | ALOGW("setDeviceConnectionState() invalid device: %x", device); |
| 316 | return BAD_VALUE; |
| 317 | } |
| 318 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 319 | audio_policy_dev_state_t AudioPolicyManager::getDeviceConnectionState(audio_devices_t device, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 320 | const char *device_address) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 321 | { |
Eric Laurent | 634b714 | 2016-04-20 13:48:02 -0700 | [diff] [blame] | 322 | sp<DeviceDescriptor> devDesc = |
| 323 | mHwModules.getDeviceDescriptor(device, device_address, "", |
| 324 | (strlen(device_address) != 0)/*matchAddress*/); |
| 325 | |
| 326 | if (devDesc == 0) { |
| 327 | ALOGW("getDeviceConnectionState() undeclared device, type %08x, address: %s", |
| 328 | device, device_address); |
| 329 | return AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE; |
| 330 | } |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 331 | |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 332 | DeviceVector *deviceVector; |
| 333 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 334 | if (audio_is_output_device(device)) { |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 335 | deviceVector = &mAvailableOutputDevices; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 336 | } else if (audio_is_input_device(device)) { |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 337 | deviceVector = &mAvailableInputDevices; |
| 338 | } else { |
| 339 | ALOGW("getDeviceConnectionState() invalid device type %08x", device); |
| 340 | return AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 341 | } |
Eric Laurent | 634b714 | 2016-04-20 13:48:02 -0700 | [diff] [blame] | 342 | |
| 343 | return (deviceVector->getDevice(device, String8(device_address)) != 0) ? |
| 344 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE : AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE; |
Eric Laurent | a1d525f | 2015-01-29 13:36:45 -0800 | [diff] [blame] | 345 | } |
| 346 | |
Pavlin Radoslavov | f862bc6 | 2016-12-26 18:57:22 -0800 | [diff] [blame] | 347 | status_t AudioPolicyManager::handleDeviceConfigChange(audio_devices_t device, |
| 348 | const char *device_address, |
| 349 | const char *device_name) |
| 350 | { |
| 351 | status_t status; |
| 352 | |
| 353 | ALOGV("handleDeviceConfigChange(() device: 0x%X, address %s name %s", |
| 354 | device, device_address, device_name); |
| 355 | |
Pavlin Radoslavov | c694ff4 | 2017-01-09 23:27:29 -0800 | [diff] [blame] | 356 | // connect/disconnect only 1 device at a time |
| 357 | if (!audio_is_output_device(device) && !audio_is_input_device(device)) return BAD_VALUE; |
| 358 | |
Pavlin Radoslavov | f862bc6 | 2016-12-26 18:57:22 -0800 | [diff] [blame] | 359 | // Check if the device is currently connected |
| 360 | sp<DeviceDescriptor> devDesc = |
| 361 | mHwModules.getDeviceDescriptor(device, device_address, device_name); |
| 362 | ssize_t index = mAvailableOutputDevices.indexOf(devDesc); |
| 363 | if (index < 0) { |
| 364 | // Nothing to do: device is not connected |
| 365 | return NO_ERROR; |
| 366 | } |
| 367 | |
| 368 | // Toggle the device state: UNAVAILABLE -> AVAILABLE |
| 369 | // This will force reading again the device configuration |
| 370 | status = setDeviceConnectionState(device, |
| 371 | AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE, |
| 372 | device_address, device_name); |
| 373 | if (status != NO_ERROR) { |
| 374 | ALOGW("handleDeviceConfigChange() error disabling connection state: %d", |
| 375 | status); |
| 376 | return status; |
| 377 | } |
| 378 | |
| 379 | status = setDeviceConnectionState(device, |
| 380 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE, |
| 381 | device_address, device_name); |
| 382 | if (status != NO_ERROR) { |
| 383 | ALOGW("handleDeviceConfigChange() error enabling connection state: %d", |
| 384 | status); |
| 385 | return status; |
| 386 | } |
| 387 | |
| 388 | return NO_ERROR; |
| 389 | } |
| 390 | |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 391 | uint32_t AudioPolicyManager::updateCallRouting(audio_devices_t rxDevice, uint32_t delayMs) |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 392 | { |
| 393 | bool createTxPatch = false; |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 394 | uint32_t muteWaitMs = 0; |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 395 | |
Andy Hung | a76c7de | 2016-12-13 19:14:31 -0800 | [diff] [blame] | 396 | if(!hasPrimaryOutput() || mPrimaryOutput->device() == AUDIO_DEVICE_OUT_STUB) { |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 397 | return muteWaitMs; |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 398 | } |
Eric Laurent | c73ca6e | 2014-12-12 14:34:22 -0800 | [diff] [blame] | 399 | audio_devices_t txDevice = getDeviceAndMixForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION); |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 400 | ALOGV("updateCallRouting device rxDevice %08x txDevice %08x", rxDevice, txDevice); |
| 401 | |
| 402 | // release existing RX patch if any |
| 403 | if (mCallRxPatch != 0) { |
| 404 | mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); |
| 405 | mCallRxPatch.clear(); |
| 406 | } |
| 407 | // release TX patch if any |
| 408 | if (mCallTxPatch != 0) { |
| 409 | mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); |
| 410 | mCallTxPatch.clear(); |
| 411 | } |
| 412 | |
| 413 | // If the RX device is on the primary HW module, then use legacy routing method for voice calls |
| 414 | // via setOutputDevice() on primary output. |
| 415 | // Otherwise, create two audio patches for TX and RX path. |
| 416 | if (availablePrimaryOutputDevices() & rxDevice) { |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 417 | muteWaitMs = setOutputDevice(mPrimaryOutput, rxDevice, true, delayMs); |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 418 | // If the TX device is also on the primary HW module, setOutputDevice() will take care |
| 419 | // of it due to legacy implementation. If not, create a patch. |
| 420 | if ((availablePrimaryInputDevices() & txDevice & ~AUDIO_DEVICE_BIT_IN) |
| 421 | == AUDIO_DEVICE_NONE) { |
| 422 | createTxPatch = true; |
| 423 | } |
Eric Laurent | 8ae7312 | 2016-04-12 10:13:29 -0700 | [diff] [blame] | 424 | } else { // create RX path audio patch |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 425 | mCallRxPatch = createTelephonyPatch(true /*isRx*/, rxDevice, delayMs); |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 426 | createTxPatch = true; |
| 427 | } |
Eric Laurent | 8ae7312 | 2016-04-12 10:13:29 -0700 | [diff] [blame] | 428 | if (createTxPatch) { // create TX path audio patch |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 429 | mCallTxPatch = createTelephonyPatch(false /*isRx*/, txDevice, delayMs); |
| 430 | } |
Eric Laurent | 8ae7312 | 2016-04-12 10:13:29 -0700 | [diff] [blame] | 431 | |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 432 | return muteWaitMs; |
| 433 | } |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 434 | |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 435 | sp<AudioPatch> AudioPolicyManager::createTelephonyPatch( |
| 436 | bool isRx, audio_devices_t device, uint32_t delayMs) { |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 437 | PatchBuilder patchBuilder; |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 438 | |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 439 | sp<DeviceDescriptor> txSourceDeviceDesc; |
| 440 | if (isRx) { |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 441 | patchBuilder.addSink(findDevice(mAvailableOutputDevices, device)). |
| 442 | addSource(findDevice(mAvailableInputDevices, AUDIO_DEVICE_IN_TELEPHONY_RX)); |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 443 | } else { |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 444 | patchBuilder.addSource(txSourceDeviceDesc = findDevice(mAvailableInputDevices, device)). |
| 445 | addSink(findDevice(mAvailableOutputDevices, AUDIO_DEVICE_OUT_TELEPHONY_TX)); |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 446 | } |
| 447 | |
| 448 | audio_devices_t outputDevice = isRx ? device : AUDIO_DEVICE_OUT_TELEPHONY_TX; |
| 449 | SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(outputDevice, mOutputs); |
| 450 | audio_io_handle_t output = selectOutput(outputs, AUDIO_OUTPUT_FLAG_NONE, AUDIO_FORMAT_INVALID); |
| 451 | // request to reuse existing output stream if one is already opened to reach the target device |
| 452 | if (output != AUDIO_IO_HANDLE_NONE) { |
| 453 | sp<AudioOutputDescriptor> outputDesc = mOutputs.valueFor(output); |
| 454 | ALOG_ASSERT(!outputDesc->isDuplicated(), |
| 455 | "%s() %#x device output %d is duplicated", __func__, outputDevice, output); |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 456 | patchBuilder.addSource(outputDesc, { .stream = AUDIO_STREAM_PATCH }); |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 457 | } |
| 458 | |
| 459 | if (!isRx) { |
Eric Laurent | c0a889f | 2015-10-14 14:36:34 -0700 | [diff] [blame] | 460 | // terminate active capture if on the same HW module as the call TX source device |
| 461 | // FIXME: would be better to refine to only inputs whose profile connects to the |
| 462 | // call TX device but this information is not in the audio patch and logic here must be |
| 463 | // symmetric to the one in startInput() |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 464 | for (const auto& activeDesc : mInputs.getActiveInputs()) { |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 465 | if (activeDesc->hasSameHwModuleAs(txSourceDeviceDesc)) { |
| 466 | AudioSessionCollection activeSessions = |
| 467 | activeDesc->getAudioSessions(true /*activeOnly*/); |
| 468 | for (size_t j = 0; j < activeSessions.size(); j++) { |
| 469 | audio_session_t activeSession = activeSessions.keyAt(j); |
| 470 | stopInput(activeDesc->mIoHandle, activeSession); |
| 471 | releaseInput(activeDesc->mIoHandle, activeSession); |
| 472 | } |
Eric Laurent | c0a889f | 2015-10-14 14:36:34 -0700 | [diff] [blame] | 473 | } |
| 474 | } |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 475 | } |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 476 | |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 477 | audio_patch_handle_t afPatchHandle = AUDIO_PATCH_HANDLE_NONE; |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 478 | status_t status = mpClientInterface->createAudioPatch( |
| 479 | patchBuilder.patch(), &afPatchHandle, delayMs); |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 480 | ALOGW_IF(status != NO_ERROR, |
| 481 | "%s() error %d creating %s audio patch", __func__, status, isRx ? "RX" : "TX"); |
| 482 | sp<AudioPatch> audioPatch; |
| 483 | if (status == NO_ERROR) { |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 484 | audioPatch = new AudioPatch(patchBuilder.patch(), mUidCached); |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 485 | audioPatch->mAfPatchHandle = afPatchHandle; |
| 486 | audioPatch->mUid = mUidCached; |
| 487 | } |
| 488 | return audioPatch; |
| 489 | } |
| 490 | |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 491 | sp<DeviceDescriptor> AudioPolicyManager::findDevice( |
| 492 | const DeviceVector& devices, audio_devices_t device) { |
Mikhail Naganov | b567ba0 | 2017-12-08 11:16:27 -0800 | [diff] [blame] | 493 | DeviceVector deviceList = devices.getDevicesFromType(device); |
| 494 | ALOG_ASSERT(!deviceList.isEmpty(), |
| 495 | "%s() selected device type %#x is not in devices list", __func__, device); |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 496 | return deviceList.itemAt(0); |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 497 | } |
| 498 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 499 | void AudioPolicyManager::setPhoneState(audio_mode_t state) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 500 | { |
| 501 | ALOGV("setPhoneState() state %d", state); |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 502 | // store previous phone state for management of sonification strategy below |
| 503 | int oldState = mEngine->getPhoneState(); |
| 504 | |
| 505 | if (mEngine->setPhoneState(state) != NO_ERROR) { |
| 506 | ALOGW("setPhoneState() invalid or same state %d", state); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 507 | return; |
| 508 | } |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 509 | /// Opens: can these line be executed after the switch of volume curves??? |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 510 | // if leaving call state, handle special case of active streams |
| 511 | // pertaining to sonification strategy see handleIncallSonification() |
Eric Laurent | 63dea1d | 2015-07-02 17:10:28 -0700 | [diff] [blame] | 512 | if (isStateInCall(oldState)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 513 | ALOGV("setPhoneState() in call state management: new state is %d", state); |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 514 | for (int stream = 0; stream < AUDIO_STREAM_FOR_POLICY_CNT; stream++) { |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 515 | handleIncallSonification((audio_stream_type_t)stream, false, true); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 516 | } |
Eric Laurent | 2cbe89a | 2014-12-19 11:49:08 -0800 | [diff] [blame] | 517 | |
Eric Laurent | 63dea1d | 2015-07-02 17:10:28 -0700 | [diff] [blame] | 518 | // force reevaluating accessibility routing when call stops |
Eric Laurent | 2cbe89a | 2014-12-19 11:49:08 -0800 | [diff] [blame] | 519 | mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 520 | } |
| 521 | |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 522 | /** |
| 523 | * Switching to or from incall state or switching between telephony and VoIP lead to force |
| 524 | * routing command. |
| 525 | */ |
| 526 | bool force = ((is_state_in_call(oldState) != is_state_in_call(state)) |
| 527 | || (is_state_in_call(state) && (state != oldState))); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 528 | |
| 529 | // check for device and output changes triggered by new phone state |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 530 | checkA2dpSuspend(); |
| 531 | checkOutputForAllStrategies(); |
| 532 | updateDevicesAndOutputs(); |
| 533 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 534 | int delayMs = 0; |
| 535 | if (isStateInCall(state)) { |
| 536 | nsecs_t sysTime = systemTime(); |
| 537 | for (size_t i = 0; i < mOutputs.size(); i++) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 538 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 539 | // mute media and sonification strategies and delay device switch by the largest |
| 540 | // latency of any output where either strategy is active. |
| 541 | // This avoid sending the ring tone or music tail into the earpiece or headset. |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 542 | if ((isStrategyActive(desc, STRATEGY_MEDIA, |
| 543 | SONIFICATION_HEADSET_MUSIC_DELAY, |
| 544 | sysTime) || |
| 545 | isStrategyActive(desc, STRATEGY_SONIFICATION, |
| 546 | SONIFICATION_HEADSET_MUSIC_DELAY, |
| 547 | sysTime)) && |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 548 | (delayMs < (int)desc->latency()*2)) { |
| 549 | delayMs = desc->latency()*2; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 550 | } |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 551 | setStrategyMute(STRATEGY_MEDIA, true, desc); |
| 552 | setStrategyMute(STRATEGY_MEDIA, false, desc, MUTE_TIME_MS, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 553 | getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/)); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 554 | setStrategyMute(STRATEGY_SONIFICATION, true, desc); |
| 555 | setStrategyMute(STRATEGY_SONIFICATION, false, desc, MUTE_TIME_MS, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 556 | getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/)); |
| 557 | } |
| 558 | } |
| 559 | |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 560 | if (hasPrimaryOutput()) { |
| 561 | // Note that despite the fact that getNewOutputDevice() is called on the primary output, |
| 562 | // the device returned is not necessarily reachable via this output |
| 563 | audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); |
| 564 | // force routing command to audio hardware when ending call |
| 565 | // even if no device change is needed |
| 566 | if (isStateInCall(oldState) && rxDevice == AUDIO_DEVICE_NONE) { |
| 567 | rxDevice = mPrimaryOutput->device(); |
| 568 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 569 | |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 570 | if (state == AUDIO_MODE_IN_CALL) { |
| 571 | updateCallRouting(rxDevice, delayMs); |
| 572 | } else if (oldState == AUDIO_MODE_IN_CALL) { |
| 573 | if (mCallRxPatch != 0) { |
| 574 | mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); |
| 575 | mCallRxPatch.clear(); |
| 576 | } |
| 577 | if (mCallTxPatch != 0) { |
| 578 | mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); |
| 579 | mCallTxPatch.clear(); |
| 580 | } |
| 581 | setOutputDevice(mPrimaryOutput, rxDevice, force, 0); |
| 582 | } else { |
| 583 | setOutputDevice(mPrimaryOutput, rxDevice, force, 0); |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 584 | } |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 585 | } |
Eric Laurent | 2e2a8a9 | 2018-04-20 16:21:33 -0700 | [diff] [blame] | 586 | |
| 587 | // reevaluate routing on all outputs in case tracks have been started during the call |
| 588 | for (size_t i = 0; i < mOutputs.size(); i++) { |
| 589 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); |
| 590 | audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/); |
| 591 | if (state != AUDIO_MODE_IN_CALL || desc != mPrimaryOutput) { |
Yung Ti Su | f60c824 | 2018-05-10 18:07:26 +0800 | [diff] [blame] | 592 | setOutputDevice(desc, newDevice, (newDevice != AUDIO_DEVICE_NONE), 0 /*delayMs*/); |
Eric Laurent | 2e2a8a9 | 2018-04-20 16:21:33 -0700 | [diff] [blame] | 593 | } |
| 594 | } |
| 595 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 596 | // if entering in call state, handle special case of active streams |
| 597 | // pertaining to sonification strategy see handleIncallSonification() |
| 598 | if (isStateInCall(state)) { |
| 599 | ALOGV("setPhoneState() in call state management: new state is %d", state); |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 600 | for (int stream = 0; stream < AUDIO_STREAM_FOR_POLICY_CNT; stream++) { |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 601 | handleIncallSonification((audio_stream_type_t)stream, true, true); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 602 | } |
Eric Laurent | 63dea1d | 2015-07-02 17:10:28 -0700 | [diff] [blame] | 603 | |
| 604 | // force reevaluating accessibility routing when call starts |
| 605 | mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 606 | } |
| 607 | |
| 608 | // Flag that ringtone volume must be limited to music volume until we exit MODE_RINGTONE |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 609 | if (state == AUDIO_MODE_RINGTONE && |
| 610 | isStreamActive(AUDIO_STREAM_MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 611 | mLimitRingtoneVolume = true; |
| 612 | } else { |
| 613 | mLimitRingtoneVolume = false; |
| 614 | } |
| 615 | } |
| 616 | |
Jean-Michel Trivi | 887a9ed | 2015-03-31 18:02:24 -0700 | [diff] [blame] | 617 | audio_mode_t AudioPolicyManager::getPhoneState() { |
| 618 | return mEngine->getPhoneState(); |
| 619 | } |
| 620 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 621 | void AudioPolicyManager::setForceUse(audio_policy_force_use_t usage, |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 622 | audio_policy_forced_cfg_t config) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 623 | { |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 624 | ALOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mEngine->getPhoneState()); |
Eric Laurent | 8dc87a6 | 2017-05-16 19:00:40 -0700 | [diff] [blame] | 625 | if (config == mEngine->getForceUse(usage)) { |
| 626 | return; |
| 627 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 628 | |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 629 | if (mEngine->setForceUse(usage, config) != NO_ERROR) { |
| 630 | ALOGW("setForceUse() could not set force cfg %d for usage %d", config, usage); |
| 631 | return; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 632 | } |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 633 | bool forceVolumeReeval = (usage == AUDIO_POLICY_FORCE_FOR_COMMUNICATION) || |
| 634 | (usage == AUDIO_POLICY_FORCE_FOR_DOCK) || |
| 635 | (usage == AUDIO_POLICY_FORCE_FOR_SYSTEM); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 636 | |
| 637 | // check for device and output changes triggered by new force usage |
| 638 | checkA2dpSuspend(); |
| 639 | checkOutputForAllStrategies(); |
| 640 | updateDevicesAndOutputs(); |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 641 | |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 642 | //FIXME: workaround for truncated touch sounds |
| 643 | // to be removed when the problem is handled by system UI |
| 644 | uint32_t delayMs = 0; |
| 645 | uint32_t waitMs = 0; |
| 646 | if (usage == AUDIO_POLICY_FORCE_FOR_COMMUNICATION) { |
| 647 | delayMs = TOUCH_SOUND_FIXED_DELAY_MS; |
| 648 | } |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 649 | if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) { |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 650 | audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/); |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 651 | waitMs = updateCallRouting(newDevice, delayMs); |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 652 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 653 | for (size_t i = 0; i < mOutputs.size(); i++) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 654 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.valueAt(i); |
| 655 | audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/); |
| 656 | if ((mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) || (outputDesc != mPrimaryOutput)) { |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 657 | waitMs = setOutputDevice(outputDesc, newDevice, (newDevice != AUDIO_DEVICE_NONE), |
| 658 | delayMs); |
Eric Laurent | c2730ba | 2014-07-20 15:47:07 -0700 | [diff] [blame] | 659 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 660 | if (forceVolumeReeval && (newDevice != AUDIO_DEVICE_NONE)) { |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 661 | applyStreamVolumes(outputDesc, newDevice, waitMs, true); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 662 | } |
| 663 | } |
| 664 | |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 665 | for (const auto& activeDesc : mInputs.getActiveInputs()) { |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 666 | audio_devices_t newDevice = getNewInputDevice(activeDesc); |
Eric Laurent | c171c7c | 2015-09-25 12:21:06 -0700 | [diff] [blame] | 667 | // Force new input selection if the new device can not be reached via current input |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 668 | if (activeDesc->mProfile->getSupportedDevices().types() & |
| 669 | (newDevice & ~AUDIO_DEVICE_BIT_IN)) { |
| 670 | setInputDevice(activeDesc->mIoHandle, newDevice); |
Eric Laurent | c171c7c | 2015-09-25 12:21:06 -0700 | [diff] [blame] | 671 | } else { |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 672 | closeInput(activeDesc->mIoHandle); |
Eric Laurent | c171c7c | 2015-09-25 12:21:06 -0700 | [diff] [blame] | 673 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 674 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 675 | } |
| 676 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 677 | void AudioPolicyManager::setSystemProperty(const char* property, const char* value) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 678 | { |
| 679 | ALOGV("setSystemProperty() property %s, value %s", property, value); |
| 680 | } |
| 681 | |
| 682 | // Find a direct output profile compatible with the parameters passed, even if the input flags do |
| 683 | // not explicitly request a direct output |
Jean-Michel Trivi | 56ec4ff | 2015-01-23 16:45:18 -0800 | [diff] [blame] | 684 | sp<IOProfile> AudioPolicyManager::getProfileForDirectOutput( |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 685 | audio_devices_t device, |
| 686 | uint32_t samplingRate, |
| 687 | audio_format_t format, |
| 688 | audio_channel_mask_t channelMask, |
| 689 | audio_output_flags_t flags) |
| 690 | { |
Eric Laurent | 861a628 | 2015-05-18 15:40:16 -0700 | [diff] [blame] | 691 | // only retain flags that will drive the direct output profile selection |
| 692 | // if explicitly requested |
| 693 | static const uint32_t kRelevantFlags = |
Haynes Mathew George | 84c621e | 2017-04-25 11:41:50 -0700 | [diff] [blame] | 694 | (AUDIO_OUTPUT_FLAG_HW_AV_SYNC | AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD | |
| 695 | AUDIO_OUTPUT_FLAG_VOIP_RX); |
Eric Laurent | 861a628 | 2015-05-18 15:40:16 -0700 | [diff] [blame] | 696 | flags = |
| 697 | (audio_output_flags_t)((flags & kRelevantFlags) | AUDIO_OUTPUT_FLAG_DIRECT); |
| 698 | |
| 699 | sp<IOProfile> profile; |
| 700 | |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 701 | for (const auto& hwModule : mHwModules) { |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 702 | for (const auto& curProfile : hwModule->getOutputProfiles()) { |
Eric Laurent | 861a628 | 2015-05-18 15:40:16 -0700 | [diff] [blame] | 703 | if (!curProfile->isCompatibleProfile(device, String8(""), |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 704 | samplingRate, NULL /*updatedSamplingRate*/, |
| 705 | format, NULL /*updatedFormat*/, |
| 706 | channelMask, NULL /*updatedChannelMask*/, |
Eric Laurent | 861a628 | 2015-05-18 15:40:16 -0700 | [diff] [blame] | 707 | flags)) { |
| 708 | continue; |
| 709 | } |
| 710 | // reject profiles not corresponding to a device currently available |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 711 | if ((mAvailableOutputDevices.types() & curProfile->getSupportedDevicesType()) == 0) { |
Eric Laurent | 861a628 | 2015-05-18 15:40:16 -0700 | [diff] [blame] | 712 | continue; |
| 713 | } |
| 714 | // if several profiles are compatible, give priority to one with offload capability |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 715 | if (profile != 0 && ((curProfile->getFlags() & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) == 0)) { |
Eric Laurent | 861a628 | 2015-05-18 15:40:16 -0700 | [diff] [blame] | 716 | continue; |
| 717 | } |
| 718 | profile = curProfile; |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 719 | if ((profile->getFlags() & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) != 0) { |
Eric Laurent | 861a628 | 2015-05-18 15:40:16 -0700 | [diff] [blame] | 720 | break; |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 721 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 722 | } |
| 723 | } |
Eric Laurent | 861a628 | 2015-05-18 15:40:16 -0700 | [diff] [blame] | 724 | return profile; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 725 | } |
| 726 | |
Eric Laurent | f4e6345 | 2017-11-06 19:31:46 +0000 | [diff] [blame] | 727 | audio_io_handle_t AudioPolicyManager::getOutput(audio_stream_type_t stream) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 728 | { |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 729 | routing_strategy strategy = getStrategy(stream); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 730 | audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); |
Andy Hung | c990152 | 2017-11-10 20:07:54 -0800 | [diff] [blame] | 731 | |
| 732 | // Note that related method getOutputForAttr() uses getOutputForDevice() not selectOutput(). |
| 733 | // We use selectOutput() here since we don't have the desired AudioTrack sample rate, |
| 734 | // format, flags, etc. This may result in some discrepancy for functions that utilize |
| 735 | // getOutput() solely on audio_stream_type such as AudioSystem::getOutputFrameCount() |
| 736 | // and AudioSystem::getOutputSamplingRate(). |
| 737 | |
Eric Laurent | f4e6345 | 2017-11-06 19:31:46 +0000 | [diff] [blame] | 738 | SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(device, mOutputs); |
| 739 | audio_io_handle_t output = selectOutput(outputs, AUDIO_OUTPUT_FLAG_NONE, AUDIO_FORMAT_INVALID); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 740 | |
Eric Laurent | f4e6345 | 2017-11-06 19:31:46 +0000 | [diff] [blame] | 741 | ALOGV("getOutput() stream %d selected device %08x, output %d", stream, device, output); |
| 742 | return output; |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 743 | } |
| 744 | |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 745 | status_t AudioPolicyManager::getOutputForAttr(const audio_attributes_t *attr, |
| 746 | audio_io_handle_t *output, |
| 747 | audio_session_t session, |
| 748 | audio_stream_type_t *stream, |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 749 | uid_t uid, |
Eric Laurent | 20b9ef0 | 2016-12-05 11:03:16 -0800 | [diff] [blame] | 750 | const audio_config_t *config, |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 751 | audio_output_flags_t *flags, |
Eric Laurent | 2ac7694 | 2017-06-22 17:17:09 -0700 | [diff] [blame] | 752 | audio_port_handle_t *selectedDeviceId, |
Eric Laurent | 20b9ef0 | 2016-12-05 11:03:16 -0800 | [diff] [blame] | 753 | audio_port_handle_t *portId) |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 754 | { |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 755 | audio_attributes_t attributes; |
| 756 | if (attr != NULL) { |
| 757 | if (!isValidAttributes(attr)) { |
| 758 | ALOGE("getOutputForAttr() invalid attributes: usage=%d content=%d flags=0x%x tags=[%s]", |
| 759 | attr->usage, attr->content_type, attr->flags, |
| 760 | attr->tags); |
| 761 | return BAD_VALUE; |
| 762 | } |
| 763 | attributes = *attr; |
| 764 | } else { |
| 765 | if (*stream < AUDIO_STREAM_MIN || *stream >= AUDIO_STREAM_PUBLIC_CNT) { |
| 766 | ALOGE("getOutputForAttr(): invalid stream type"); |
| 767 | return BAD_VALUE; |
| 768 | } |
| 769 | stream_type_to_audio_attributes(*stream, &attributes); |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 770 | } |
Eric Laurent | 20b9ef0 | 2016-12-05 11:03:16 -0800 | [diff] [blame] | 771 | |
| 772 | // TODO: check for existing client for this port ID |
| 773 | if (*portId == AUDIO_PORT_HANDLE_NONE) { |
| 774 | *portId = AudioPort::getNextUniqueId(); |
| 775 | } |
| 776 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 777 | sp<SwAudioOutputDescriptor> desc; |
Jean-Michel Trivi | e8deced | 2016-02-11 12:50:39 -0800 | [diff] [blame] | 778 | if (mPolicyMixes.getOutputForAttr(attributes, uid, desc) == NO_ERROR) { |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 779 | ALOG_ASSERT(desc != 0, "Invalid desc returned by getOutputForAttr"); |
Eric Laurent | 20b9ef0 | 2016-12-05 11:03:16 -0800 | [diff] [blame] | 780 | if (!audio_has_proportional_frames(config->format)) { |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 781 | return BAD_VALUE; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 782 | } |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 783 | *stream = streamTypefromAttributesInt(&attributes); |
| 784 | *output = desc->mIoHandle; |
| 785 | ALOGV("getOutputForAttr() returns output %d", *output); |
| 786 | return NO_ERROR; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 787 | } |
| 788 | if (attributes.usage == AUDIO_USAGE_VIRTUAL_SOURCE) { |
| 789 | ALOGW("getOutputForAttr() no policy mix found for usage AUDIO_USAGE_VIRTUAL_SOURCE"); |
| 790 | return BAD_VALUE; |
| 791 | } |
| 792 | |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 793 | ALOGV("getOutputForAttr() usage=%d, content=%d, tag=%s flags=%08x" |
| 794 | " session %d selectedDeviceId %d", |
| 795 | attributes.usage, attributes.content_type, attributes.tags, attributes.flags, |
Eric Laurent | 2ac7694 | 2017-06-22 17:17:09 -0700 | [diff] [blame] | 796 | session, *selectedDeviceId); |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 797 | |
| 798 | *stream = streamTypefromAttributesInt(&attributes); |
| 799 | |
| 800 | // Explicit routing? |
| 801 | sp<DeviceDescriptor> deviceDesc; |
Eric Laurent | 2ac7694 | 2017-06-22 17:17:09 -0700 | [diff] [blame] | 802 | if (*selectedDeviceId != AUDIO_PORT_HANDLE_NONE) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 803 | deviceDesc = mAvailableOutputDevices.getDeviceFromId(*selectedDeviceId); |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 804 | } |
| 805 | mOutputRoutes.addRoute(session, *stream, SessionRoute::SOURCE_TYPE_NA, deviceDesc, uid); |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 806 | |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 807 | routing_strategy strategy = (routing_strategy) getStrategyForAttr(&attributes); |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 808 | audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); |
Eric Laurent | 93c3d41 | 2014-08-01 14:48:35 -0700 | [diff] [blame] | 809 | |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 810 | if ((attributes.flags & AUDIO_FLAG_HW_AV_SYNC) != 0) { |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 811 | *flags = (audio_output_flags_t)(*flags | AUDIO_OUTPUT_FLAG_HW_AV_SYNC); |
Eric Laurent | 93c3d41 | 2014-08-01 14:48:35 -0700 | [diff] [blame] | 812 | } |
| 813 | |
Glenn Kasten | 49f36ba | 2017-12-06 13:02:02 -0800 | [diff] [blame] | 814 | ALOGV("getOutputForAttr() device 0x%x, sampling rate %d, format %#x, channel mask %#x, " |
| 815 | "flags %#x", |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 816 | device, config->sample_rate, config->format, config->channel_mask, *flags); |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 817 | |
Andy Hung | c88b064 | 2018-04-27 15:42:35 -0700 | [diff] [blame] | 818 | *output = getOutputForDevice(device, session, *stream, config, flags); |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 819 | if (*output == AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 820 | mOutputRoutes.removeRoute(session); |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 821 | return INVALID_OPERATION; |
| 822 | } |
Paul McLean | aa98119 | 2015-03-21 09:55:15 -0700 | [diff] [blame] | 823 | |
Eric Laurent | 2ac7694 | 2017-06-22 17:17:09 -0700 | [diff] [blame] | 824 | DeviceVector outputDevices = mAvailableOutputDevices.getDevicesFromType(device); |
| 825 | *selectedDeviceId = outputDevices.size() > 0 ? outputDevices.itemAt(0)->getId() |
| 826 | : AUDIO_PORT_HANDLE_NONE; |
| 827 | |
| 828 | ALOGV(" getOutputForAttr() returns output %d selectedDeviceId %d", *output, *selectedDeviceId); |
| 829 | |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 830 | return NO_ERROR; |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 831 | } |
| 832 | |
| 833 | audio_io_handle_t AudioPolicyManager::getOutputForDevice( |
| 834 | audio_devices_t device, |
Kevin Rocard | 169753c | 2017-03-06 14:18:23 -0800 | [diff] [blame] | 835 | audio_session_t session, |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 836 | audio_stream_type_t stream, |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 837 | const audio_config_t *config, |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 838 | audio_output_flags_t *flags) |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 839 | { |
Andy Hung | c88b064 | 2018-04-27 15:42:35 -0700 | [diff] [blame] | 840 | audio_io_handle_t output = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 841 | status_t status; |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 842 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 843 | // open a direct output if required by specified parameters |
| 844 | //force direct flag if offload flag is set: offloading implies a direct output stream |
| 845 | // and all common behaviors are driven by checking only the direct flag |
| 846 | // this should normally be set appropriately in the policy configuration file |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 847 | if ((*flags & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) != 0) { |
| 848 | *flags = (audio_output_flags_t)(*flags | AUDIO_OUTPUT_FLAG_DIRECT); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 849 | } |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 850 | if ((*flags & AUDIO_OUTPUT_FLAG_HW_AV_SYNC) != 0) { |
| 851 | *flags = (audio_output_flags_t)(*flags | AUDIO_OUTPUT_FLAG_DIRECT); |
Eric Laurent | 93c3d41 | 2014-08-01 14:48:35 -0700 | [diff] [blame] | 852 | } |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 853 | // only allow deep buffering for music stream type |
| 854 | if (stream != AUDIO_STREAM_MUSIC) { |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 855 | *flags = (audio_output_flags_t)(*flags &~AUDIO_OUTPUT_FLAG_DEEP_BUFFER); |
Ravi Kumar Alamanda | 439e4ed | 2015-04-03 12:13:21 -0700 | [diff] [blame] | 856 | } else if (/* stream == AUDIO_STREAM_MUSIC && */ |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 857 | *flags == AUDIO_OUTPUT_FLAG_NONE && |
Ravi Kumar Alamanda | 439e4ed | 2015-04-03 12:13:21 -0700 | [diff] [blame] | 858 | property_get_bool("audio.deep_buffer.media", false /* default_value */)) { |
| 859 | // use DEEP_BUFFER as default output for music stream type |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 860 | *flags = (audio_output_flags_t)AUDIO_OUTPUT_FLAG_DEEP_BUFFER; |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 861 | } |
Ravi Kumar Alamanda | c36a889 | 2015-04-24 16:35:49 -0700 | [diff] [blame] | 862 | if (stream == AUDIO_STREAM_TTS) { |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 863 | *flags = AUDIO_OUTPUT_FLAG_TTS; |
Haynes Mathew George | 84c621e | 2017-04-25 11:41:50 -0700 | [diff] [blame] | 864 | } else if (stream == AUDIO_STREAM_VOICE_CALL && |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 865 | audio_is_linear_pcm(config->format)) { |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 866 | *flags = (audio_output_flags_t)(AUDIO_OUTPUT_FLAG_VOIP_RX | |
Haynes Mathew George | 84c621e | 2017-04-25 11:41:50 -0700 | [diff] [blame] | 867 | AUDIO_OUTPUT_FLAG_DIRECT); |
| 868 | ALOGV("Set VoIP and Direct output flags for PCM format"); |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 869 | } else if (device == AUDIO_DEVICE_OUT_TELEPHONY_TX && |
| 870 | stream == AUDIO_STREAM_MUSIC && |
| 871 | audio_is_linear_pcm(config->format) && |
| 872 | isInCall()) { |
| 873 | *flags = (audio_output_flags_t)AUDIO_OUTPUT_FLAG_INCALL_MUSIC; |
Ravi Kumar Alamanda | c36a889 | 2015-04-24 16:35:49 -0700 | [diff] [blame] | 874 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 875 | |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 876 | |
Eric Laurent | b732cf5 | 2014-09-24 19:08:21 -0700 | [diff] [blame] | 877 | sp<IOProfile> profile; |
| 878 | |
| 879 | // skip direct output selection if the request can obviously be attached to a mixed output |
Eric Laurent | c260784 | 2014-09-29 09:43:03 -0700 | [diff] [blame] | 880 | // and not explicitly requested |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 881 | if (((*flags & AUDIO_OUTPUT_FLAG_DIRECT) == 0) && |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 882 | audio_is_linear_pcm(config->format) && config->sample_rate <= SAMPLE_RATE_HZ_MAX && |
| 883 | audio_channel_count_from_out_mask(config->channel_mask) <= 2) { |
Eric Laurent | b732cf5 | 2014-09-24 19:08:21 -0700 | [diff] [blame] | 884 | goto non_direct_output; |
| 885 | } |
| 886 | |
Andy Hung | 2ddee19 | 2015-12-18 17:34:44 -0800 | [diff] [blame] | 887 | // Do not allow offloading if one non offloadable effect is enabled or MasterMono is enabled. |
| 888 | // This prevents creating an offloaded track and tearing it down immediately after start |
| 889 | // when audioflinger detects there is an active non offloadable effect. |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 890 | // FIXME: We should check the audio session here but we do not have it in this context. |
| 891 | // This may prevent offloading in rare situations where effects are left active by apps |
| 892 | // in the background. |
Eric Laurent | b732cf5 | 2014-09-24 19:08:21 -0700 | [diff] [blame] | 893 | |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 894 | if (((*flags & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) == 0) || |
Andy Hung | 2ddee19 | 2015-12-18 17:34:44 -0800 | [diff] [blame] | 895 | !(mEffects.isNonOffloadableEffectEnabled() || mMasterMono)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 896 | profile = getProfileForDirectOutput(device, |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 897 | config->sample_rate, |
| 898 | config->format, |
| 899 | config->channel_mask, |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 900 | (audio_output_flags_t)*flags); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 901 | } |
| 902 | |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 903 | if (profile != 0) { |
Andy Hung | c88b064 | 2018-04-27 15:42:35 -0700 | [diff] [blame] | 904 | // exclusive outputs for MMAP and Offload are enforced by different session ids. |
| 905 | for (size_t i = 0; i < mOutputs.size(); i++) { |
| 906 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); |
| 907 | if (!desc->isDuplicated() && (profile == desc->mProfile)) { |
| 908 | // reuse direct output if currently open by the same client |
| 909 | // and configured with same parameters |
| 910 | if ((config->sample_rate == desc->mSamplingRate) && |
Andy Hung | 5659ed5 | 2018-04-30 10:31:26 -0700 | [diff] [blame] | 911 | (config->format == desc->mFormat) && |
Andy Hung | c88b064 | 2018-04-27 15:42:35 -0700 | [diff] [blame] | 912 | (config->channel_mask == desc->mChannelMask) && |
| 913 | (session == desc->mDirectClientSession)) { |
| 914 | desc->mDirectOpenCount++; |
| 915 | ALOGI("getOutputForDevice() reusing direct output %d for session %d", |
| 916 | mOutputs.keyAt(i), session); |
| 917 | return mOutputs.keyAt(i); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 918 | } |
| 919 | } |
| 920 | } |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 921 | |
| 922 | if (!profile->canOpenNewIo()) { |
| 923 | goto non_direct_output; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 924 | } |
Eric Laurent | 861a628 | 2015-05-18 15:40:16 -0700 | [diff] [blame] | 925 | |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 926 | sp<SwAudioOutputDescriptor> outputDesc = |
| 927 | new SwAudioOutputDescriptor(profile, mpClientInterface); |
Eric Laurent | 53b810e | 2017-12-10 17:25:10 -0800 | [diff] [blame] | 928 | |
| 929 | DeviceVector outputDevices = mAvailableOutputDevices.getDevicesFromType(device); |
| 930 | String8 address = outputDevices.size() > 0 ? outputDevices.itemAt(0)->mAddress |
| 931 | : String8(""); |
| 932 | |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 933 | status = outputDesc->open(config, device, address, stream, *flags, &output); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 934 | |
| 935 | // only accept an output with the requested parameters |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 936 | if (status != NO_ERROR || |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 937 | (config->sample_rate != 0 && config->sample_rate != outputDesc->mSamplingRate) || |
Andy Hung | 5659ed5 | 2018-04-30 10:31:26 -0700 | [diff] [blame] | 938 | (config->format != AUDIO_FORMAT_DEFAULT && config->format != outputDesc->mFormat) || |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 939 | (config->channel_mask != 0 && config->channel_mask != outputDesc->mChannelMask)) { |
| 940 | ALOGV("getOutputForDevice() failed opening direct output: output %d sample rate %d %d," |
| 941 | "format %d %d, channel mask %04x %04x", output, config->sample_rate, |
| 942 | outputDesc->mSamplingRate, config->format, outputDesc->mFormat, |
| 943 | config->channel_mask, outputDesc->mChannelMask); |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 944 | if (output != AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 945 | outputDesc->close(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 946 | } |
Eric Laurent | a82797f | 2015-01-30 11:49:43 -0800 | [diff] [blame] | 947 | // fall back to mixer output if possible when the direct output could not be open |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 948 | if (audio_is_linear_pcm(config->format) && |
| 949 | config->sample_rate <= SAMPLE_RATE_HZ_MAX) { |
Eric Laurent | a82797f | 2015-01-30 11:49:43 -0800 | [diff] [blame] | 950 | goto non_direct_output; |
| 951 | } |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 952 | return AUDIO_IO_HANDLE_NONE; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 953 | } |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 954 | outputDesc->mRefCount[stream] = 0; |
| 955 | outputDesc->mStopTime[stream] = 0; |
| 956 | outputDesc->mDirectOpenCount = 1; |
Kevin Rocard | 169753c | 2017-03-06 14:18:23 -0800 | [diff] [blame] | 957 | outputDesc->mDirectClientSession = session; |
| 958 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 959 | addOutput(output, outputDesc); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 960 | mPreviousOutputs = mOutputs; |
Eric Laurent | f4e6345 | 2017-11-06 19:31:46 +0000 | [diff] [blame] | 961 | ALOGV("getOutputForDevice() returns new direct output %d", output); |
Eric Laurent | b52c152 | 2014-05-20 11:27:36 -0700 | [diff] [blame] | 962 | mpClientInterface->onAudioPortListUpdate(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 963 | return output; |
| 964 | } |
| 965 | |
Eric Laurent | b732cf5 | 2014-09-24 19:08:21 -0700 | [diff] [blame] | 966 | non_direct_output: |
Eric Laurent | 14cbfca | 2016-03-17 09:42:16 -0700 | [diff] [blame] | 967 | |
| 968 | // A request for HW A/V sync cannot fallback to a mixed output because time |
| 969 | // stamps are embedded in audio data |
Phil Burk | 2d05993 | 2018-02-15 15:55:11 -0800 | [diff] [blame] | 970 | if ((*flags & (AUDIO_OUTPUT_FLAG_HW_AV_SYNC | AUDIO_OUTPUT_FLAG_MMAP_NOIRQ)) != 0) { |
Eric Laurent | 14cbfca | 2016-03-17 09:42:16 -0700 | [diff] [blame] | 971 | return AUDIO_IO_HANDLE_NONE; |
| 972 | } |
| 973 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 974 | // ignoring channel mask due to downmix capability in mixer |
| 975 | |
| 976 | // open a non direct output |
| 977 | |
| 978 | // for non direct outputs, only PCM is supported |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 979 | if (audio_is_linear_pcm(config->format)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 980 | // get which output is suitable for the specified stream. The actual |
| 981 | // routing change will happen when startOutput() will be called |
| 982 | SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(device, mOutputs); |
| 983 | |
Eric Laurent | 8838a38 | 2014-09-08 16:44:28 -0700 | [diff] [blame] | 984 | // at this stage we should ignore the DIRECT flag as no direct output could be found earlier |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 985 | *flags = (audio_output_flags_t)(*flags & ~AUDIO_OUTPUT_FLAG_DIRECT); |
| 986 | output = selectOutput(outputs, *flags, config->format); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 987 | } |
Eric Laurent | f4e6345 | 2017-11-06 19:31:46 +0000 | [diff] [blame] | 988 | ALOGW_IF((output == 0), "getOutputForDevice() could not find output for stream %d, " |
Glenn Kasten | 49f36ba | 2017-12-06 13:02:02 -0800 | [diff] [blame] | 989 | "sampling rate %d, format %#x, channels %#x, flags %#x", |
Nadav Bar | 766fb02 | 2018-01-07 12:18:03 +0200 | [diff] [blame] | 990 | stream, config->sample_rate, config->format, config->channel_mask, *flags); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 991 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 992 | return output; |
| 993 | } |
| 994 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 995 | audio_io_handle_t AudioPolicyManager::selectOutput(const SortedVector<audio_io_handle_t>& outputs, |
Eric Laurent | 8838a38 | 2014-09-08 16:44:28 -0700 | [diff] [blame] | 996 | audio_output_flags_t flags, |
| 997 | audio_format_t format) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 998 | { |
| 999 | // select one output among several that provide a path to a particular device or set of |
| 1000 | // devices (the list was previously build by getOutputsForDevice()). |
| 1001 | // The priority is as follows: |
| 1002 | // 1: the output with the highest number of requested policy flags |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1003 | // 2: the output with the bit depth the closest to the requested one |
| 1004 | // 3: the primary output |
| 1005 | // 4: the first output in the list |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1006 | |
| 1007 | if (outputs.size() == 0) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1008 | return AUDIO_IO_HANDLE_NONE; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1009 | } |
| 1010 | if (outputs.size() == 1) { |
| 1011 | return outputs[0]; |
| 1012 | } |
| 1013 | |
| 1014 | int maxCommonFlags = 0; |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1015 | audio_io_handle_t outputForFlags = AUDIO_IO_HANDLE_NONE; |
| 1016 | audio_io_handle_t outputForPrimary = AUDIO_IO_HANDLE_NONE; |
| 1017 | audio_io_handle_t outputForFormat = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1018 | audio_format_t bestFormat = AUDIO_FORMAT_INVALID; |
| 1019 | audio_format_t bestFormatForFlags = AUDIO_FORMAT_INVALID; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1020 | |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1021 | for (audio_io_handle_t output : outputs) { |
| 1022 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.valueFor(output); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1023 | if (!outputDesc->isDuplicated()) { |
Eric Laurent | 8838a38 | 2014-09-08 16:44:28 -0700 | [diff] [blame] | 1024 | // if a valid format is specified, skip output if not compatible |
| 1025 | if (format != AUDIO_FORMAT_INVALID) { |
| 1026 | if (outputDesc->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) { |
Andy Hung | 5659ed5 | 2018-04-30 10:31:26 -0700 | [diff] [blame] | 1027 | if (format != outputDesc->mFormat) { |
Eric Laurent | 8838a38 | 2014-09-08 16:44:28 -0700 | [diff] [blame] | 1028 | continue; |
| 1029 | } |
| 1030 | } else if (!audio_is_linear_pcm(format)) { |
| 1031 | continue; |
| 1032 | } |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1033 | if (AudioPort::isBetterFormatMatch( |
| 1034 | outputDesc->mFormat, bestFormat, format)) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1035 | outputForFormat = output; |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1036 | bestFormat = outputDesc->mFormat; |
| 1037 | } |
Eric Laurent | 8838a38 | 2014-09-08 16:44:28 -0700 | [diff] [blame] | 1038 | } |
| 1039 | |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 1040 | int commonFlags = popcount(outputDesc->mProfile->getFlags() & flags); |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1041 | if (commonFlags >= maxCommonFlags) { |
| 1042 | if (commonFlags == maxCommonFlags) { |
Andy Hung | c990152 | 2017-11-10 20:07:54 -0800 | [diff] [blame] | 1043 | if (format != AUDIO_FORMAT_INVALID |
| 1044 | && AudioPort::isBetterFormatMatch( |
| 1045 | outputDesc->mFormat, bestFormatForFlags, format)) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1046 | outputForFlags = output; |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1047 | bestFormatForFlags = outputDesc->mFormat; |
| 1048 | } |
| 1049 | } else { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1050 | outputForFlags = output; |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1051 | maxCommonFlags = commonFlags; |
| 1052 | bestFormatForFlags = outputDesc->mFormat; |
| 1053 | } |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1054 | ALOGV("selectOutput() commonFlags for output %d, %04x", output, commonFlags); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1055 | } |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 1056 | if (outputDesc->mProfile->getFlags() & AUDIO_OUTPUT_FLAG_PRIMARY) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1057 | outputForPrimary = output; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1058 | } |
| 1059 | } |
| 1060 | } |
| 1061 | |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1062 | if (outputForFlags != AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1063 | return outputForFlags; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1064 | } |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1065 | if (outputForFormat != AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1066 | return outputForFormat; |
| 1067 | } |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1068 | if (outputForPrimary != AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | e693002 | 2016-02-11 10:20:40 -0800 | [diff] [blame] | 1069 | return outputForPrimary; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1070 | } |
| 1071 | |
| 1072 | return outputs[0]; |
| 1073 | } |
| 1074 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 1075 | status_t AudioPolicyManager::startOutput(audio_io_handle_t output, |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 1076 | audio_stream_type_t stream, |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 1077 | audio_session_t session) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1078 | { |
Paul McLean | aa98119 | 2015-03-21 09:55:15 -0700 | [diff] [blame] | 1079 | ALOGV("startOutput() output %d, stream %d, session %d", |
| 1080 | output, stream, session); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1081 | ssize_t index = mOutputs.indexOfKey(output); |
| 1082 | if (index < 0) { |
| 1083 | ALOGW("startOutput() unknown output %d", output); |
| 1084 | return BAD_VALUE; |
| 1085 | } |
| 1086 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1087 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.valueAt(index); |
| 1088 | |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 1089 | status_t status = outputDesc->start(); |
| 1090 | if (status != NO_ERROR) { |
| 1091 | return status; |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 1092 | } |
| 1093 | |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1094 | // Routing? |
| 1095 | mOutputRoutes.incRouteActivity(session); |
| 1096 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1097 | audio_devices_t newDevice; |
Eric Laurent | c40d969 | 2016-04-13 19:14:13 -0700 | [diff] [blame] | 1098 | AudioMix *policyMix = NULL; |
| 1099 | const char *address = NULL; |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1100 | if (outputDesc->mPolicyMix != NULL) { |
Eric Laurent | c40d969 | 2016-04-13 19:14:13 -0700 | [diff] [blame] | 1101 | policyMix = outputDesc->mPolicyMix; |
| 1102 | address = policyMix->mDeviceAddress.string(); |
| 1103 | if ((policyMix->mRouteFlags & MIX_ROUTE_FLAG_RENDER) == MIX_ROUTE_FLAG_RENDER) { |
| 1104 | newDevice = policyMix->mDeviceType; |
| 1105 | } else { |
| 1106 | newDevice = AUDIO_DEVICE_OUT_REMOTE_SUBMIX; |
| 1107 | } |
Eric Laurent | 2157f5b | 2018-04-25 18:33:02 -0700 | [diff] [blame] | 1108 | } else if (mOutputRoutes.getAndClearRouteChanged(session)) { |
Eric Laurent | 493404d | 2015-04-21 15:07:36 -0700 | [diff] [blame] | 1109 | newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1110 | checkStrategyRoute(getStrategy(stream), output); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1111 | } else { |
| 1112 | newDevice = AUDIO_DEVICE_NONE; |
| 1113 | } |
| 1114 | |
| 1115 | uint32_t delayMs = 0; |
| 1116 | |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 1117 | status = startSource(outputDesc, stream, newDevice, address, &delayMs); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1118 | |
| 1119 | if (status != NO_ERROR) { |
| 1120 | mOutputRoutes.decRouteActivity(session); |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 1121 | outputDesc->stop(); |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1122 | return status; |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1123 | } |
| 1124 | // Automatically enable the remote submix input when output is started on a re routing mix |
| 1125 | // of type MIX_TYPE_RECORDERS |
Eric Laurent | c40d969 | 2016-04-13 19:14:13 -0700 | [diff] [blame] | 1126 | if (audio_is_remote_submix_device(newDevice) && policyMix != NULL && |
| 1127 | policyMix->mMixType == MIX_TYPE_RECORDERS) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1128 | setDeviceConnectionStateInt(AUDIO_DEVICE_IN_REMOTE_SUBMIX, |
| 1129 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE, |
Eric Laurent | c40d969 | 2016-04-13 19:14:13 -0700 | [diff] [blame] | 1130 | address, |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1131 | "remote-submix"); |
| 1132 | } |
| 1133 | |
| 1134 | if (delayMs != 0) { |
| 1135 | usleep(delayMs * 1000); |
| 1136 | } |
| 1137 | |
| 1138 | return status; |
| 1139 | } |
| 1140 | |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 1141 | status_t AudioPolicyManager::startSource(const sp<AudioOutputDescriptor>& outputDesc, |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1142 | audio_stream_type_t stream, |
| 1143 | audio_devices_t device, |
Eric Laurent | c40d969 | 2016-04-13 19:14:13 -0700 | [diff] [blame] | 1144 | const char *address, |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1145 | uint32_t *delayMs) |
| 1146 | { |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 1147 | // cannot start playback of STREAM_TTS if any other output is being used |
| 1148 | uint32_t beaconMuteLatency = 0; |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1149 | |
| 1150 | *delayMs = 0; |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 1151 | if (stream == AUDIO_STREAM_TTS) { |
| 1152 | ALOGV("\t found BEACON stream"); |
Eric Laurent | 9459fb0 | 2015-08-12 18:36:32 -0700 | [diff] [blame] | 1153 | if (!mTtsOutputAvailable && mOutputs.isAnyOutputActive(AUDIO_STREAM_TTS /*streamToIgnore*/)) { |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 1154 | return INVALID_OPERATION; |
| 1155 | } else { |
| 1156 | beaconMuteLatency = handleEventForBeacon(STARTING_BEACON); |
| 1157 | } |
| 1158 | } else { |
| 1159 | // some playback other than beacon starts |
| 1160 | beaconMuteLatency = handleEventForBeacon(STARTING_OUTPUT); |
| 1161 | } |
| 1162 | |
Eric Laurent | 77305a6 | 2016-07-25 16:39:22 -0700 | [diff] [blame] | 1163 | // force device change if the output is inactive and no audio patch is already present. |
Eric Laurent | 7c1ec5f | 2015-07-09 14:52:47 -0700 | [diff] [blame] | 1164 | // check active before incrementing usage count |
Eric Laurent | 77305a6 | 2016-07-25 16:39:22 -0700 | [diff] [blame] | 1165 | bool force = !outputDesc->isActive() && |
| 1166 | (outputDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE); |
Eric Laurent | 7c1ec5f | 2015-07-09 14:52:47 -0700 | [diff] [blame] | 1167 | |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 1168 | // requiresMuteCheck is false when we can bypass mute strategy. |
| 1169 | // It covers a common case when there is no materially active audio |
| 1170 | // and muting would result in unnecessary delay and dropped audio. |
| 1171 | const uint32_t outputLatencyMs = outputDesc->latency(); |
| 1172 | bool requiresMuteCheck = outputDesc->isActive(outputLatencyMs * 2); // account for drain |
| 1173 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1174 | // increment usage count for this stream on the requested output: |
| 1175 | // NOTE that the usage count is the same for duplicated output and hardware output which is |
| 1176 | // necessary for a correct control of hardware output routing by startOutput() and stopOutput() |
| 1177 | outputDesc->changeRefCount(stream, 1); |
| 1178 | |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 1179 | if (stream == AUDIO_STREAM_MUSIC) { |
| 1180 | selectOutputForMusicEffects(); |
| 1181 | } |
| 1182 | |
Eric Laurent | 493404d | 2015-04-21 15:07:36 -0700 | [diff] [blame] | 1183 | if (outputDesc->mRefCount[stream] == 1 || device != AUDIO_DEVICE_NONE) { |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 1184 | // starting an output being rerouted? |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1185 | if (device == AUDIO_DEVICE_NONE) { |
| 1186 | device = getNewOutputDevice(outputDesc, false /*fromCache*/); |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 1187 | } |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 1188 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1189 | routing_strategy strategy = getStrategy(stream); |
| 1190 | bool shouldWait = (strategy == STRATEGY_SONIFICATION) || |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 1191 | (strategy == STRATEGY_SONIFICATION_RESPECTFUL) || |
| 1192 | (beaconMuteLatency > 0); |
| 1193 | uint32_t waitMs = beaconMuteLatency; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1194 | for (size_t i = 0; i < mOutputs.size(); i++) { |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 1195 | sp<AudioOutputDescriptor> desc = mOutputs.valueAt(i); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1196 | if (desc != outputDesc) { |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 1197 | // An output has a shared device if |
| 1198 | // - managed by the same hw module |
| 1199 | // - supports the currently selected device |
| 1200 | const bool sharedDevice = outputDesc->sharesHwModuleWith(desc) |
| 1201 | && (desc->supportedDevices() & device) != AUDIO_DEVICE_NONE; |
| 1202 | |
Eric Laurent | 77305a6 | 2016-07-25 16:39:22 -0700 | [diff] [blame] | 1203 | // force a device change if any other output is: |
| 1204 | // - managed by the same hw module |
Jean-Michel Trivi | 4a5b481 | 2018-02-08 17:22:32 +0000 | [diff] [blame] | 1205 | // - supports currently selected device |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 1206 | // - has a current device selection that differs from selected device. |
Eric Laurent | 77305a6 | 2016-07-25 16:39:22 -0700 | [diff] [blame] | 1207 | // - has an active audio patch |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1208 | // In this case, the audio HAL must receive the new device selection so that it can |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 1209 | // change the device currently selected by the other output. |
| 1210 | if (sharedDevice && |
Eric Laurent | 77305a6 | 2016-07-25 16:39:22 -0700 | [diff] [blame] | 1211 | desc->device() != device && |
Eric Laurent | 77305a6 | 2016-07-25 16:39:22 -0700 | [diff] [blame] | 1212 | desc->getPatchHandle() != AUDIO_PATCH_HANDLE_NONE) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1213 | force = true; |
| 1214 | } |
| 1215 | // wait for audio on other active outputs to be presented when starting |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 1216 | // a notification so that audio focus effect can propagate, or that a mute/unmute |
| 1217 | // event occurred for beacon |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 1218 | const uint32_t latencyMs = desc->latency(); |
| 1219 | const bool isActive = desc->isActive(latencyMs * 2); // account for drain |
| 1220 | |
| 1221 | if (shouldWait && isActive && (waitMs < latencyMs)) { |
| 1222 | waitMs = latencyMs; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1223 | } |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 1224 | |
| 1225 | // Require mute check if another output is on a shared device |
| 1226 | // and currently active to have proper drain and avoid pops. |
| 1227 | // Note restoring AudioTracks onto this output needs to invoke |
| 1228 | // a volume ramp if there is no mute. |
| 1229 | requiresMuteCheck |= sharedDevice && isActive; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1230 | } |
| 1231 | } |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 1232 | |
| 1233 | const uint32_t muteWaitMs = |
| 1234 | setOutputDevice(outputDesc, device, force, 0, NULL, address, requiresMuteCheck); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1235 | |
| 1236 | // handle special case for sonification while in call |
| 1237 | if (isInCall()) { |
| 1238 | handleIncallSonification(stream, true, false); |
| 1239 | } |
| 1240 | |
| 1241 | // apply volume rules for current stream and device if necessary |
| 1242 | checkAndSetVolume(stream, |
Shuhei Miyazaki | 6fe7033 | 2017-07-31 15:21:28 +0900 | [diff] [blame] | 1243 | mVolumeCurves->getVolumeIndex(stream, outputDesc->device()), |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1244 | outputDesc, |
Shuhei Miyazaki | 6fe7033 | 2017-07-31 15:21:28 +0900 | [diff] [blame] | 1245 | outputDesc->device()); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1246 | |
| 1247 | // update the outputs if starting an output with a stream that can affect notification |
| 1248 | // routing |
| 1249 | handleNotificationRoutingForStream(stream); |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 1250 | |
Eric Laurent | 2cbe89a | 2014-12-19 11:49:08 -0800 | [diff] [blame] | 1251 | // force reevaluating accessibility routing when ringtone or alarm starts |
| 1252 | if (strategy == STRATEGY_SONIFICATION) { |
| 1253 | mpClientInterface->invalidateStream(AUDIO_STREAM_ACCESSIBILITY); |
| 1254 | } |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 1255 | |
| 1256 | if (waitMs > muteWaitMs) { |
| 1257 | *delayMs = waitMs - muteWaitMs; |
| 1258 | } |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 1259 | |
| 1260 | // FIXME: A device change (muteWaitMs > 0) likely introduces a volume change. |
| 1261 | // A volume change enacted by APM with 0 delay is not synchronous, as it goes |
| 1262 | // via AudioCommandThread to AudioFlinger. Hence it is possible that the volume |
| 1263 | // change occurs after the MixerThread starts and causes a stream volume |
| 1264 | // glitch. |
| 1265 | // |
| 1266 | // We do not introduce additional delay here. |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1267 | } |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 1268 | |
Tomoharu Kasahara | b62d78b | 2018-01-18 20:55:02 +0900 | [diff] [blame] | 1269 | if (stream == AUDIO_STREAM_ENFORCED_AUDIBLE && |
| 1270 | mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_SYSTEM) == AUDIO_POLICY_FORCE_SYSTEM_ENFORCED) { |
| 1271 | setStrategyMute(STRATEGY_SONIFICATION, true, outputDesc); |
| 1272 | } |
| 1273 | |
Tomoharu Kasahara | a81f098 | 2018-01-18 20:55:02 +0900 | [diff] [blame] | 1274 | if (stream == AUDIO_STREAM_ENFORCED_AUDIBLE && |
| 1275 | mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_SYSTEM) == AUDIO_POLICY_FORCE_SYSTEM_ENFORCED) { |
| 1276 | setStrategyMute(STRATEGY_SONIFICATION, true, outputDesc); |
| 1277 | } |
| 1278 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1279 | return NO_ERROR; |
| 1280 | } |
| 1281 | |
| 1282 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 1283 | status_t AudioPolicyManager::stopOutput(audio_io_handle_t output, |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 1284 | audio_stream_type_t stream, |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 1285 | audio_session_t session) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1286 | { |
| 1287 | ALOGV("stopOutput() output %d, stream %d, session %d", output, stream, session); |
| 1288 | ssize_t index = mOutputs.indexOfKey(output); |
| 1289 | if (index < 0) { |
| 1290 | ALOGW("stopOutput() unknown output %d", output); |
| 1291 | return BAD_VALUE; |
| 1292 | } |
| 1293 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1294 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.valueAt(index); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1295 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1296 | if (outputDesc->mRefCount[stream] == 1) { |
| 1297 | // Automatically disable the remote submix input when output is stopped on a |
| 1298 | // re routing mix of type MIX_TYPE_RECORDERS |
| 1299 | if (audio_is_remote_submix_device(outputDesc->mDevice) && |
| 1300 | outputDesc->mPolicyMix != NULL && |
| 1301 | outputDesc->mPolicyMix->mMixType == MIX_TYPE_RECORDERS) { |
| 1302 | setDeviceConnectionStateInt(AUDIO_DEVICE_IN_REMOTE_SUBMIX, |
| 1303 | AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE, |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 1304 | outputDesc->mPolicyMix->mDeviceAddress, |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1305 | "remote-submix"); |
| 1306 | } |
| 1307 | } |
| 1308 | |
| 1309 | // Routing? |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1310 | bool forceDeviceUpdate = false; |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1311 | if (outputDesc->mRefCount[stream] > 0) { |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1312 | int activityCount = mOutputRoutes.decRouteActivity(session); |
| 1313 | forceDeviceUpdate = (mOutputRoutes.hasRoute(session) && (activityCount == 0)); |
| 1314 | |
| 1315 | if (forceDeviceUpdate) { |
| 1316 | checkStrategyRoute(getStrategy(stream), AUDIO_IO_HANDLE_NONE); |
| 1317 | } |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1318 | } |
| 1319 | |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 1320 | status_t status = stopSource(outputDesc, stream, forceDeviceUpdate); |
| 1321 | |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 1322 | if (status == NO_ERROR ) { |
| 1323 | outputDesc->stop(); |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 1324 | } |
| 1325 | return status; |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1326 | } |
| 1327 | |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 1328 | status_t AudioPolicyManager::stopSource(const sp<AudioOutputDescriptor>& outputDesc, |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1329 | audio_stream_type_t stream, |
| 1330 | bool forceDeviceUpdate) |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1331 | { |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 1332 | // always handle stream stop, check which stream type is stopping |
| 1333 | handleEventForBeacon(stream == AUDIO_STREAM_TTS ? STOPPING_BEACON : STOPPING_OUTPUT); |
| 1334 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1335 | // handle special case for sonification while in call |
| 1336 | if (isInCall()) { |
| 1337 | handleIncallSonification(stream, false, false); |
| 1338 | } |
| 1339 | |
| 1340 | if (outputDesc->mRefCount[stream] > 0) { |
| 1341 | // decrement usage count of this stream on the output |
| 1342 | outputDesc->changeRefCount(stream, -1); |
Paul McLean | aa98119 | 2015-03-21 09:55:15 -0700 | [diff] [blame] | 1343 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1344 | // store time at which the stream was stopped - see isStreamActive() |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1345 | if (outputDesc->mRefCount[stream] == 0 || forceDeviceUpdate) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1346 | outputDesc->mStopTime[stream] = systemTime(); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1347 | audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1348 | // delay the device switch by twice the latency because stopOutput() is executed when |
| 1349 | // the track stop() command is received and at that time the audio track buffer can |
| 1350 | // still contain data that needs to be drained. The latency only covers the audio HAL |
| 1351 | // and kernel buffers. Also the latency does not always include additional delay in the |
| 1352 | // audio path (audio DSP, CODEC ...) |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1353 | setOutputDevice(outputDesc, newDevice, false, outputDesc->latency()*2); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1354 | |
| 1355 | // force restoring the device selection on other active outputs if it differs from the |
| 1356 | // one being selected for this output |
Eric Laurent | 57de36c | 2016-09-28 16:59:11 -0700 | [diff] [blame] | 1357 | uint32_t delayMs = outputDesc->latency()*2; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1358 | for (size_t i = 0; i < mOutputs.size(); i++) { |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 1359 | sp<AudioOutputDescriptor> desc = mOutputs.valueAt(i); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1360 | if (desc != outputDesc && |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1361 | desc->isActive() && |
| 1362 | outputDesc->sharesHwModuleWith(desc) && |
| 1363 | (newDevice != desc->device())) { |
Haynes Mathew George | 11c499a | 2016-08-26 12:08:25 -0700 | [diff] [blame] | 1364 | audio_devices_t newDevice2 = getNewOutputDevice(desc, false /*fromCache*/); |
| 1365 | bool force = desc->device() != newDevice2; |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1366 | setOutputDevice(desc, |
Haynes Mathew George | 11c499a | 2016-08-26 12:08:25 -0700 | [diff] [blame] | 1367 | newDevice2, |
| 1368 | force, |
Eric Laurent | 57de36c | 2016-09-28 16:59:11 -0700 | [diff] [blame] | 1369 | delayMs); |
| 1370 | // re-apply device specific volume if not done by setOutputDevice() |
| 1371 | if (!force) { |
| 1372 | applyStreamVolumes(desc, newDevice2, delayMs); |
| 1373 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1374 | } |
| 1375 | } |
| 1376 | // update the outputs if stopping one with a stream that can affect notification routing |
| 1377 | handleNotificationRoutingForStream(stream); |
| 1378 | } |
Tomoharu Kasahara | b62d78b | 2018-01-18 20:55:02 +0900 | [diff] [blame] | 1379 | |
| 1380 | if (stream == AUDIO_STREAM_ENFORCED_AUDIBLE && |
| 1381 | mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_SYSTEM) == AUDIO_POLICY_FORCE_SYSTEM_ENFORCED) { |
| 1382 | setStrategyMute(STRATEGY_SONIFICATION, false, outputDesc); |
| 1383 | } |
| 1384 | |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 1385 | if (stream == AUDIO_STREAM_MUSIC) { |
| 1386 | selectOutputForMusicEffects(); |
| 1387 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1388 | return NO_ERROR; |
| 1389 | } else { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1390 | ALOGW("stopOutput() refcount is already 0"); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1391 | return INVALID_OPERATION; |
| 1392 | } |
| 1393 | } |
| 1394 | |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 1395 | void AudioPolicyManager::releaseOutput(audio_io_handle_t output, |
Eric Laurent | caf7f48 | 2014-11-25 17:50:47 -0800 | [diff] [blame] | 1396 | audio_stream_type_t stream __unused, |
| 1397 | audio_session_t session __unused) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1398 | { |
| 1399 | ALOGV("releaseOutput() %d", output); |
| 1400 | ssize_t index = mOutputs.indexOfKey(output); |
| 1401 | if (index < 0) { |
| 1402 | ALOGW("releaseOutput() releasing unknown output %d", output); |
| 1403 | return; |
| 1404 | } |
| 1405 | |
Paul McLean | aa98119 | 2015-03-21 09:55:15 -0700 | [diff] [blame] | 1406 | // Routing |
| 1407 | mOutputRoutes.removeRoute(session); |
| 1408 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 1409 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(index); |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 1410 | if (desc->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1411 | if (desc->mDirectOpenCount <= 0) { |
| 1412 | ALOGW("releaseOutput() invalid open count %d for output %d", |
| 1413 | desc->mDirectOpenCount, output); |
| 1414 | return; |
| 1415 | } |
| 1416 | if (--desc->mDirectOpenCount == 0) { |
| 1417 | closeOutput(output); |
Eric Laurent | b52c152 | 2014-05-20 11:27:36 -0700 | [diff] [blame] | 1418 | mpClientInterface->onAudioPortListUpdate(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1419 | } |
| 1420 | } |
| 1421 | } |
| 1422 | |
| 1423 | |
Eric Laurent | caf7f48 | 2014-11-25 17:50:47 -0800 | [diff] [blame] | 1424 | status_t AudioPolicyManager::getInputForAttr(const audio_attributes_t *attr, |
| 1425 | audio_io_handle_t *input, |
| 1426 | audio_session_t session, |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1427 | uid_t uid, |
Eric Laurent | 20b9ef0 | 2016-12-05 11:03:16 -0800 | [diff] [blame] | 1428 | const audio_config_base_t *config, |
Jean-Michel Trivi | 97bb33f | 2014-12-12 16:23:43 -0800 | [diff] [blame] | 1429 | audio_input_flags_t flags, |
Eric Laurent | 2ac7694 | 2017-06-22 17:17:09 -0700 | [diff] [blame] | 1430 | audio_port_handle_t *selectedDeviceId, |
Eric Laurent | 20b9ef0 | 2016-12-05 11:03:16 -0800 | [diff] [blame] | 1431 | input_type_t *inputType, |
| 1432 | audio_port_handle_t *portId) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1433 | { |
Glenn Kasten | 49f36ba | 2017-12-06 13:02:02 -0800 | [diff] [blame] | 1434 | ALOGV("getInputForAttr() source %d, sampling rate %d, format %#x, channel mask %#x," |
Eric Laurent | caf7f48 | 2014-11-25 17:50:47 -0800 | [diff] [blame] | 1435 | "session %d, flags %#x", |
Eric Laurent | 20b9ef0 | 2016-12-05 11:03:16 -0800 | [diff] [blame] | 1436 | attr->source, config->sample_rate, config->format, config->channel_mask, session, flags); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1437 | |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1438 | status_t status = NO_ERROR; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 1439 | // handle legacy remote submix case where the address was not always specified |
| 1440 | String8 address = String8(""); |
Eric Laurent | c447ded | 2015-01-06 08:47:05 -0800 | [diff] [blame] | 1441 | audio_source_t halInputSource; |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1442 | audio_source_t inputSource = attr->source; |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 1443 | AudioMix *policyMix = NULL; |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1444 | DeviceVector inputDevices; |
Eric Laurent | 20b9ef0 | 2016-12-05 11:03:16 -0800 | [diff] [blame] | 1445 | |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1446 | if (inputSource == AUDIO_SOURCE_DEFAULT) { |
| 1447 | inputSource = AUDIO_SOURCE_MIC; |
| 1448 | } |
| 1449 | |
Paul McLean | 466dc8e | 2015-04-17 13:15:36 -0600 | [diff] [blame] | 1450 | // Explicit routing? |
| 1451 | sp<DeviceDescriptor> deviceDesc; |
Eric Laurent | 2ac7694 | 2017-06-22 17:17:09 -0700 | [diff] [blame] | 1452 | if (*selectedDeviceId != AUDIO_PORT_HANDLE_NONE) { |
jiabin | c0c831a | 2018-01-29 17:55:15 -0800 | [diff] [blame] | 1453 | deviceDesc = mAvailableInputDevices.getDeviceFromId(*selectedDeviceId); |
Paul McLean | 466dc8e | 2015-04-17 13:15:36 -0600 | [diff] [blame] | 1454 | } |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1455 | mInputRoutes.addRoute(session, SessionRoute::STREAM_TYPE_NA, inputSource, deviceDesc, uid); |
Paul McLean | 466dc8e | 2015-04-17 13:15:36 -0600 | [diff] [blame] | 1456 | |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1457 | // special case for mmap capture: if an input IO handle is specified, we reuse this input if |
| 1458 | // possible |
| 1459 | if ((flags & AUDIO_INPUT_FLAG_MMAP_NOIRQ) == AUDIO_INPUT_FLAG_MMAP_NOIRQ && |
| 1460 | *input != AUDIO_IO_HANDLE_NONE) { |
| 1461 | ssize_t index = mInputs.indexOfKey(*input); |
| 1462 | if (index < 0) { |
| 1463 | ALOGW("getInputForAttr() unknown MMAP input %d", *input); |
| 1464 | status = BAD_VALUE; |
| 1465 | goto error; |
| 1466 | } |
| 1467 | sp<AudioInputDescriptor> inputDesc = mInputs.valueAt(index); |
| 1468 | sp<AudioSession> audioSession = inputDesc->getAudioSession(session); |
| 1469 | if (audioSession == 0) { |
| 1470 | ALOGW("getInputForAttr() unknown session %d on input %d", session, *input); |
| 1471 | status = BAD_VALUE; |
| 1472 | goto error; |
| 1473 | } |
| 1474 | // For MMAP mode, the first call to getInputForAttr() is made on behalf of audioflinger. |
| 1475 | // The second call is for the first active client and sets the UID. Any further call |
Eric Laurent | 331679c | 2018-04-16 17:03:16 -0700 | [diff] [blame] | 1476 | // corresponds to a new client and is only permitted from the same UID. |
| 1477 | // If the first UID is silenced, allow a new UID connection and replace with new UID |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1478 | if (audioSession->openCount() == 1) { |
| 1479 | audioSession->setUid(uid); |
| 1480 | } else if (audioSession->uid() != uid) { |
Eric Laurent | 331679c | 2018-04-16 17:03:16 -0700 | [diff] [blame] | 1481 | if (!audioSession->isSilenced()) { |
| 1482 | ALOGW("getInputForAttr() bad uid %d for session %d uid %d", |
| 1483 | uid, session, audioSession->uid()); |
| 1484 | status = INVALID_OPERATION; |
| 1485 | goto error; |
| 1486 | } |
| 1487 | audioSession->setUid(uid); |
| 1488 | audioSession->setSilenced(false); |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1489 | } |
| 1490 | audioSession->changeOpenCount(1); |
| 1491 | *inputType = API_INPUT_LEGACY; |
| 1492 | if (*portId == AUDIO_PORT_HANDLE_NONE) { |
| 1493 | *portId = AudioPort::getNextUniqueId(); |
| 1494 | } |
| 1495 | inputDevices = mAvailableInputDevices.getDevicesFromType(inputDesc->mDevice); |
| 1496 | *selectedDeviceId = inputDevices.size() > 0 ? inputDevices.itemAt(0)->getId() |
| 1497 | : AUDIO_PORT_HANDLE_NONE; |
| 1498 | ALOGI("%s reusing MMAP input %d for session %d", __FUNCTION__, *input, session); |
| 1499 | |
| 1500 | return NO_ERROR; |
| 1501 | } |
| 1502 | |
| 1503 | *input = AUDIO_IO_HANDLE_NONE; |
| 1504 | *inputType = API_INPUT_INVALID; |
| 1505 | |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1506 | halInputSource = inputSource; |
| 1507 | |
| 1508 | // TODO: check for existing client for this port ID |
| 1509 | if (*portId == AUDIO_PORT_HANDLE_NONE) { |
| 1510 | *portId = AudioPort::getNextUniqueId(); |
| 1511 | } |
| 1512 | |
| 1513 | audio_devices_t device; |
| 1514 | |
Eric Laurent | c447ded | 2015-01-06 08:47:05 -0800 | [diff] [blame] | 1515 | if (inputSource == AUDIO_SOURCE_REMOTE_SUBMIX && |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 1516 | strncmp(attr->tags, "addr=", strlen("addr=")) == 0) { |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1517 | status = mPolicyMixes.getInputMixForAttr(*attr, &policyMix); |
| 1518 | if (status != NO_ERROR) { |
| 1519 | goto error; |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 1520 | } |
| 1521 | *inputType = API_INPUT_MIX_EXT_POLICY_REROUTE; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 1522 | device = AUDIO_DEVICE_IN_REMOTE_SUBMIX; |
| 1523 | address = String8(attr->tags + strlen("addr=")); |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 1524 | } else { |
Eric Laurent | c447ded | 2015-01-06 08:47:05 -0800 | [diff] [blame] | 1525 | device = getDeviceAndMixForInputSource(inputSource, &policyMix); |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 1526 | if (device == AUDIO_DEVICE_NONE) { |
Eric Laurent | c447ded | 2015-01-06 08:47:05 -0800 | [diff] [blame] | 1527 | ALOGW("getInputForAttr() could not find device for source %d", inputSource); |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1528 | status = BAD_VALUE; |
| 1529 | goto error; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 1530 | } |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 1531 | if (policyMix != NULL) { |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 1532 | address = policyMix->mDeviceAddress; |
Jean-Michel Trivi | 97bb33f | 2014-12-12 16:23:43 -0800 | [diff] [blame] | 1533 | if (policyMix->mMixType == MIX_TYPE_RECORDERS) { |
| 1534 | // there is an external policy, but this input is attached to a mix of recorders, |
| 1535 | // meaning it receives audio injected into the framework, so the recorder doesn't |
| 1536 | // know about it and is therefore considered "legacy" |
| 1537 | *inputType = API_INPUT_LEGACY; |
| 1538 | } else { |
| 1539 | // recording a mix of players defined by an external policy, we're rerouting for |
| 1540 | // an external policy |
| 1541 | *inputType = API_INPUT_MIX_EXT_POLICY_REROUTE; |
| 1542 | } |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 1543 | } else if (audio_is_remote_submix_device(device)) { |
| 1544 | address = String8("0"); |
Jean-Michel Trivi | 97bb33f | 2014-12-12 16:23:43 -0800 | [diff] [blame] | 1545 | *inputType = API_INPUT_MIX_CAPTURE; |
Eric Laurent | 82db269 | 2015-08-07 13:59:42 -0700 | [diff] [blame] | 1546 | } else if (device == AUDIO_DEVICE_IN_TELEPHONY_RX) { |
| 1547 | *inputType = API_INPUT_TELEPHONY_RX; |
Jean-Michel Trivi | 97bb33f | 2014-12-12 16:23:43 -0800 | [diff] [blame] | 1548 | } else { |
| 1549 | *inputType = API_INPUT_LEGACY; |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 1550 | } |
Ravi Kumar Alamanda | b367f5b | 2015-08-25 08:21:37 -0700 | [diff] [blame] | 1551 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1552 | } |
| 1553 | |
| 1554 | *input = getInputForDevice(device, address, session, uid, inputSource, |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1555 | config, flags, |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1556 | policyMix); |
| 1557 | if (*input == AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1558 | status = INVALID_OPERATION; |
| 1559 | goto error; |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1560 | } |
Eric Laurent | 20b9ef0 | 2016-12-05 11:03:16 -0800 | [diff] [blame] | 1561 | |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1562 | inputDevices = mAvailableInputDevices.getDevicesFromType(device); |
Eric Laurent | 2ac7694 | 2017-06-22 17:17:09 -0700 | [diff] [blame] | 1563 | *selectedDeviceId = inputDevices.size() > 0 ? inputDevices.itemAt(0)->getId() |
| 1564 | : AUDIO_PORT_HANDLE_NONE; |
| 1565 | |
| 1566 | ALOGV("getInputForAttr() returns input %d type %d selectedDeviceId %d", |
| 1567 | *input, *inputType, *selectedDeviceId); |
| 1568 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1569 | return NO_ERROR; |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 1570 | |
| 1571 | error: |
| 1572 | mInputRoutes.removeRoute(session); |
| 1573 | return status; |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1574 | } |
| 1575 | |
| 1576 | |
| 1577 | audio_io_handle_t AudioPolicyManager::getInputForDevice(audio_devices_t device, |
| 1578 | String8 address, |
| 1579 | audio_session_t session, |
| 1580 | uid_t uid, |
| 1581 | audio_source_t inputSource, |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1582 | const audio_config_base_t *config, |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1583 | audio_input_flags_t flags, |
| 1584 | AudioMix *policyMix) |
| 1585 | { |
| 1586 | audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; |
| 1587 | audio_source_t halInputSource = inputSource; |
| 1588 | bool isSoundTrigger = false; |
| 1589 | |
| 1590 | if (inputSource == AUDIO_SOURCE_HOTWORD) { |
| 1591 | ssize_t index = mSoundTriggerSessions.indexOfKey(session); |
| 1592 | if (index >= 0) { |
| 1593 | input = mSoundTriggerSessions.valueFor(session); |
| 1594 | isSoundTrigger = true; |
| 1595 | flags = (audio_input_flags_t)(flags | AUDIO_INPUT_FLAG_HW_HOTWORD); |
| 1596 | ALOGV("SoundTrigger capture on session %d input %d", session, input); |
| 1597 | } else { |
| 1598 | halInputSource = AUDIO_SOURCE_VOICE_RECOGNITION; |
Eric Laurent | 5dbe471 | 2014-09-19 19:04:57 -0700 | [diff] [blame] | 1599 | } |
Haynes Mathew George | 851d3ff | 2017-06-19 20:01:57 -0700 | [diff] [blame] | 1600 | } else if (inputSource == AUDIO_SOURCE_VOICE_COMMUNICATION && |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1601 | audio_is_linear_pcm(config->format)) { |
Haynes Mathew George | 851d3ff | 2017-06-19 20:01:57 -0700 | [diff] [blame] | 1602 | flags = (audio_input_flags_t)(flags | AUDIO_INPUT_FLAG_VOIP_TX); |
Eric Laurent | 5dbe471 | 2014-09-19 19:04:57 -0700 | [diff] [blame] | 1603 | } |
| 1604 | |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 1605 | // find a compatible input profile (not necessarily identical in parameters) |
| 1606 | sp<IOProfile> profile; |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1607 | // sampling rate and flags may be updated by getInputProfile |
| 1608 | uint32_t profileSamplingRate = (config->sample_rate == 0) ? |
| 1609 | SAMPLE_RATE_HZ_DEFAULT : config->sample_rate; |
Glenn Kasten | 730b926 | 2018-03-29 15:01:26 -0700 | [diff] [blame] | 1610 | audio_format_t profileFormat; |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1611 | audio_channel_mask_t profileChannelMask = config->channel_mask; |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 1612 | audio_input_flags_t profileFlags = flags; |
| 1613 | for (;;) { |
Glenn Kasten | 730b926 | 2018-03-29 15:01:26 -0700 | [diff] [blame] | 1614 | profileFormat = config->format; // reset each time through loop, in case it is updated |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 1615 | profile = getInputProfile(device, address, |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 1616 | profileSamplingRate, profileFormat, profileChannelMask, |
| 1617 | profileFlags); |
| 1618 | if (profile != 0) { |
| 1619 | break; // success |
Eric Laurent | 0506778 | 2016-06-01 18:27:28 -0700 | [diff] [blame] | 1620 | } else if (profileFlags & AUDIO_INPUT_FLAG_RAW) { |
| 1621 | profileFlags = (audio_input_flags_t) (profileFlags & ~AUDIO_INPUT_FLAG_RAW); // retry |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 1622 | } else if (profileFlags != AUDIO_INPUT_FLAG_NONE) { |
| 1623 | profileFlags = AUDIO_INPUT_FLAG_NONE; // retry |
| 1624 | } else { // fail |
Glenn Kasten | faa10a6 | 2017-05-25 15:52:05 -0700 | [diff] [blame] | 1625 | ALOGW("getInputForDevice() could not find profile for device 0x%X, " |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1626 | "sampling rate %u, format %#x, channel mask 0x%X, flags %#x", |
| 1627 | device, config->sample_rate, config->format, config->channel_mask, flags); |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1628 | return input; |
Eric Laurent | 5dbe471 | 2014-09-19 19:04:57 -0700 | [diff] [blame] | 1629 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1630 | } |
Glenn Kasten | 05ddca5 | 2016-02-11 08:17:12 -0800 | [diff] [blame] | 1631 | // Pick input sampling rate if not specified by client |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1632 | uint32_t samplingRate = config->sample_rate; |
Glenn Kasten | 05ddca5 | 2016-02-11 08:17:12 -0800 | [diff] [blame] | 1633 | if (samplingRate == 0) { |
| 1634 | samplingRate = profileSamplingRate; |
| 1635 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1636 | |
Eric Laurent | 322b4d2 | 2015-04-03 15:57:54 -0700 | [diff] [blame] | 1637 | if (profile->getModuleHandle() == 0) { |
| 1638 | ALOGE("getInputForAttr(): HW module %s not opened", profile->getModuleName()); |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1639 | return input; |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 1640 | } |
| 1641 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1642 | sp<AudioSession> audioSession = new AudioSession(session, |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1643 | inputSource, |
| 1644 | config->format, |
| 1645 | samplingRate, |
| 1646 | config->channel_mask, |
| 1647 | flags, |
| 1648 | uid, |
| 1649 | isSoundTrigger, |
| 1650 | policyMix, mpClientInterface); |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1651 | |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1652 | // FIXME: disable concurrent capture until UI is ready |
| 1653 | #if 0 |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1654 | // reuse an open input if possible |
Eric Laurent | 555530a | 2017-02-07 18:17:24 -0800 | [diff] [blame] | 1655 | sp<AudioInputDescriptor> reusedInputDesc; |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1656 | for (size_t i = 0; i < mInputs.size(); i++) { |
| 1657 | sp<AudioInputDescriptor> desc = mInputs.valueAt(i); |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1658 | // reuse input if: |
| 1659 | // - it shares the same profile |
| 1660 | // AND |
| 1661 | // - it is not a reroute submix input |
| 1662 | // AND |
| 1663 | // - it is: not used for sound trigger |
| 1664 | // OR |
| 1665 | // used for sound trigger and all clients use the same session ID |
| 1666 | // |
| 1667 | if ((profile == desc->mProfile) && |
| 1668 | (isSoundTrigger == desc->isSoundTrigger()) && |
| 1669 | !is_virtual_input_device(device)) { |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1670 | |
| 1671 | sp<AudioSession> as = desc->getAudioSession(session); |
| 1672 | if (as != 0) { |
| 1673 | // do not allow unmatching properties on same session |
| 1674 | if (as->matches(audioSession)) { |
| 1675 | as->changeOpenCount(1); |
| 1676 | } else { |
| 1677 | ALOGW("getInputForDevice() record with different attributes" |
| 1678 | " exists for session %d", session); |
Eric Laurent | 555530a | 2017-02-07 18:17:24 -0800 | [diff] [blame] | 1679 | continue; |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1680 | } |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1681 | } else if (isSoundTrigger) { |
Eric Laurent | 555530a | 2017-02-07 18:17:24 -0800 | [diff] [blame] | 1682 | continue; |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1683 | } |
Eric Laurent | bb94809 | 2017-01-23 18:33:30 -0800 | [diff] [blame] | 1684 | |
Eric Laurent | 555530a | 2017-02-07 18:17:24 -0800 | [diff] [blame] | 1685 | // Reuse the already opened input stream on this profile if: |
| 1686 | // - the new capture source is background OR |
| 1687 | // - the path requested configurations match OR |
| 1688 | // - the new source priority is less than the highest source priority on this input |
| 1689 | // If the input stream cannot be reused, close it before opening a new stream |
| 1690 | // on the same profile for the new client so that the requested path configuration |
| 1691 | // can be selected. |
| 1692 | if (!isConcurrentSource(inputSource) && |
Eric Laurent | bb94809 | 2017-01-23 18:33:30 -0800 | [diff] [blame] | 1693 | ((desc->mSamplingRate != samplingRate || |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1694 | desc->mChannelMask != config->channel_mask || |
| 1695 | !audio_formats_match(desc->mFormat, config->format)) && |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1696 | (source_priority(desc->getHighestPrioritySource(false /*activeOnly*/)) < |
Eric Laurent | bb94809 | 2017-01-23 18:33:30 -0800 | [diff] [blame] | 1697 | source_priority(inputSource)))) { |
Eric Laurent | 555530a | 2017-02-07 18:17:24 -0800 | [diff] [blame] | 1698 | reusedInputDesc = desc; |
| 1699 | continue; |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1700 | } else { |
| 1701 | desc->addAudioSession(session, audioSession); |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1702 | ALOGV("%s: reusing input %d", __FUNCTION__, mInputs.keyAt(i)); |
| 1703 | return mInputs.keyAt(i); |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1704 | } |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1705 | } |
| 1706 | } |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1707 | |
Eric Laurent | 555530a | 2017-02-07 18:17:24 -0800 | [diff] [blame] | 1708 | if (reusedInputDesc != 0) { |
| 1709 | AudioSessionCollection sessions = reusedInputDesc->getAudioSessions(false /*activeOnly*/); |
| 1710 | for (size_t j = 0; j < sessions.size(); j++) { |
| 1711 | audio_session_t currentSession = sessions.keyAt(j); |
| 1712 | stopInput(reusedInputDesc->mIoHandle, currentSession); |
| 1713 | releaseInput(reusedInputDesc->mIoHandle, currentSession); |
| 1714 | } |
| 1715 | } |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1716 | #endif |
Eric Laurent | 555530a | 2017-02-07 18:17:24 -0800 | [diff] [blame] | 1717 | |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 1718 | if (!profile->canOpenNewIo()) { |
| 1719 | return AUDIO_IO_HANDLE_NONE; |
| 1720 | } |
| 1721 | |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1722 | sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(profile, mpClientInterface); |
Eric Laurent | df3dc7e | 2014-07-27 18:39:40 -0700 | [diff] [blame] | 1723 | |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1724 | audio_config_t lConfig = AUDIO_CONFIG_INITIALIZER; |
| 1725 | lConfig.sample_rate = profileSamplingRate; |
| 1726 | lConfig.channel_mask = profileChannelMask; |
| 1727 | lConfig.format = profileFormat; |
Eric Laurent | e301410 | 2017-05-03 11:15:43 -0700 | [diff] [blame] | 1728 | |
Eric Laurent | 53b810e | 2017-12-10 17:25:10 -0800 | [diff] [blame] | 1729 | if (address == "") { |
| 1730 | DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(device); |
| 1731 | // the inputs vector must be of size >= 1, but we don't want to crash here |
| 1732 | address = inputDevices.size() > 0 ? inputDevices.itemAt(0)->mAddress : String8(""); |
| 1733 | } |
| 1734 | |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1735 | status_t status = inputDesc->open(&lConfig, device, address, |
| 1736 | halInputSource, profileFlags, &input); |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 1737 | |
| 1738 | // only accept input with the exact requested set of parameters |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1739 | if (status != NO_ERROR || input == AUDIO_IO_HANDLE_NONE || |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1740 | (profileSamplingRate != lConfig.sample_rate) || |
| 1741 | !audio_formats_match(profileFormat, lConfig.format) || |
| 1742 | (profileChannelMask != lConfig.channel_mask)) { |
| 1743 | ALOGW("getInputForAttr() failed opening input: sampling rate %d" |
Glenn Kasten | 49f36ba | 2017-12-06 13:02:02 -0800 | [diff] [blame] | 1744 | ", format %#x, channel mask %#x", |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1745 | profileSamplingRate, profileFormat, profileChannelMask); |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1746 | if (input != AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 1747 | inputDesc->close(); |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 1748 | } |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1749 | return AUDIO_IO_HANDLE_NONE; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1750 | } |
| 1751 | |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 1752 | inputDesc->mPolicyMix = policyMix; |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1753 | inputDesc->addAudioSession(session, audioSession); |
Glenn Kasten | 6a8ab05 | 2014-07-24 14:08:35 -0700 | [diff] [blame] | 1754 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1755 | addInput(input, inputDesc); |
Eric Laurent | b52c152 | 2014-05-20 11:27:36 -0700 | [diff] [blame] | 1756 | mpClientInterface->onAudioPortListUpdate(); |
Paul McLean | 466dc8e | 2015-04-17 13:15:36 -0600 | [diff] [blame] | 1757 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1758 | return input; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1759 | } |
| 1760 | |
Eric Laurent | bb94809 | 2017-01-23 18:33:30 -0800 | [diff] [blame] | 1761 | //static |
| 1762 | bool AudioPolicyManager::isConcurrentSource(audio_source_t source) |
| 1763 | { |
| 1764 | return (source == AUDIO_SOURCE_HOTWORD) || |
| 1765 | (source == AUDIO_SOURCE_VOICE_RECOGNITION) || |
| 1766 | (source == AUDIO_SOURCE_FM_TUNER); |
| 1767 | } |
| 1768 | |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1769 | bool AudioPolicyManager::isConcurentCaptureAllowed(const sp<AudioInputDescriptor>& inputDesc, |
| 1770 | const sp<AudioSession>& audioSession) |
| 1771 | { |
| 1772 | // Do not allow capture if an active voice call is using a software patch and |
| 1773 | // the call TX source device is on the same HW module. |
| 1774 | // FIXME: would be better to refine to only inputs whose profile connects to the |
| 1775 | // call TX device but this information is not in the audio patch |
| 1776 | if (mCallTxPatch != 0 && |
| 1777 | inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { |
| 1778 | return false; |
| 1779 | } |
| 1780 | |
| 1781 | // starting concurrent capture is enabled if: |
| 1782 | // 1) capturing for re-routing |
| 1783 | // 2) capturing for HOTWORD source |
| 1784 | // 3) capturing for FM TUNER source |
| 1785 | // 3) All other active captures are either for re-routing or HOTWORD |
| 1786 | |
| 1787 | if (is_virtual_input_device(inputDesc->mDevice) || |
Eric Laurent | bb94809 | 2017-01-23 18:33:30 -0800 | [diff] [blame] | 1788 | isConcurrentSource(audioSession->inputSource())) { |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1789 | return true; |
| 1790 | } |
| 1791 | |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1792 | for (const auto& activeInput : mInputs.getActiveInputs()) { |
Eric Laurent | bb94809 | 2017-01-23 18:33:30 -0800 | [diff] [blame] | 1793 | if (!isConcurrentSource(activeInput->inputSource(true)) && |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1794 | !is_virtual_input_device(activeInput->mDevice)) { |
| 1795 | return false; |
| 1796 | } |
| 1797 | } |
| 1798 | |
| 1799 | return true; |
| 1800 | } |
| 1801 | |
Chris Thornton | 2b86464 | 2017-06-27 21:26:07 -0700 | [diff] [blame] | 1802 | // FIXME: remove when concurrent capture is ready. This is a hack to work around bug b/63083537. |
| 1803 | bool AudioPolicyManager::soundTriggerSupportsConcurrentCapture() { |
| 1804 | if (!mHasComputedSoundTriggerSupportsConcurrentCapture) { |
| 1805 | bool soundTriggerSupportsConcurrentCapture = false; |
| 1806 | unsigned int numModules = 0; |
| 1807 | struct sound_trigger_module_descriptor* nModules = NULL; |
| 1808 | |
| 1809 | status_t status = SoundTrigger::listModules(nModules, &numModules); |
| 1810 | if (status == NO_ERROR && numModules != 0) { |
| 1811 | nModules = (struct sound_trigger_module_descriptor*) calloc( |
| 1812 | numModules, sizeof(struct sound_trigger_module_descriptor)); |
| 1813 | if (nModules == NULL) { |
| 1814 | // We failed to malloc the buffer, so just say no for now, and hope that we have more |
| 1815 | // ram the next time this function is called. |
| 1816 | ALOGE("Failed to allocate buffer for module descriptors"); |
| 1817 | return false; |
| 1818 | } |
| 1819 | |
| 1820 | status = SoundTrigger::listModules(nModules, &numModules); |
| 1821 | if (status == NO_ERROR) { |
| 1822 | soundTriggerSupportsConcurrentCapture = true; |
| 1823 | for (size_t i = 0; i < numModules; ++i) { |
| 1824 | soundTriggerSupportsConcurrentCapture &= |
| 1825 | nModules[i].properties.concurrent_capture; |
| 1826 | } |
| 1827 | } |
| 1828 | free(nModules); |
| 1829 | } |
| 1830 | mSoundTriggerSupportsConcurrentCapture = soundTriggerSupportsConcurrentCapture; |
| 1831 | mHasComputedSoundTriggerSupportsConcurrentCapture = true; |
| 1832 | } |
| 1833 | return mSoundTriggerSupportsConcurrentCapture; |
| 1834 | } |
| 1835 | |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1836 | |
Eric Laurent | 4dc6806 | 2014-07-28 17:26:49 -0700 | [diff] [blame] | 1837 | status_t AudioPolicyManager::startInput(audio_io_handle_t input, |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1838 | audio_session_t session, |
Svet Ganov | f4ddfef | 2018-01-16 07:37:58 -0800 | [diff] [blame] | 1839 | bool silenced, |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1840 | concurrency_type__mask_t *concurrency) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1841 | { |
Svet Ganov | f4ddfef | 2018-01-16 07:37:58 -0800 | [diff] [blame] | 1842 | |
| 1843 | ALOGV("AudioPolicyManager::startInput(input:%d, session:%d, silenced:%d, concurrency:%d)", |
| 1844 | input, session, silenced, *concurrency); |
| 1845 | |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1846 | *concurrency = API_INPUT_CONCURRENCY_NONE; |
Svet Ganov | f4ddfef | 2018-01-16 07:37:58 -0800 | [diff] [blame] | 1847 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1848 | ssize_t index = mInputs.indexOfKey(input); |
| 1849 | if (index < 0) { |
| 1850 | ALOGW("startInput() unknown input %d", input); |
| 1851 | return BAD_VALUE; |
| 1852 | } |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 1853 | sp<AudioInputDescriptor> inputDesc = mInputs.valueAt(index); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1854 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 1855 | sp<AudioSession> audioSession = inputDesc->getAudioSession(session); |
| 1856 | if (audioSession == 0) { |
Eric Laurent | 4dc6806 | 2014-07-28 17:26:49 -0700 | [diff] [blame] | 1857 | ALOGW("startInput() unknown session %d on input %d", session, input); |
| 1858 | return BAD_VALUE; |
| 1859 | } |
| 1860 | |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1861 | // FIXME: disable concurrent capture until UI is ready |
| 1862 | #if 0 |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1863 | if (!isConcurentCaptureAllowed(inputDesc, audioSession)) { |
| 1864 | ALOGW("startInput(%d) failed: other input already started", input); |
| 1865 | return INVALID_OPERATION; |
| 1866 | } |
Glenn Kasten | 74a8e25 | 2014-07-24 14:09:55 -0700 | [diff] [blame] | 1867 | |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1868 | if (isInCall()) { |
| 1869 | *concurrency |= API_INPUT_CONCURRENCY_CALL; |
| 1870 | } |
Eric Laurent | f7c5010 | 2016-09-30 15:19:43 -0700 | [diff] [blame] | 1871 | if (mInputs.activeInputsCountOnDevices() != 0) { |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 1872 | *concurrency |= API_INPUT_CONCURRENCY_CAPTURE; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1873 | } |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1874 | #else |
| 1875 | if (!is_virtual_input_device(inputDesc->mDevice)) { |
| 1876 | if (mCallTxPatch != 0 && |
| 1877 | inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { |
| 1878 | ALOGW("startInput(%d) failed: call in progress", input); |
Ray Essick | 84e84a5 | 2018-05-03 18:45:07 -0700 | [diff] [blame] | 1879 | *concurrency |= API_INPUT_CONCURRENCY_CALL; |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1880 | return INVALID_OPERATION; |
| 1881 | } |
| 1882 | |
Svet Ganov | f4ddfef | 2018-01-16 07:37:58 -0800 | [diff] [blame] | 1883 | Vector<sp<AudioInputDescriptor>> activeInputs = mInputs.getActiveInputs(); |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1884 | |
Svet Ganov | f4ddfef | 2018-01-16 07:37:58 -0800 | [diff] [blame] | 1885 | // If a UID is idle and records silence and another not silenced recording starts |
| 1886 | // from another UID (idle or active) we stop the current idle UID recording in |
| 1887 | // favor of the new one - "There can be only one" TM |
| 1888 | if (!silenced) { |
| 1889 | for (const auto& activeDesc : activeInputs) { |
| 1890 | if ((audioSession->flags() & AUDIO_INPUT_FLAG_MMAP_NOIRQ) != 0 && |
| 1891 | activeDesc->getId() == inputDesc->getId()) { |
| 1892 | continue; |
| 1893 | } |
| 1894 | |
| 1895 | AudioSessionCollection activeSessions = activeDesc->getAudioSessions( |
| 1896 | true /*activeOnly*/); |
| 1897 | sp<AudioSession> activeSession = activeSessions.valueAt(0); |
| 1898 | if (activeSession->isSilenced()) { |
| 1899 | audio_io_handle_t activeInput = activeDesc->mIoHandle; |
| 1900 | audio_session_t activeSessionId = activeSession->session(); |
| 1901 | stopInput(activeInput, activeSessionId); |
| 1902 | releaseInput(activeInput, activeSessionId); |
| 1903 | ALOGV("startInput(%d) stopping silenced input %d", input, activeInput); |
| 1904 | activeInputs = mInputs.getActiveInputs(); |
| 1905 | } |
| 1906 | } |
| 1907 | } |
| 1908 | |
| 1909 | for (const auto& activeDesc : activeInputs) { |
Eric Laurent | cb4dae2 | 2017-07-01 19:39:32 -0700 | [diff] [blame] | 1910 | if ((audioSession->flags() & AUDIO_INPUT_FLAG_MMAP_NOIRQ) != 0 && |
| 1911 | activeDesc->getId() == inputDesc->getId()) { |
| 1912 | continue; |
| 1913 | } |
| 1914 | |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1915 | audio_source_t activeSource = activeDesc->inputSource(true); |
| 1916 | if (audioSession->inputSource() == AUDIO_SOURCE_HOTWORD) { |
| 1917 | if (activeSource == AUDIO_SOURCE_HOTWORD) { |
| 1918 | if (activeDesc->hasPreemptedSession(session)) { |
| 1919 | ALOGW("startInput(%d) failed for HOTWORD: " |
| 1920 | "other input %d already started for HOTWORD", |
| 1921 | input, activeDesc->mIoHandle); |
Ray Essick | 84e84a5 | 2018-05-03 18:45:07 -0700 | [diff] [blame] | 1922 | *concurrency |= API_INPUT_CONCURRENCY_HOTWORD; |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1923 | return INVALID_OPERATION; |
| 1924 | } |
| 1925 | } else { |
| 1926 | ALOGV("startInput(%d) failed for HOTWORD: other input %d already started", |
| 1927 | input, activeDesc->mIoHandle); |
Ray Essick | 84e84a5 | 2018-05-03 18:45:07 -0700 | [diff] [blame] | 1928 | *concurrency |= API_INPUT_CONCURRENCY_CAPTURE; |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1929 | return INVALID_OPERATION; |
| 1930 | } |
| 1931 | } else { |
| 1932 | if (activeSource != AUDIO_SOURCE_HOTWORD) { |
| 1933 | ALOGW("startInput(%d) failed: other input %d already started", |
| 1934 | input, activeDesc->mIoHandle); |
Ray Essick | 84e84a5 | 2018-05-03 18:45:07 -0700 | [diff] [blame] | 1935 | *concurrency |= API_INPUT_CONCURRENCY_CAPTURE; |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1936 | return INVALID_OPERATION; |
| 1937 | } |
| 1938 | } |
| 1939 | } |
| 1940 | |
Chris Thornton | 2b86464 | 2017-06-27 21:26:07 -0700 | [diff] [blame] | 1941 | // We only need to check if the sound trigger session supports concurrent capture if the |
| 1942 | // input is also a sound trigger input. Otherwise, we should preempt any hotword stream |
| 1943 | // that's running. |
| 1944 | const bool allowConcurrentWithSoundTrigger = |
| 1945 | inputDesc->isSoundTrigger() ? soundTriggerSupportsConcurrentCapture() : false; |
| 1946 | |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1947 | // if capture is allowed, preempt currently active HOTWORD captures |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 1948 | for (const auto& activeDesc : activeInputs) { |
Chris Thornton | 2b86464 | 2017-06-27 21:26:07 -0700 | [diff] [blame] | 1949 | if (allowConcurrentWithSoundTrigger && activeDesc->isSoundTrigger()) { |
| 1950 | continue; |
| 1951 | } |
| 1952 | |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1953 | audio_source_t activeSource = activeDesc->inputSource(true); |
| 1954 | if (activeSource == AUDIO_SOURCE_HOTWORD) { |
| 1955 | AudioSessionCollection activeSessions = |
| 1956 | activeDesc->getAudioSessions(true /*activeOnly*/); |
| 1957 | audio_session_t activeSession = activeSessions.keyAt(0); |
| 1958 | audio_io_handle_t activeHandle = activeDesc->mIoHandle; |
| 1959 | SortedVector<audio_session_t> sessions = activeDesc->getPreemptedSessions(); |
Ray Essick | 84e84a5 | 2018-05-03 18:45:07 -0700 | [diff] [blame] | 1960 | *concurrency |= API_INPUT_CONCURRENCY_PREEMPT; |
Eric Laurent | 74708e7 | 2017-04-07 17:13:42 -0700 | [diff] [blame] | 1961 | sessions.add(activeSession); |
| 1962 | inputDesc->setPreemptedSessions(sessions); |
| 1963 | stopInput(activeHandle, activeSession); |
| 1964 | releaseInput(activeHandle, activeSession); |
| 1965 | ALOGV("startInput(%d) for HOTWORD preempting HOTWORD input %d", |
| 1966 | input, activeDesc->mIoHandle); |
| 1967 | } |
| 1968 | } |
| 1969 | } |
| 1970 | #endif |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1971 | |
Svet Ganov | f4ddfef | 2018-01-16 07:37:58 -0800 | [diff] [blame] | 1972 | // Make sure we start with the correct silence state |
| 1973 | audioSession->setSilenced(silenced); |
| 1974 | |
Eric Laurent | 313d1e7 | 2016-01-29 09:56:57 -0800 | [diff] [blame] | 1975 | // increment activity count before calling getNewInputDevice() below as only active sessions |
| 1976 | // are considered for device selection |
| 1977 | audioSession->changeActiveCount(1); |
| 1978 | |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 1979 | // Routing? |
| 1980 | mInputRoutes.incRouteActivity(session); |
| 1981 | |
Eric Laurent | 2157f5b | 2018-04-25 18:33:02 -0700 | [diff] [blame] | 1982 | if (audioSession->activeCount() == 1 || mInputRoutes.getAndClearRouteChanged(session)) { |
Eric Laurent | 271a93e | 2016-09-29 14:47:06 -0700 | [diff] [blame] | 1983 | // indicate active capture to sound trigger service if starting capture from a mic on |
| 1984 | // primary HW module |
Eric Laurent | f7c5010 | 2016-09-30 15:19:43 -0700 | [diff] [blame] | 1985 | audio_devices_t device = getNewInputDevice(inputDesc); |
Eric Laurent | 271a93e | 2016-09-29 14:47:06 -0700 | [diff] [blame] | 1986 | setInputDevice(input, device, true /* force */); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 1987 | |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 1988 | status_t status = inputDesc->start(); |
| 1989 | if (status != NO_ERROR) { |
| 1990 | mInputRoutes.decRouteActivity(session); |
| 1991 | audioSession->changeActiveCount(-1); |
| 1992 | return status; |
| 1993 | } |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 1994 | |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 1995 | if (inputDesc->getAudioSessionCount(true/*activeOnly*/) == 1) { |
Jean-Michel Trivi | eb6421d | 2016-03-17 12:32:52 -0700 | [diff] [blame] | 1996 | // if input maps to a dynamic policy with an activity listener, notify of state change |
| 1997 | if ((inputDesc->mPolicyMix != NULL) |
| 1998 | && ((inputDesc->mPolicyMix->mCbFlags & AudioMix::kCbFlagNotifyActivity) != 0)) { |
| 1999 | mpClientInterface->onDynamicPolicyMixStateUpdate(inputDesc->mPolicyMix->mDeviceAddress, |
| 2000 | MIX_STATE_MIXING); |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 2001 | } |
Jean-Michel Trivi | eb6421d | 2016-03-17 12:32:52 -0700 | [diff] [blame] | 2002 | |
Eric Laurent | f7c5010 | 2016-09-30 15:19:43 -0700 | [diff] [blame] | 2003 | audio_devices_t primaryInputDevices = availablePrimaryInputDevices(); |
| 2004 | if (((device & primaryInputDevices & ~AUDIO_DEVICE_BIT_IN) != 0) && |
Eric Laurent | 05b345e | 2016-11-18 12:36:27 -0800 | [diff] [blame] | 2005 | mInputs.activeInputsCountOnDevices(primaryInputDevices) == 1) { |
Jean-Michel Trivi | eb6421d | 2016-03-17 12:32:52 -0700 | [diff] [blame] | 2006 | SoundTrigger::setCaptureState(true); |
| 2007 | } |
| 2008 | |
| 2009 | // automatically enable the remote submix output when input is started if not |
| 2010 | // used by a policy mix of type MIX_TYPE_RECORDERS |
| 2011 | // For remote submix (a virtual device), we open only one input per capture request. |
| 2012 | if (audio_is_remote_submix_device(inputDesc->mDevice)) { |
| 2013 | String8 address = String8(""); |
| 2014 | if (inputDesc->mPolicyMix == NULL) { |
| 2015 | address = String8("0"); |
| 2016 | } else if (inputDesc->mPolicyMix->mMixType == MIX_TYPE_PLAYERS) { |
| 2017 | address = inputDesc->mPolicyMix->mDeviceAddress; |
| 2018 | } |
| 2019 | if (address != "") { |
| 2020 | setDeviceConnectionStateInt(AUDIO_DEVICE_OUT_REMOTE_SUBMIX, |
| 2021 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE, |
| 2022 | address, "remote-submix"); |
| 2023 | } |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 2024 | } |
Glenn Kasten | 74a8e25 | 2014-07-24 14:09:55 -0700 | [diff] [blame] | 2025 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2026 | } |
| 2027 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 2028 | ALOGV("AudioPolicyManager::startInput() input source = %d", audioSession->inputSource()); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2029 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2030 | return NO_ERROR; |
| 2031 | } |
| 2032 | |
Eric Laurent | 4dc6806 | 2014-07-28 17:26:49 -0700 | [diff] [blame] | 2033 | status_t AudioPolicyManager::stopInput(audio_io_handle_t input, |
| 2034 | audio_session_t session) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2035 | { |
| 2036 | ALOGV("stopInput() input %d", input); |
| 2037 | ssize_t index = mInputs.indexOfKey(input); |
| 2038 | if (index < 0) { |
| 2039 | ALOGW("stopInput() unknown input %d", input); |
| 2040 | return BAD_VALUE; |
| 2041 | } |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 2042 | sp<AudioInputDescriptor> inputDesc = mInputs.valueAt(index); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2043 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 2044 | sp<AudioSession> audioSession = inputDesc->getAudioSession(session); |
Eric Laurent | 4dc6806 | 2014-07-28 17:26:49 -0700 | [diff] [blame] | 2045 | if (index < 0) { |
| 2046 | ALOGW("stopInput() unknown session %d on input %d", session, input); |
| 2047 | return BAD_VALUE; |
| 2048 | } |
| 2049 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 2050 | if (audioSession->activeCount() == 0) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2051 | ALOGW("stopInput() input %d already stopped", input); |
| 2052 | return INVALID_OPERATION; |
Glenn Kasten | 6a8ab05 | 2014-07-24 14:08:35 -0700 | [diff] [blame] | 2053 | } |
| 2054 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 2055 | audioSession->changeActiveCount(-1); |
Paul McLean | 466dc8e | 2015-04-17 13:15:36 -0600 | [diff] [blame] | 2056 | |
| 2057 | // Routing? |
| 2058 | mInputRoutes.decRouteActivity(session); |
| 2059 | |
Jean-Michel Trivi | eb6421d | 2016-03-17 12:32:52 -0700 | [diff] [blame] | 2060 | if (audioSession->activeCount() == 0) { |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 2061 | inputDesc->stop(); |
Jean-Michel Trivi | eb6421d | 2016-03-17 12:32:52 -0700 | [diff] [blame] | 2062 | if (inputDesc->isActive()) { |
| 2063 | setInputDevice(input, getNewInputDevice(inputDesc), false /* force */); |
| 2064 | } else { |
| 2065 | // if input maps to a dynamic policy with an activity listener, notify of state change |
| 2066 | if ((inputDesc->mPolicyMix != NULL) |
| 2067 | && ((inputDesc->mPolicyMix->mCbFlags & AudioMix::kCbFlagNotifyActivity) != 0)) { |
| 2068 | mpClientInterface->onDynamicPolicyMixStateUpdate(inputDesc->mPolicyMix->mDeviceAddress, |
| 2069 | MIX_STATE_IDLE); |
Eric Laurent | 84332aa | 2016-01-28 22:19:18 +0000 | [diff] [blame] | 2070 | } |
Jean-Michel Trivi | eb6421d | 2016-03-17 12:32:52 -0700 | [diff] [blame] | 2071 | |
| 2072 | // automatically disable the remote submix output when input is stopped if not |
| 2073 | // used by a policy mix of type MIX_TYPE_RECORDERS |
| 2074 | if (audio_is_remote_submix_device(inputDesc->mDevice)) { |
| 2075 | String8 address = String8(""); |
| 2076 | if (inputDesc->mPolicyMix == NULL) { |
| 2077 | address = String8("0"); |
| 2078 | } else if (inputDesc->mPolicyMix->mMixType == MIX_TYPE_PLAYERS) { |
| 2079 | address = inputDesc->mPolicyMix->mDeviceAddress; |
| 2080 | } |
| 2081 | if (address != "") { |
| 2082 | setDeviceConnectionStateInt(AUDIO_DEVICE_OUT_REMOTE_SUBMIX, |
| 2083 | AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE, |
| 2084 | address, "remote-submix"); |
| 2085 | } |
Eric Laurent | 84332aa | 2016-01-28 22:19:18 +0000 | [diff] [blame] | 2086 | } |
Eric Laurent | 84332aa | 2016-01-28 22:19:18 +0000 | [diff] [blame] | 2087 | |
Eric Laurent | f7c5010 | 2016-09-30 15:19:43 -0700 | [diff] [blame] | 2088 | audio_devices_t device = inputDesc->mDevice; |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 2089 | resetInputDevice(input); |
Eric Laurent | 84332aa | 2016-01-28 22:19:18 +0000 | [diff] [blame] | 2090 | |
Eric Laurent | f7c5010 | 2016-09-30 15:19:43 -0700 | [diff] [blame] | 2091 | // indicate inactive capture to sound trigger service if stopping capture from a mic on |
| 2092 | // primary HW module |
| 2093 | audio_devices_t primaryInputDevices = availablePrimaryInputDevices(); |
| 2094 | if (((device & primaryInputDevices & ~AUDIO_DEVICE_BIT_IN) != 0) && |
| 2095 | mInputs.activeInputsCountOnDevices(primaryInputDevices) == 0) { |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 2096 | SoundTrigger::setCaptureState(false); |
| 2097 | } |
| 2098 | inputDesc->clearPreemptedSessions(); |
Eric Laurent | 84332aa | 2016-01-28 22:19:18 +0000 | [diff] [blame] | 2099 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2100 | } |
Glenn Kasten | 6a8ab05 | 2014-07-24 14:08:35 -0700 | [diff] [blame] | 2101 | return NO_ERROR; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2102 | } |
| 2103 | |
Eric Laurent | 4dc6806 | 2014-07-28 17:26:49 -0700 | [diff] [blame] | 2104 | void AudioPolicyManager::releaseInput(audio_io_handle_t input, |
| 2105 | audio_session_t session) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2106 | { |
| 2107 | ALOGV("releaseInput() %d", input); |
| 2108 | ssize_t index = mInputs.indexOfKey(input); |
| 2109 | if (index < 0) { |
| 2110 | ALOGW("releaseInput() releasing unknown input %d", input); |
| 2111 | return; |
| 2112 | } |
Paul McLean | 466dc8e | 2015-04-17 13:15:36 -0600 | [diff] [blame] | 2113 | |
| 2114 | // Routing |
| 2115 | mInputRoutes.removeRoute(session); |
| 2116 | |
Glenn Kasten | 6a8ab05 | 2014-07-24 14:08:35 -0700 | [diff] [blame] | 2117 | sp<AudioInputDescriptor> inputDesc = mInputs.valueAt(index); |
| 2118 | ALOG_ASSERT(inputDesc != 0); |
Eric Laurent | 4dc6806 | 2014-07-28 17:26:49 -0700 | [diff] [blame] | 2119 | |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 2120 | sp<AudioSession> audioSession = inputDesc->getAudioSession(session); |
vivek mehta | 587b8df | 2017-01-31 14:58:44 -0800 | [diff] [blame] | 2121 | if (audioSession == 0) { |
Eric Laurent | 4dc6806 | 2014-07-28 17:26:49 -0700 | [diff] [blame] | 2122 | ALOGW("releaseInput() unknown session %d on input %d", session, input); |
| 2123 | return; |
| 2124 | } |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 2125 | |
| 2126 | if (audioSession->openCount() == 0) { |
| 2127 | ALOGW("releaseInput() invalid open count %d on session %d", |
| 2128 | audioSession->openCount(), session); |
Glenn Kasten | 6a8ab05 | 2014-07-24 14:08:35 -0700 | [diff] [blame] | 2129 | return; |
| 2130 | } |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 2131 | |
| 2132 | if (audioSession->changeOpenCount(-1) == 0) { |
| 2133 | inputDesc->removeAudioSession(session); |
| 2134 | } |
| 2135 | |
Jean-Michel Trivi | 65bfe91 | 2015-12-04 15:56:47 -0800 | [diff] [blame] | 2136 | if (inputDesc->getOpenRefCount() > 0) { |
Glenn Kasten | 6a8ab05 | 2014-07-24 14:08:35 -0700 | [diff] [blame] | 2137 | ALOGV("releaseInput() exit > 0"); |
| 2138 | return; |
| 2139 | } |
| 2140 | |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 2141 | closeInput(input); |
Eric Laurent | b52c152 | 2014-05-20 11:27:36 -0700 | [diff] [blame] | 2142 | mpClientInterface->onAudioPortListUpdate(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2143 | ALOGV("releaseInput() exit"); |
| 2144 | } |
| 2145 | |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 2146 | void AudioPolicyManager::closeAllInputs() { |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 2147 | bool patchRemoved = false; |
| 2148 | |
Mikhail Naganov | 7e22e94 | 2017-12-07 10:04:29 -0800 | [diff] [blame] | 2149 | for (size_t input_index = 0; input_index < mInputs.size(); input_index++) { |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 2150 | sp<AudioInputDescriptor> inputDesc = mInputs.valueAt(input_index); |
Jean-Michel Trivi | 8c7cf3b | 2016-02-25 17:08:24 -0800 | [diff] [blame] | 2151 | ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 2152 | if (patch_index >= 0) { |
| 2153 | sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); |
Glenn Kasten | fcddb0b | 2016-07-08 17:19:25 -0700 | [diff] [blame] | 2154 | (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 2155 | mAudioPatches.removeItemsAt(patch_index); |
| 2156 | patchRemoved = true; |
| 2157 | } |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 2158 | inputDesc->close(); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 2159 | } |
jiabin | 829a00b | 2018-04-04 16:28:32 -0700 | [diff] [blame] | 2160 | mInputRoutes.clear(); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 2161 | mInputs.clear(); |
Chris Thornton | 52785f3 | 2016-02-09 17:28:49 -0800 | [diff] [blame] | 2162 | SoundTrigger::setCaptureState(false); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2163 | nextAudioPortGeneration(); |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 2164 | |
| 2165 | if (patchRemoved) { |
| 2166 | mpClientInterface->onAudioPatchListUpdate(); |
| 2167 | } |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 2168 | } |
| 2169 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 2170 | void AudioPolicyManager::initStreamVolume(audio_stream_type_t stream, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2171 | int indexMin, |
| 2172 | int indexMax) |
| 2173 | { |
| 2174 | ALOGV("initStreamVolume() stream %d, min %d, max %d", stream , indexMin, indexMax); |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 2175 | mVolumeCurves->initStreamVolume(stream, indexMin, indexMax); |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2176 | |
| 2177 | // initialize other private stream volumes which follow this one |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 2178 | for (int curStream = 0; curStream < AUDIO_STREAM_FOR_POLICY_CNT; curStream++) { |
| 2179 | if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2180 | continue; |
| 2181 | } |
| 2182 | mVolumeCurves->initStreamVolume((audio_stream_type_t)curStream, indexMin, indexMax); |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 2183 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2184 | } |
| 2185 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 2186 | status_t AudioPolicyManager::setStreamVolumeIndex(audio_stream_type_t stream, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2187 | int index, |
| 2188 | audio_devices_t device) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2189 | { |
| 2190 | |
Nadav Bar | 7c605f6 | 2017-12-25 00:01:52 +0200 | [diff] [blame] | 2191 | // VOICE_CALL stream has minVolumeIndex > 0 but can be muted directly by an |
| 2192 | // app that has MODIFY_PHONE_STATE permission. |
| 2193 | if (((index < mVolumeCurves->getVolumeIndexMin(stream)) && |
| 2194 | !(stream == AUDIO_STREAM_VOICE_CALL && index == 0)) || |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 2195 | (index > mVolumeCurves->getVolumeIndexMax(stream))) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2196 | return BAD_VALUE; |
| 2197 | } |
| 2198 | if (!audio_is_output_device(device)) { |
| 2199 | return BAD_VALUE; |
| 2200 | } |
| 2201 | |
| 2202 | // Force max volume if stream cannot be muted |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 2203 | if (!mVolumeCurves->canBeMuted(stream)) index = mVolumeCurves->getVolumeIndexMax(stream); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2204 | |
Eric Laurent | 1fd372e | 2016-04-06 14:23:53 -0700 | [diff] [blame] | 2205 | ALOGV("setStreamVolumeIndex() stream %d, device %08x, index %d", |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2206 | stream, device, index); |
| 2207 | |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2208 | // update other private stream volumes which follow this one |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 2209 | for (int curStream = 0; curStream < AUDIO_STREAM_FOR_POLICY_CNT; curStream++) { |
| 2210 | if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2211 | continue; |
| 2212 | } |
| 2213 | mVolumeCurves->addCurrentVolumeIndex((audio_stream_type_t)curStream, device, index); |
| 2214 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2215 | |
Eric Laurent | 1fd372e | 2016-04-06 14:23:53 -0700 | [diff] [blame] | 2216 | // update volume on all outputs and streams matching the following: |
| 2217 | // - The requested stream (or a stream matching for volume control) is active on the output |
| 2218 | // - The device (or devices) selected by the strategy corresponding to this stream includes |
| 2219 | // the requested device |
| 2220 | // - For non default requested device, currently selected device on the output is either the |
| 2221 | // requested device or one of the devices selected by the strategy |
Eric Laurent | 5a2b629 | 2016-04-14 18:05:57 -0700 | [diff] [blame] | 2222 | // - For default requested device (AUDIO_DEVICE_OUT_DEFAULT_FOR_VOLUME), apply volume only if |
| 2223 | // no specific device volume value exists for currently selected device. |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2224 | status_t status = NO_ERROR; |
| 2225 | for (size_t i = 0; i < mOutputs.size(); i++) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 2226 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); |
| 2227 | audio_devices_t curDevice = Volume::getDeviceForVolume(desc->device()); |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 2228 | for (int curStream = 0; curStream < AUDIO_STREAM_FOR_POLICY_CNT; curStream++) { |
| 2229 | if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2230 | continue; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2231 | } |
Eric Laurent | d3926fe | 2016-04-15 18:10:07 -0700 | [diff] [blame] | 2232 | if (!(desc->isStreamActive((audio_stream_type_t)curStream) || |
| 2233 | (isInCall() && (curStream == AUDIO_STREAM_VOICE_CALL)))) { |
Eric Laurent | 1fd372e | 2016-04-06 14:23:53 -0700 | [diff] [blame] | 2234 | continue; |
| 2235 | } |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 2236 | routing_strategy curStrategy = getStrategy((audio_stream_type_t)curStream); |
Jean-Michel Trivi | b7fdce6 | 2017-06-27 19:38:42 -0700 | [diff] [blame] | 2237 | audio_devices_t curStreamDevice = Volume::getDeviceForVolume(getDeviceForStrategy( |
| 2238 | curStrategy, false /*fromCache*/)); |
Eric Laurent | e76f29c | 2016-09-14 17:17:53 -0700 | [diff] [blame] | 2239 | if ((device != AUDIO_DEVICE_OUT_DEFAULT_FOR_VOLUME) && |
| 2240 | ((curStreamDevice & device) == 0)) { |
Eric Laurent | 1fd372e | 2016-04-06 14:23:53 -0700 | [diff] [blame] | 2241 | continue; |
| 2242 | } |
Eric Laurent | e76f29c | 2016-09-14 17:17:53 -0700 | [diff] [blame] | 2243 | bool applyVolume; |
Eric Laurent | 5a2b629 | 2016-04-14 18:05:57 -0700 | [diff] [blame] | 2244 | if (device != AUDIO_DEVICE_OUT_DEFAULT_FOR_VOLUME) { |
Eric Laurent | 1fd372e | 2016-04-06 14:23:53 -0700 | [diff] [blame] | 2245 | curStreamDevice |= device; |
Eric Laurent | e76f29c | 2016-09-14 17:17:53 -0700 | [diff] [blame] | 2246 | applyVolume = (curDevice & curStreamDevice) != 0; |
| 2247 | } else { |
| 2248 | applyVolume = !mVolumeCurves->hasVolumeIndexForDevice( |
Jean-Michel Trivi | b7fdce6 | 2017-06-27 19:38:42 -0700 | [diff] [blame] | 2249 | stream, curStreamDevice); |
Eric Laurent | 1fd372e | 2016-04-06 14:23:53 -0700 | [diff] [blame] | 2250 | } |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2251 | |
Eric Laurent | e76f29c | 2016-09-14 17:17:53 -0700 | [diff] [blame] | 2252 | if (applyVolume) { |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 2253 | //FIXME: workaround for truncated touch sounds |
| 2254 | // delayed volume change for system stream to be removed when the problem is |
| 2255 | // handled by system UI |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2256 | status_t volStatus = |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 2257 | checkAndSetVolume((audio_stream_type_t)curStream, index, desc, curDevice, |
| 2258 | (stream == AUDIO_STREAM_SYSTEM) ? TOUCH_SOUND_FIXED_DELAY_MS : 0); |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2259 | if (volStatus != NO_ERROR) { |
| 2260 | status = volStatus; |
| 2261 | } |
| 2262 | } |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 2263 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2264 | } |
| 2265 | return status; |
| 2266 | } |
| 2267 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 2268 | status_t AudioPolicyManager::getStreamVolumeIndex(audio_stream_type_t stream, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2269 | int *index, |
| 2270 | audio_devices_t device) |
| 2271 | { |
| 2272 | if (index == NULL) { |
| 2273 | return BAD_VALUE; |
| 2274 | } |
| 2275 | if (!audio_is_output_device(device)) { |
| 2276 | return BAD_VALUE; |
| 2277 | } |
Eric Laurent | 5a2b629 | 2016-04-14 18:05:57 -0700 | [diff] [blame] | 2278 | // if device is AUDIO_DEVICE_OUT_DEFAULT_FOR_VOLUME, return volume for device corresponding to |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2279 | // the strategy the stream belongs to. |
Eric Laurent | 5a2b629 | 2016-04-14 18:05:57 -0700 | [diff] [blame] | 2280 | if (device == AUDIO_DEVICE_OUT_DEFAULT_FOR_VOLUME) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2281 | device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/); |
| 2282 | } |
François Gaffie | dfd7409 | 2015-03-19 12:10:59 +0100 | [diff] [blame] | 2283 | device = Volume::getDeviceForVolume(device); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2284 | |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 2285 | *index = mVolumeCurves->getVolumeIndex(stream, device); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2286 | ALOGV("getStreamVolumeIndex() stream %d device %08x index %d", stream, device, *index); |
| 2287 | return NO_ERROR; |
| 2288 | } |
| 2289 | |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2290 | audio_io_handle_t AudioPolicyManager::selectOutputForMusicEffects() |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2291 | { |
| 2292 | // select one output among several suitable for global effects. |
| 2293 | // The priority is as follows: |
| 2294 | // 1: An offloaded output. If the effect ends up not being offloadable, |
| 2295 | // AudioFlinger will invalidate the track and the offloaded output |
| 2296 | // will be closed causing the effect to be moved to a PCM output. |
| 2297 | // 2: A deep buffer output |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2298 | // 3: The primary output |
| 2299 | // 4: the first output in the list |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2300 | |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 2301 | routing_strategy strategy = getStrategy(AUDIO_STREAM_MUSIC); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2302 | audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2303 | SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(device, mOutputs); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2304 | |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2305 | if (outputs.size() == 0) { |
| 2306 | return AUDIO_IO_HANDLE_NONE; |
| 2307 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2308 | |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2309 | audio_io_handle_t output = AUDIO_IO_HANDLE_NONE; |
| 2310 | bool activeOnly = true; |
| 2311 | |
| 2312 | while (output == AUDIO_IO_HANDLE_NONE) { |
| 2313 | audio_io_handle_t outputOffloaded = AUDIO_IO_HANDLE_NONE; |
| 2314 | audio_io_handle_t outputDeepBuffer = AUDIO_IO_HANDLE_NONE; |
| 2315 | audio_io_handle_t outputPrimary = AUDIO_IO_HANDLE_NONE; |
| 2316 | |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2317 | for (audio_io_handle_t output : outputs) { |
| 2318 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueFor(output); |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2319 | if (activeOnly && !desc->isStreamActive(AUDIO_STREAM_MUSIC)) { |
| 2320 | continue; |
| 2321 | } |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2322 | ALOGV("selectOutputForMusicEffects activeOnly %d output %d flags 0x%08x", |
| 2323 | activeOnly, output, desc->mFlags); |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2324 | if ((desc->mFlags & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) != 0) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2325 | outputOffloaded = output; |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2326 | } |
| 2327 | if ((desc->mFlags & AUDIO_OUTPUT_FLAG_DEEP_BUFFER) != 0) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2328 | outputDeepBuffer = output; |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2329 | } |
| 2330 | if ((desc->mFlags & AUDIO_OUTPUT_FLAG_PRIMARY) != 0) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2331 | outputPrimary = output; |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2332 | } |
| 2333 | } |
| 2334 | if (outputOffloaded != AUDIO_IO_HANDLE_NONE) { |
| 2335 | output = outputOffloaded; |
| 2336 | } else if (outputDeepBuffer != AUDIO_IO_HANDLE_NONE) { |
| 2337 | output = outputDeepBuffer; |
| 2338 | } else if (outputPrimary != AUDIO_IO_HANDLE_NONE) { |
| 2339 | output = outputPrimary; |
| 2340 | } else { |
| 2341 | output = outputs[0]; |
| 2342 | } |
| 2343 | activeOnly = false; |
| 2344 | } |
| 2345 | |
| 2346 | if (output != mMusicEffectOutput) { |
| 2347 | mpClientInterface->moveEffects(AUDIO_SESSION_OUTPUT_MIX, mMusicEffectOutput, output); |
| 2348 | mMusicEffectOutput = output; |
| 2349 | } |
| 2350 | |
| 2351 | ALOGV("selectOutputForMusicEffects selected output %d", output); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2352 | return output; |
| 2353 | } |
| 2354 | |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 2355 | audio_io_handle_t AudioPolicyManager::getOutputForEffect(const effect_descriptor_t *desc __unused) |
| 2356 | { |
| 2357 | return selectOutputForMusicEffects(); |
| 2358 | } |
| 2359 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 2360 | status_t AudioPolicyManager::registerEffect(const effect_descriptor_t *desc, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2361 | audio_io_handle_t io, |
| 2362 | uint32_t strategy, |
| 2363 | int session, |
| 2364 | int id) |
| 2365 | { |
| 2366 | ssize_t index = mOutputs.indexOfKey(io); |
| 2367 | if (index < 0) { |
| 2368 | index = mInputs.indexOfKey(io); |
| 2369 | if (index < 0) { |
| 2370 | ALOGW("registerEffect() unknown io %d", io); |
| 2371 | return INVALID_OPERATION; |
| 2372 | } |
| 2373 | } |
François Gaffie | 45ed3b0 | 2015-03-19 10:35:14 +0100 | [diff] [blame] | 2374 | return mEffects.registerEffect(desc, io, strategy, session, id); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2375 | } |
| 2376 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 2377 | bool AudioPolicyManager::isStreamActive(audio_stream_type_t stream, uint32_t inPastMs) const |
| 2378 | { |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2379 | bool active = false; |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 2380 | for (int curStream = 0; curStream < AUDIO_STREAM_FOR_POLICY_CNT && !active; curStream++) { |
| 2381 | if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2382 | continue; |
| 2383 | } |
| 2384 | active = mOutputs.isStreamActive((audio_stream_type_t)curStream, inPastMs); |
| 2385 | } |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 2386 | return active; |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 2387 | } |
| 2388 | |
| 2389 | bool AudioPolicyManager::isStreamActiveRemotely(audio_stream_type_t stream, uint32_t inPastMs) const |
| 2390 | { |
| 2391 | return mOutputs.isStreamActiveRemotely(stream, inPastMs); |
| 2392 | } |
| 2393 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 2394 | bool AudioPolicyManager::isSourceActive(audio_source_t source) const |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2395 | { |
| 2396 | for (size_t i = 0; i < mInputs.size(); i++) { |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 2397 | const sp<AudioInputDescriptor> inputDescriptor = mInputs.valueAt(i); |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 2398 | if (inputDescriptor->isSourceActive(source)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2399 | return true; |
| 2400 | } |
| 2401 | } |
| 2402 | return false; |
| 2403 | } |
| 2404 | |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2405 | // Register a list of custom mixes with their attributes and format. |
| 2406 | // When a mix is registered, corresponding input and output profiles are |
| 2407 | // added to the remote submix hw module. The profile contains only the |
| 2408 | // parameters (sampling rate, format...) specified by the mix. |
| 2409 | // The corresponding input remote submix device is also connected. |
| 2410 | // |
| 2411 | // When a remote submix device is connected, the address is checked to select the |
| 2412 | // appropriate profile and the corresponding input or output stream is opened. |
| 2413 | // |
| 2414 | // When capture starts, getInputForAttr() will: |
| 2415 | // - 1 look for a mix matching the address passed in attribtutes tags if any |
| 2416 | // - 2 if none found, getDeviceForInputSource() will: |
| 2417 | // - 2.1 look for a mix matching the attributes source |
| 2418 | // - 2.2 if none found, default to device selection by policy rules |
| 2419 | // At this time, the corresponding output remote submix device is also connected |
| 2420 | // and active playback use cases can be transferred to this mix if needed when reconnecting |
| 2421 | // after AudioTracks are invalidated |
| 2422 | // |
| 2423 | // When playback starts, getOutputForAttr() will: |
| 2424 | // - 1 look for a mix matching the address passed in attribtutes tags if any |
| 2425 | // - 2 if none found, look for a mix matching the attributes usage |
| 2426 | // - 3 if none found, default to device and output selection by policy rules. |
| 2427 | |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 2428 | status_t AudioPolicyManager::registerPolicyMixes(const Vector<AudioMix>& mixes) |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2429 | { |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2430 | ALOGV("registerPolicyMixes() %zu mix(es)", mixes.size()); |
| 2431 | status_t res = NO_ERROR; |
| 2432 | |
| 2433 | sp<HwModule> rSubmixModule; |
| 2434 | // examine each mix's route type |
| 2435 | for (size_t i = 0; i < mixes.size(); i++) { |
| 2436 | // we only support MIX_ROUTE_FLAG_LOOP_BACK or MIX_ROUTE_FLAG_RENDER, not the combination |
| 2437 | if ((mixes[i].mRouteFlags & MIX_ROUTE_FLAG_ALL) == MIX_ROUTE_FLAG_ALL) { |
| 2438 | res = INVALID_OPERATION; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2439 | break; |
| 2440 | } |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2441 | if ((mixes[i].mRouteFlags & MIX_ROUTE_FLAG_LOOP_BACK) == MIX_ROUTE_FLAG_LOOP_BACK) { |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2442 | ALOGV("registerPolicyMixes() mix %zu of %zu is LOOP_BACK", i, mixes.size()); |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2443 | if (rSubmixModule == 0) { |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 2444 | rSubmixModule = mHwModules.getModuleFromName( |
| 2445 | AUDIO_HARDWARE_MODULE_ID_REMOTE_SUBMIX); |
| 2446 | if (rSubmixModule == 0) { |
| 2447 | ALOGE(" Unable to find audio module for submix, aborting mix %zu registration", |
| 2448 | i); |
| 2449 | res = INVALID_OPERATION; |
| 2450 | break; |
| 2451 | } |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2452 | } |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2453 | |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2454 | String8 address = mixes[i].mDeviceAddress; |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 2455 | |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2456 | if (mPolicyMixes.registerMix(address, mixes[i], 0 /*output desc*/) != NO_ERROR) { |
Jean-Michel Trivi | 5ac8cd4 | 2016-03-24 16:35:36 -0700 | [diff] [blame] | 2457 | ALOGE(" Error registering mix %zu for address %s", i, address.string()); |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2458 | res = INVALID_OPERATION; |
| 2459 | break; |
| 2460 | } |
| 2461 | audio_config_t outputConfig = mixes[i].mFormat; |
| 2462 | audio_config_t inputConfig = mixes[i].mFormat; |
| 2463 | // NOTE: audio flinger mixer does not support mono output: configure remote submix HAL in |
| 2464 | // stereo and let audio flinger do the channel conversion if needed. |
| 2465 | outputConfig.channel_mask = AUDIO_CHANNEL_OUT_STEREO; |
| 2466 | inputConfig.channel_mask = AUDIO_CHANNEL_IN_STEREO; |
| 2467 | rSubmixModule->addOutputProfile(address, &outputConfig, |
| 2468 | AUDIO_DEVICE_OUT_REMOTE_SUBMIX, address); |
| 2469 | rSubmixModule->addInputProfile(address, &inputConfig, |
| 2470 | AUDIO_DEVICE_IN_REMOTE_SUBMIX, address); |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 2471 | |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2472 | if (mixes[i].mMixType == MIX_TYPE_PLAYERS) { |
| 2473 | setDeviceConnectionStateInt(AUDIO_DEVICE_IN_REMOTE_SUBMIX, |
| 2474 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE, |
| 2475 | address.string(), "remote-submix"); |
| 2476 | } else { |
| 2477 | setDeviceConnectionStateInt(AUDIO_DEVICE_OUT_REMOTE_SUBMIX, |
| 2478 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE, |
| 2479 | address.string(), "remote-submix"); |
| 2480 | } |
| 2481 | } else if ((mixes[i].mRouteFlags & MIX_ROUTE_FLAG_RENDER) == MIX_ROUTE_FLAG_RENDER) { |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2482 | String8 address = mixes[i].mDeviceAddress; |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2483 | audio_devices_t device = mixes[i].mDeviceType; |
Jean-Michel Trivi | 5ac8cd4 | 2016-03-24 16:35:36 -0700 | [diff] [blame] | 2484 | ALOGV(" registerPolicyMixes() mix %zu of %zu is RENDER, dev=0x%X addr=%s", |
| 2485 | i, mixes.size(), device, address.string()); |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2486 | |
Jean-Michel Trivi | 5ac8cd4 | 2016-03-24 16:35:36 -0700 | [diff] [blame] | 2487 | bool foundOutput = false; |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2488 | for (size_t j = 0 ; j < mOutputs.size() ; j++) { |
| 2489 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(j); |
| 2490 | sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle()); |
| 2491 | if ((patch != 0) && (patch->mPatch.num_sinks != 0) |
| 2492 | && (patch->mPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE) |
| 2493 | && (patch->mPatch.sinks[0].ext.device.type == device) |
Jean-Michel Trivi | 5ac8cd4 | 2016-03-24 16:35:36 -0700 | [diff] [blame] | 2494 | && (strncmp(patch->mPatch.sinks[0].ext.device.address, address.string(), |
| 2495 | AUDIO_DEVICE_MAX_ADDRESS_LEN) == 0)) { |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2496 | if (mPolicyMixes.registerMix(address, mixes[i], desc) != NO_ERROR) { |
| 2497 | res = INVALID_OPERATION; |
Jean-Michel Trivi | 5ac8cd4 | 2016-03-24 16:35:36 -0700 | [diff] [blame] | 2498 | } else { |
| 2499 | foundOutput = true; |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2500 | } |
| 2501 | break; |
| 2502 | } |
| 2503 | } |
| 2504 | |
| 2505 | if (res != NO_ERROR) { |
| 2506 | ALOGE(" Error registering mix %zu for device 0x%X addr %s", |
Jean-Michel Trivi | 5ac8cd4 | 2016-03-24 16:35:36 -0700 | [diff] [blame] | 2507 | i, device, address.string()); |
| 2508 | res = INVALID_OPERATION; |
| 2509 | break; |
| 2510 | } else if (!foundOutput) { |
| 2511 | ALOGE(" Output not found for mix %zu for device 0x%X addr %s", |
| 2512 | i, device, address.string()); |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2513 | res = INVALID_OPERATION; |
| 2514 | break; |
| 2515 | } |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 2516 | } |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2517 | } |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2518 | if (res != NO_ERROR) { |
| 2519 | unregisterPolicyMixes(mixes); |
| 2520 | } |
| 2521 | return res; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2522 | } |
| 2523 | |
| 2524 | status_t AudioPolicyManager::unregisterPolicyMixes(Vector<AudioMix> mixes) |
| 2525 | { |
Eric Laurent | 7b279bb | 2015-12-14 10:18:23 -0800 | [diff] [blame] | 2526 | ALOGV("unregisterPolicyMixes() num mixes %zu", mixes.size()); |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2527 | status_t res = NO_ERROR; |
| 2528 | sp<HwModule> rSubmixModule; |
| 2529 | // examine each mix's route type |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2530 | for (const auto& mix : mixes) { |
| 2531 | if ((mix.mRouteFlags & MIX_ROUTE_FLAG_LOOP_BACK) == MIX_ROUTE_FLAG_LOOP_BACK) { |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 2532 | |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2533 | if (rSubmixModule == 0) { |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 2534 | rSubmixModule = mHwModules.getModuleFromName( |
| 2535 | AUDIO_HARDWARE_MODULE_ID_REMOTE_SUBMIX); |
| 2536 | if (rSubmixModule == 0) { |
| 2537 | res = INVALID_OPERATION; |
| 2538 | continue; |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2539 | } |
| 2540 | } |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2541 | |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2542 | String8 address = mix.mDeviceAddress; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2543 | |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2544 | if (mPolicyMixes.unregisterMix(address) != NO_ERROR) { |
| 2545 | res = INVALID_OPERATION; |
| 2546 | continue; |
| 2547 | } |
| 2548 | |
| 2549 | if (getDeviceConnectionState(AUDIO_DEVICE_IN_REMOTE_SUBMIX, address.string()) == |
| 2550 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE) { |
| 2551 | setDeviceConnectionStateInt(AUDIO_DEVICE_IN_REMOTE_SUBMIX, |
| 2552 | AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE, |
| 2553 | address.string(), "remote-submix"); |
| 2554 | } |
| 2555 | if (getDeviceConnectionState(AUDIO_DEVICE_OUT_REMOTE_SUBMIX, address.string()) == |
| 2556 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE) { |
| 2557 | setDeviceConnectionStateInt(AUDIO_DEVICE_OUT_REMOTE_SUBMIX, |
| 2558 | AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE, |
| 2559 | address.string(), "remote-submix"); |
| 2560 | } |
| 2561 | rSubmixModule->removeOutputProfile(address); |
| 2562 | rSubmixModule->removeInputProfile(address); |
| 2563 | |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2564 | } if ((mix.mRouteFlags & MIX_ROUTE_FLAG_RENDER) == MIX_ROUTE_FLAG_RENDER) { |
| 2565 | if (mPolicyMixes.unregisterMix(mix.mDeviceAddress) != NO_ERROR) { |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2566 | res = INVALID_OPERATION; |
| 2567 | continue; |
| 2568 | } |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2569 | } |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2570 | } |
Jean-Michel Trivi | 7638ca2 | 2016-03-04 17:42:44 -0800 | [diff] [blame] | 2571 | return res; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2572 | } |
| 2573 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2574 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 2575 | status_t AudioPolicyManager::dump(int fd) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2576 | { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2577 | String8 result; |
Mikhail Naganov | 2e5167e1 | 2018-04-19 13:41:22 -0700 | [diff] [blame] | 2578 | result.appendFormat("\nAudioPolicyManager Dump: %p\n", this); |
| 2579 | result.appendFormat(" Primary Output: %d\n", |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 2580 | hasPrimaryOutput() ? mPrimaryOutput->mIoHandle : AUDIO_IO_HANDLE_NONE); |
Mikhail Naganov | 0d6a033 | 2016-04-19 17:12:38 -0700 | [diff] [blame] | 2581 | std::string stateLiteral; |
| 2582 | AudioModeConverter::toString(mEngine->getPhoneState(), stateLiteral); |
Mikhail Naganov | 2e5167e1 | 2018-04-19 13:41:22 -0700 | [diff] [blame] | 2583 | result.appendFormat(" Phone state: %s\n", stateLiteral.c_str()); |
| 2584 | const char* forceUses[AUDIO_POLICY_FORCE_USE_CNT] = { |
| 2585 | "communications", "media", "record", "dock", "system", |
| 2586 | "HDMI system audio", "encoded surround output", "vibrate ringing" }; |
| 2587 | for (audio_policy_force_use_t i = AUDIO_POLICY_FORCE_FOR_COMMUNICATION; |
| 2588 | i < AUDIO_POLICY_FORCE_USE_CNT; i = (audio_policy_force_use_t)((int)i + 1)) { |
| 2589 | result.appendFormat(" Force use for %s: %d\n", |
| 2590 | forceUses[i], mEngine->getForceUse(i)); |
| 2591 | } |
| 2592 | result.appendFormat(" TTS output %savailable\n", mTtsOutputAvailable ? "" : "not "); |
| 2593 | result.appendFormat(" Master mono: %s\n", mMasterMono ? "on" : "off"); |
| 2594 | result.appendFormat(" Config source: %s\n", getConfig().getSource().c_str()); |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 2595 | write(fd, result.string(), result.size()); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2596 | |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 2597 | mAvailableOutputDevices.dump(fd, String8("Available output")); |
| 2598 | mAvailableInputDevices.dump(fd, String8("Available input")); |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 2599 | mHwModulesAll.dump(fd); |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2600 | mOutputs.dump(fd); |
| 2601 | mInputs.dump(fd); |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 2602 | mVolumeCurves->dump(fd); |
François Gaffie | 45ed3b0 | 2015-03-19 10:35:14 +0100 | [diff] [blame] | 2603 | mEffects.dump(fd); |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2604 | mAudioPatches.dump(fd); |
Mikhail Naganov | 44344b0 | 2016-12-13 11:21:02 -0800 | [diff] [blame] | 2605 | mPolicyMixes.dump(fd); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2606 | |
| 2607 | return NO_ERROR; |
| 2608 | } |
| 2609 | |
| 2610 | // This function checks for the parameters which can be offloaded. |
| 2611 | // This can be enhanced depending on the capability of the DSP and policy |
| 2612 | // of the system. |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 2613 | bool AudioPolicyManager::isOffloadSupported(const audio_offload_info_t& offloadInfo) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2614 | { |
| 2615 | ALOGV("isOffloadSupported: SR=%u, CM=0x%x, Format=0x%x, StreamType=%d," |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 2616 | " BitRate=%u, duration=%" PRId64 " us, has_video=%d", |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2617 | offloadInfo.sample_rate, offloadInfo.channel_mask, |
| 2618 | offloadInfo.format, |
| 2619 | offloadInfo.stream_type, offloadInfo.bit_rate, offloadInfo.duration_us, |
| 2620 | offloadInfo.has_video); |
| 2621 | |
Andy Hung | 2ddee19 | 2015-12-18 17:34:44 -0800 | [diff] [blame] | 2622 | if (mMasterMono) { |
| 2623 | return false; // no offloading if mono is set. |
| 2624 | } |
| 2625 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2626 | // Check if offload has been disabled |
| 2627 | char propValue[PROPERTY_VALUE_MAX]; |
| 2628 | if (property_get("audio.offload.disable", propValue, "0")) { |
| 2629 | if (atoi(propValue) != 0) { |
| 2630 | ALOGV("offload disabled by audio.offload.disable=%s", propValue ); |
| 2631 | return false; |
| 2632 | } |
| 2633 | } |
| 2634 | |
| 2635 | // Check if stream type is music, then only allow offload as of now. |
| 2636 | if (offloadInfo.stream_type != AUDIO_STREAM_MUSIC) |
| 2637 | { |
| 2638 | ALOGV("isOffloadSupported: stream_type != MUSIC, returning false"); |
| 2639 | return false; |
| 2640 | } |
| 2641 | |
| 2642 | //TODO: enable audio offloading with video when ready |
Andy Hung | 08945c4 | 2015-05-31 21:36:46 -0700 | [diff] [blame] | 2643 | const bool allowOffloadWithVideo = |
| 2644 | property_get_bool("audio.offload.video", false /* default_value */); |
| 2645 | if (offloadInfo.has_video && !allowOffloadWithVideo) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2646 | ALOGV("isOffloadSupported: has_video == true, returning false"); |
| 2647 | return false; |
| 2648 | } |
| 2649 | |
| 2650 | //If duration is less than minimum value defined in property, return false |
| 2651 | if (property_get("audio.offload.min.duration.secs", propValue, NULL)) { |
| 2652 | if (offloadInfo.duration_us < (atoi(propValue) * 1000000 )) { |
| 2653 | ALOGV("Offload denied by duration < audio.offload.min.duration.secs(=%s)", propValue); |
| 2654 | return false; |
| 2655 | } |
| 2656 | } else if (offloadInfo.duration_us < OFFLOAD_DEFAULT_MIN_DURATION_SECS * 1000000) { |
| 2657 | ALOGV("Offload denied by duration < default min(=%u)", OFFLOAD_DEFAULT_MIN_DURATION_SECS); |
| 2658 | return false; |
| 2659 | } |
| 2660 | |
| 2661 | // Do not allow offloading if one non offloadable effect is enabled. This prevents from |
| 2662 | // creating an offloaded track and tearing it down immediately after start when audioflinger |
| 2663 | // detects there is an active non offloadable effect. |
| 2664 | // FIXME: We should check the audio session here but we do not have it in this context. |
| 2665 | // This may prevent offloading in rare situations where effects are left active by apps |
| 2666 | // in the background. |
François Gaffie | 45ed3b0 | 2015-03-19 10:35:14 +0100 | [diff] [blame] | 2667 | if (mEffects.isNonOffloadableEffectEnabled()) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2668 | return false; |
| 2669 | } |
| 2670 | |
| 2671 | // See if there is a profile to support this. |
| 2672 | // AUDIO_DEVICE_NONE |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 2673 | sp<IOProfile> profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2674 | offloadInfo.sample_rate, |
| 2675 | offloadInfo.format, |
| 2676 | offloadInfo.channel_mask, |
| 2677 | AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 2678 | ALOGV("isOffloadSupported() profile %sfound", profile != 0 ? "" : "NOT "); |
| 2679 | return (profile != 0); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 2680 | } |
| 2681 | |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2682 | status_t AudioPolicyManager::listAudioPorts(audio_port_role_t role, |
| 2683 | audio_port_type_t type, |
| 2684 | unsigned int *num_ports, |
| 2685 | struct audio_port *ports, |
| 2686 | unsigned int *generation) |
| 2687 | { |
| 2688 | if (num_ports == NULL || (*num_ports != 0 && ports == NULL) || |
| 2689 | generation == NULL) { |
| 2690 | return BAD_VALUE; |
| 2691 | } |
| 2692 | ALOGV("listAudioPorts() role %d type %d num_ports %d ports %p", role, type, *num_ports, ports); |
| 2693 | if (ports == NULL) { |
| 2694 | *num_ports = 0; |
| 2695 | } |
| 2696 | |
| 2697 | size_t portsWritten = 0; |
| 2698 | size_t portsMax = *num_ports; |
| 2699 | *num_ports = 0; |
| 2700 | if (type == AUDIO_PORT_TYPE_NONE || type == AUDIO_PORT_TYPE_DEVICE) { |
Eric Laurent | 5a2b629 | 2016-04-14 18:05:57 -0700 | [diff] [blame] | 2701 | // do not report devices with type AUDIO_DEVICE_IN_STUB or AUDIO_DEVICE_OUT_STUB |
| 2702 | // as they are used by stub HALs by convention |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2703 | if (role == AUDIO_PORT_ROLE_SINK || role == AUDIO_PORT_ROLE_NONE) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2704 | for (const auto& dev : mAvailableOutputDevices) { |
| 2705 | if (dev->type() == AUDIO_DEVICE_OUT_STUB) { |
Eric Laurent | 5a2b629 | 2016-04-14 18:05:57 -0700 | [diff] [blame] | 2706 | continue; |
| 2707 | } |
| 2708 | if (portsWritten < portsMax) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2709 | dev->toAudioPort(&ports[portsWritten++]); |
Eric Laurent | 5a2b629 | 2016-04-14 18:05:57 -0700 | [diff] [blame] | 2710 | } |
| 2711 | (*num_ports)++; |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2712 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2713 | } |
| 2714 | if (role == AUDIO_PORT_ROLE_SOURCE || role == AUDIO_PORT_ROLE_NONE) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2715 | for (const auto& dev : mAvailableInputDevices) { |
| 2716 | if (dev->type() == AUDIO_DEVICE_IN_STUB) { |
Eric Laurent | 5a2b629 | 2016-04-14 18:05:57 -0700 | [diff] [blame] | 2717 | continue; |
| 2718 | } |
| 2719 | if (portsWritten < portsMax) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 2720 | dev->toAudioPort(&ports[portsWritten++]); |
Eric Laurent | 5a2b629 | 2016-04-14 18:05:57 -0700 | [diff] [blame] | 2721 | } |
| 2722 | (*num_ports)++; |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2723 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2724 | } |
| 2725 | } |
| 2726 | if (type == AUDIO_PORT_TYPE_NONE || type == AUDIO_PORT_TYPE_MIX) { |
| 2727 | if (role == AUDIO_PORT_ROLE_SINK || role == AUDIO_PORT_ROLE_NONE) { |
| 2728 | for (size_t i = 0; i < mInputs.size() && portsWritten < portsMax; i++) { |
| 2729 | mInputs[i]->toAudioPort(&ports[portsWritten++]); |
| 2730 | } |
| 2731 | *num_ports += mInputs.size(); |
| 2732 | } |
| 2733 | if (role == AUDIO_PORT_ROLE_SOURCE || role == AUDIO_PORT_ROLE_NONE) { |
Eric Laurent | 84c7024 | 2014-06-23 08:46:27 -0700 | [diff] [blame] | 2734 | size_t numOutputs = 0; |
| 2735 | for (size_t i = 0; i < mOutputs.size(); i++) { |
| 2736 | if (!mOutputs[i]->isDuplicated()) { |
| 2737 | numOutputs++; |
| 2738 | if (portsWritten < portsMax) { |
| 2739 | mOutputs[i]->toAudioPort(&ports[portsWritten++]); |
| 2740 | } |
| 2741 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2742 | } |
Eric Laurent | 84c7024 | 2014-06-23 08:46:27 -0700 | [diff] [blame] | 2743 | *num_ports += numOutputs; |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2744 | } |
| 2745 | } |
| 2746 | *generation = curAudioPortGeneration(); |
Mark Salyzyn | beb9e30 | 2014-06-18 16:33:15 -0700 | [diff] [blame] | 2747 | ALOGV("listAudioPorts() got %zu ports needed %d", portsWritten, *num_ports); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2748 | return NO_ERROR; |
| 2749 | } |
| 2750 | |
| 2751 | status_t AudioPolicyManager::getAudioPort(struct audio_port *port __unused) |
| 2752 | { |
| 2753 | return NO_ERROR; |
| 2754 | } |
| 2755 | |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2756 | status_t AudioPolicyManager::createAudioPatch(const struct audio_patch *patch, |
| 2757 | audio_patch_handle_t *handle, |
| 2758 | uid_t uid) |
| 2759 | { |
| 2760 | ALOGV("createAudioPatch()"); |
| 2761 | |
| 2762 | if (handle == NULL || patch == NULL) { |
| 2763 | return BAD_VALUE; |
| 2764 | } |
| 2765 | ALOGV("createAudioPatch() num sources %d num sinks %d", patch->num_sources, patch->num_sinks); |
| 2766 | |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2767 | if (patch->num_sources == 0 || patch->num_sources > AUDIO_PATCH_PORTS_MAX || |
| 2768 | patch->num_sinks == 0 || patch->num_sinks > AUDIO_PATCH_PORTS_MAX) { |
| 2769 | return BAD_VALUE; |
| 2770 | } |
| 2771 | // only one source per audio patch supported for now |
| 2772 | if (patch->num_sources > 1) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2773 | return INVALID_OPERATION; |
| 2774 | } |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2775 | |
| 2776 | if (patch->sources[0].role != AUDIO_PORT_ROLE_SOURCE) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2777 | return INVALID_OPERATION; |
| 2778 | } |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2779 | for (size_t i = 0; i < patch->num_sinks; i++) { |
| 2780 | if (patch->sinks[i].role != AUDIO_PORT_ROLE_SINK) { |
| 2781 | return INVALID_OPERATION; |
| 2782 | } |
| 2783 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2784 | |
| 2785 | sp<AudioPatch> patchDesc; |
| 2786 | ssize_t index = mAudioPatches.indexOfKey(*handle); |
| 2787 | |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2788 | ALOGV("createAudioPatch source id %d role %d type %d", patch->sources[0].id, |
| 2789 | patch->sources[0].role, |
| 2790 | patch->sources[0].type); |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2791 | #if LOG_NDEBUG == 0 |
| 2792 | for (size_t i = 0; i < patch->num_sinks; i++) { |
Eric Laurent | 7b279bb | 2015-12-14 10:18:23 -0800 | [diff] [blame] | 2793 | ALOGV("createAudioPatch sink %zu: id %d role %d type %d", i, patch->sinks[i].id, |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2794 | patch->sinks[i].role, |
| 2795 | patch->sinks[i].type); |
| 2796 | } |
| 2797 | #endif |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2798 | |
| 2799 | if (index >= 0) { |
| 2800 | patchDesc = mAudioPatches.valueAt(index); |
| 2801 | ALOGV("createAudioPatch() mUidCached %d patchDesc->mUid %d uid %d", |
| 2802 | mUidCached, patchDesc->mUid, uid); |
| 2803 | if (patchDesc->mUid != mUidCached && uid != patchDesc->mUid) { |
| 2804 | return INVALID_OPERATION; |
| 2805 | } |
| 2806 | } else { |
Glenn Kasten | a13cde9 | 2016-03-28 15:26:02 -0700 | [diff] [blame] | 2807 | *handle = AUDIO_PATCH_HANDLE_NONE; |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2808 | } |
| 2809 | |
| 2810 | if (patch->sources[0].type == AUDIO_PORT_TYPE_MIX) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 2811 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.getOutputFromId(patch->sources[0].id); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2812 | if (outputDesc == NULL) { |
| 2813 | ALOGV("createAudioPatch() output not found for id %d", patch->sources[0].id); |
| 2814 | return BAD_VALUE; |
| 2815 | } |
Eric Laurent | 84c7024 | 2014-06-23 08:46:27 -0700 | [diff] [blame] | 2816 | ALOG_ASSERT(!outputDesc->isDuplicated(),"duplicated output %d in source in ports", |
| 2817 | outputDesc->mIoHandle); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2818 | if (patchDesc != 0) { |
| 2819 | if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { |
| 2820 | ALOGV("createAudioPatch() source id differs for patch current id %d new id %d", |
| 2821 | patchDesc->mPatch.sources[0].id, patch->sources[0].id); |
| 2822 | return BAD_VALUE; |
| 2823 | } |
| 2824 | } |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2825 | DeviceVector devices; |
| 2826 | for (size_t i = 0; i < patch->num_sinks; i++) { |
| 2827 | // Only support mix to devices connection |
| 2828 | // TODO add support for mix to mix connection |
| 2829 | if (patch->sinks[i].type != AUDIO_PORT_TYPE_DEVICE) { |
| 2830 | ALOGV("createAudioPatch() source mix but sink is not a device"); |
| 2831 | return INVALID_OPERATION; |
| 2832 | } |
| 2833 | sp<DeviceDescriptor> devDesc = |
| 2834 | mAvailableOutputDevices.getDeviceFromId(patch->sinks[i].id); |
| 2835 | if (devDesc == 0) { |
| 2836 | ALOGV("createAudioPatch() out device not found for id %d", patch->sinks[i].id); |
| 2837 | return BAD_VALUE; |
| 2838 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2839 | |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2840 | if (!outputDesc->mProfile->isCompatibleProfile(devDesc->type(), |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2841 | devDesc->mAddress, |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2842 | patch->sources[0].sample_rate, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2843 | NULL, // updatedSamplingRate |
| 2844 | patch->sources[0].format, |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 2845 | NULL, // updatedFormat |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2846 | patch->sources[0].channel_mask, |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 2847 | NULL, // updatedChannelMask |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2848 | AUDIO_OUTPUT_FLAG_NONE /*FIXME*/)) { |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 2849 | ALOGV("createAudioPatch() profile not supported for device %08x", |
| 2850 | devDesc->type()); |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2851 | return INVALID_OPERATION; |
| 2852 | } |
| 2853 | devices.add(devDesc); |
| 2854 | } |
| 2855 | if (devices.size() == 0) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2856 | return INVALID_OPERATION; |
| 2857 | } |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2858 | |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2859 | // TODO: reconfigure output format and channels here |
| 2860 | ALOGV("createAudioPatch() setting device %08x on output %d", |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2861 | devices.types(), outputDesc->mIoHandle); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 2862 | setOutputDevice(outputDesc, devices.types(), true, 0, handle); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2863 | index = mAudioPatches.indexOfKey(*handle); |
| 2864 | if (index >= 0) { |
| 2865 | if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { |
| 2866 | ALOGW("createAudioPatch() setOutputDevice() did not reuse the patch provided"); |
| 2867 | } |
| 2868 | patchDesc = mAudioPatches.valueAt(index); |
| 2869 | patchDesc->mUid = uid; |
| 2870 | ALOGV("createAudioPatch() success"); |
| 2871 | } else { |
| 2872 | ALOGW("createAudioPatch() setOutputDevice() failed to create a patch"); |
| 2873 | return INVALID_OPERATION; |
| 2874 | } |
| 2875 | } else if (patch->sources[0].type == AUDIO_PORT_TYPE_DEVICE) { |
| 2876 | if (patch->sinks[0].type == AUDIO_PORT_TYPE_MIX) { |
| 2877 | // input device to input mix connection |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2878 | // only one sink supported when connecting an input device to a mix |
| 2879 | if (patch->num_sinks > 1) { |
| 2880 | return INVALID_OPERATION; |
| 2881 | } |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2882 | sp<AudioInputDescriptor> inputDesc = mInputs.getInputFromId(patch->sinks[0].id); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2883 | if (inputDesc == NULL) { |
| 2884 | return BAD_VALUE; |
| 2885 | } |
| 2886 | if (patchDesc != 0) { |
| 2887 | if (patchDesc->mPatch.sinks[0].id != patch->sinks[0].id) { |
| 2888 | return BAD_VALUE; |
| 2889 | } |
| 2890 | } |
| 2891 | sp<DeviceDescriptor> devDesc = |
| 2892 | mAvailableInputDevices.getDeviceFromId(patch->sources[0].id); |
| 2893 | if (devDesc == 0) { |
| 2894 | return BAD_VALUE; |
| 2895 | } |
| 2896 | |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2897 | if (!inputDesc->mProfile->isCompatibleProfile(devDesc->type(), |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2898 | devDesc->mAddress, |
| 2899 | patch->sinks[0].sample_rate, |
| 2900 | NULL, /*updatedSampleRate*/ |
| 2901 | patch->sinks[0].format, |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 2902 | NULL, /*updatedFormat*/ |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2903 | patch->sinks[0].channel_mask, |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 2904 | NULL, /*updatedChannelMask*/ |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 2905 | // FIXME for the parameter type, |
| 2906 | // and the NONE |
| 2907 | (audio_output_flags_t) |
Glenn Kasten | 6a8ab05 | 2014-07-24 14:08:35 -0700 | [diff] [blame] | 2908 | AUDIO_INPUT_FLAG_NONE)) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2909 | return INVALID_OPERATION; |
| 2910 | } |
| 2911 | // TODO: reconfigure output format and channels here |
| 2912 | ALOGV("createAudioPatch() setting device %08x on output %d", |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2913 | devDesc->type(), inputDesc->mIoHandle); |
| 2914 | setInputDevice(inputDesc->mIoHandle, devDesc->type(), true, handle); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2915 | index = mAudioPatches.indexOfKey(*handle); |
| 2916 | if (index >= 0) { |
| 2917 | if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { |
| 2918 | ALOGW("createAudioPatch() setInputDevice() did not reuse the patch provided"); |
| 2919 | } |
| 2920 | patchDesc = mAudioPatches.valueAt(index); |
| 2921 | patchDesc->mUid = uid; |
| 2922 | ALOGV("createAudioPatch() success"); |
| 2923 | } else { |
| 2924 | ALOGW("createAudioPatch() setInputDevice() failed to create a patch"); |
| 2925 | return INVALID_OPERATION; |
| 2926 | } |
| 2927 | } else if (patch->sinks[0].type == AUDIO_PORT_TYPE_DEVICE) { |
| 2928 | // device to device connection |
| 2929 | if (patchDesc != 0) { |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2930 | if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2931 | return BAD_VALUE; |
| 2932 | } |
| 2933 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2934 | sp<DeviceDescriptor> srcDeviceDesc = |
| 2935 | mAvailableInputDevices.getDeviceFromId(patch->sources[0].id); |
Eric Laurent | 58f8eb7 | 2014-09-12 16:19:41 -0700 | [diff] [blame] | 2936 | if (srcDeviceDesc == 0) { |
| 2937 | return BAD_VALUE; |
| 2938 | } |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2939 | |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2940 | //update source and sink with our own data as the data passed in the patch may |
| 2941 | // be incomplete. |
| 2942 | struct audio_patch newPatch = *patch; |
| 2943 | srcDeviceDesc->toAudioPortConfig(&newPatch.sources[0], &patch->sources[0]); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2944 | |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2945 | for (size_t i = 0; i < patch->num_sinks; i++) { |
| 2946 | if (patch->sinks[i].type != AUDIO_PORT_TYPE_DEVICE) { |
| 2947 | ALOGV("createAudioPatch() source device but one sink is not a device"); |
| 2948 | return INVALID_OPERATION; |
| 2949 | } |
| 2950 | |
| 2951 | sp<DeviceDescriptor> sinkDeviceDesc = |
| 2952 | mAvailableOutputDevices.getDeviceFromId(patch->sinks[i].id); |
| 2953 | if (sinkDeviceDesc == 0) { |
| 2954 | return BAD_VALUE; |
| 2955 | } |
| 2956 | sinkDeviceDesc->toAudioPortConfig(&newPatch.sinks[i], &patch->sinks[i]); |
| 2957 | |
Eric Laurent | 3bcf859 | 2015-04-03 12:13:24 -0700 | [diff] [blame] | 2958 | // create a software bridge in PatchPanel if: |
Scott Randolph | f317240 | 2018-01-23 17:06:53 -0800 | [diff] [blame] | 2959 | // - source and sink devices are on different HW modules OR |
Eric Laurent | 3bcf859 | 2015-04-03 12:13:24 -0700 | [diff] [blame] | 2960 | // - audio HAL version is < 3.0 |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 2961 | if (!srcDeviceDesc->hasSameHwModuleAs(sinkDeviceDesc) || |
Mikhail Naganov | 9ee0540 | 2016-10-13 15:58:17 -0700 | [diff] [blame] | 2962 | (srcDeviceDesc->mModule->getHalVersionMajor() < 3)) { |
Eric Laurent | 3bcf859 | 2015-04-03 12:13:24 -0700 | [diff] [blame] | 2963 | // support only one sink device for now to simplify output selection logic |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2964 | if (patch->num_sinks > 1) { |
Eric Laurent | 83b8808 | 2014-06-20 18:31:16 -0700 | [diff] [blame] | 2965 | return INVALID_OPERATION; |
| 2966 | } |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2967 | SortedVector<audio_io_handle_t> outputs = |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 2968 | getOutputsForDevice(sinkDeviceDesc->type(), mOutputs); |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2969 | // if the sink device is reachable via an opened output stream, request to go via |
| 2970 | // this output stream by adding a second source to the patch description |
Eric Laurent | 8838a38 | 2014-09-08 16:44:28 -0700 | [diff] [blame] | 2971 | audio_io_handle_t output = selectOutput(outputs, |
| 2972 | AUDIO_OUTPUT_FLAG_NONE, |
| 2973 | AUDIO_FORMAT_INVALID); |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2974 | if (output != AUDIO_IO_HANDLE_NONE) { |
| 2975 | sp<AudioOutputDescriptor> outputDesc = mOutputs.valueFor(output); |
| 2976 | if (outputDesc->isDuplicated()) { |
| 2977 | return INVALID_OPERATION; |
| 2978 | } |
| 2979 | outputDesc->toAudioPortConfig(&newPatch.sources[1], &patch->sources[0]); |
Eric Laurent | 3bcf859 | 2015-04-03 12:13:24 -0700 | [diff] [blame] | 2980 | newPatch.sources[1].ext.mix.usecase.stream = AUDIO_STREAM_PATCH; |
Eric Laurent | 874c4287 | 2014-08-08 15:13:39 -0700 | [diff] [blame] | 2981 | newPatch.num_sources = 2; |
| 2982 | } |
Eric Laurent | 83b8808 | 2014-06-20 18:31:16 -0700 | [diff] [blame] | 2983 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2984 | } |
| 2985 | // TODO: check from routing capabilities in config file and other conflicting patches |
| 2986 | |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 2987 | status_t status = installPatch(__func__, index, handle, &newPatch, 0, uid, &patchDesc); |
| 2988 | if (status != NO_ERROR) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 2989 | ALOGW("createAudioPatch() patch panel could not connect device patch, error %d", |
| 2990 | status); |
| 2991 | return INVALID_OPERATION; |
| 2992 | } |
| 2993 | } else { |
| 2994 | return BAD_VALUE; |
| 2995 | } |
| 2996 | } else { |
| 2997 | return BAD_VALUE; |
| 2998 | } |
| 2999 | return NO_ERROR; |
| 3000 | } |
| 3001 | |
| 3002 | status_t AudioPolicyManager::releaseAudioPatch(audio_patch_handle_t handle, |
| 3003 | uid_t uid) |
| 3004 | { |
| 3005 | ALOGV("releaseAudioPatch() patch %d", handle); |
| 3006 | |
| 3007 | ssize_t index = mAudioPatches.indexOfKey(handle); |
| 3008 | |
| 3009 | if (index < 0) { |
| 3010 | return BAD_VALUE; |
| 3011 | } |
| 3012 | sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); |
| 3013 | ALOGV("releaseAudioPatch() mUidCached %d patchDesc->mUid %d uid %d", |
| 3014 | mUidCached, patchDesc->mUid, uid); |
| 3015 | if (patchDesc->mUid != mUidCached && uid != patchDesc->mUid) { |
| 3016 | return INVALID_OPERATION; |
| 3017 | } |
| 3018 | |
| 3019 | struct audio_patch *patch = &patchDesc->mPatch; |
| 3020 | patchDesc->mUid = mUidCached; |
| 3021 | if (patch->sources[0].type == AUDIO_PORT_TYPE_MIX) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3022 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.getOutputFromId(patch->sources[0].id); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3023 | if (outputDesc == NULL) { |
| 3024 | ALOGV("releaseAudioPatch() output not found for id %d", patch->sources[0].id); |
| 3025 | return BAD_VALUE; |
| 3026 | } |
| 3027 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3028 | setOutputDevice(outputDesc, |
| 3029 | getNewOutputDevice(outputDesc, true /*fromCache*/), |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3030 | true, |
| 3031 | 0, |
| 3032 | NULL); |
| 3033 | } else if (patch->sources[0].type == AUDIO_PORT_TYPE_DEVICE) { |
| 3034 | if (patch->sinks[0].type == AUDIO_PORT_TYPE_MIX) { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3035 | sp<AudioInputDescriptor> inputDesc = mInputs.getInputFromId(patch->sinks[0].id); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3036 | if (inputDesc == NULL) { |
| 3037 | ALOGV("releaseAudioPatch() input not found for id %d", patch->sinks[0].id); |
| 3038 | return BAD_VALUE; |
| 3039 | } |
| 3040 | setInputDevice(inputDesc->mIoHandle, |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 3041 | getNewInputDevice(inputDesc), |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3042 | true, |
| 3043 | NULL); |
| 3044 | } else if (patch->sinks[0].type == AUDIO_PORT_TYPE_DEVICE) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3045 | status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); |
| 3046 | ALOGV("releaseAudioPatch() patch panel returned %d patchHandle %d", |
| 3047 | status, patchDesc->mAfPatchHandle); |
| 3048 | removeAudioPatch(patchDesc->mHandle); |
| 3049 | nextAudioPortGeneration(); |
Eric Laurent | b52c152 | 2014-05-20 11:27:36 -0700 | [diff] [blame] | 3050 | mpClientInterface->onAudioPatchListUpdate(); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3051 | } else { |
| 3052 | return BAD_VALUE; |
| 3053 | } |
| 3054 | } else { |
| 3055 | return BAD_VALUE; |
| 3056 | } |
| 3057 | return NO_ERROR; |
| 3058 | } |
| 3059 | |
| 3060 | status_t AudioPolicyManager::listAudioPatches(unsigned int *num_patches, |
| 3061 | struct audio_patch *patches, |
| 3062 | unsigned int *generation) |
| 3063 | { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3064 | if (generation == NULL) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3065 | return BAD_VALUE; |
| 3066 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3067 | *generation = curAudioPortGeneration(); |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3068 | return mAudioPatches.listAudioPatches(num_patches, patches); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3069 | } |
| 3070 | |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3071 | status_t AudioPolicyManager::setAudioPortConfig(const struct audio_port_config *config) |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3072 | { |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3073 | ALOGV("setAudioPortConfig()"); |
| 3074 | |
| 3075 | if (config == NULL) { |
| 3076 | return BAD_VALUE; |
| 3077 | } |
| 3078 | ALOGV("setAudioPortConfig() on port handle %d", config->id); |
| 3079 | // Only support gain configuration for now |
Eric Laurent | a121f90 | 2014-06-03 13:32:54 -0700 | [diff] [blame] | 3080 | if (config->config_mask != AUDIO_PORT_CONFIG_GAIN) { |
| 3081 | return INVALID_OPERATION; |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3082 | } |
| 3083 | |
Eric Laurent | a121f90 | 2014-06-03 13:32:54 -0700 | [diff] [blame] | 3084 | sp<AudioPortConfig> audioPortConfig; |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3085 | if (config->type == AUDIO_PORT_TYPE_MIX) { |
| 3086 | if (config->role == AUDIO_PORT_ROLE_SOURCE) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3087 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.getOutputFromId(config->id); |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3088 | if (outputDesc == NULL) { |
| 3089 | return BAD_VALUE; |
| 3090 | } |
Eric Laurent | 84c7024 | 2014-06-23 08:46:27 -0700 | [diff] [blame] | 3091 | ALOG_ASSERT(!outputDesc->isDuplicated(), |
| 3092 | "setAudioPortConfig() called on duplicated output %d", |
| 3093 | outputDesc->mIoHandle); |
Eric Laurent | a121f90 | 2014-06-03 13:32:54 -0700 | [diff] [blame] | 3094 | audioPortConfig = outputDesc; |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3095 | } else if (config->role == AUDIO_PORT_ROLE_SINK) { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3096 | sp<AudioInputDescriptor> inputDesc = mInputs.getInputFromId(config->id); |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3097 | if (inputDesc == NULL) { |
| 3098 | return BAD_VALUE; |
| 3099 | } |
Eric Laurent | a121f90 | 2014-06-03 13:32:54 -0700 | [diff] [blame] | 3100 | audioPortConfig = inputDesc; |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3101 | } else { |
| 3102 | return BAD_VALUE; |
| 3103 | } |
| 3104 | } else if (config->type == AUDIO_PORT_TYPE_DEVICE) { |
| 3105 | sp<DeviceDescriptor> deviceDesc; |
| 3106 | if (config->role == AUDIO_PORT_ROLE_SOURCE) { |
| 3107 | deviceDesc = mAvailableInputDevices.getDeviceFromId(config->id); |
| 3108 | } else if (config->role == AUDIO_PORT_ROLE_SINK) { |
| 3109 | deviceDesc = mAvailableOutputDevices.getDeviceFromId(config->id); |
| 3110 | } else { |
| 3111 | return BAD_VALUE; |
| 3112 | } |
| 3113 | if (deviceDesc == NULL) { |
| 3114 | return BAD_VALUE; |
| 3115 | } |
Eric Laurent | a121f90 | 2014-06-03 13:32:54 -0700 | [diff] [blame] | 3116 | audioPortConfig = deviceDesc; |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3117 | } else { |
| 3118 | return BAD_VALUE; |
| 3119 | } |
| 3120 | |
Eric Laurent | a121f90 | 2014-06-03 13:32:54 -0700 | [diff] [blame] | 3121 | struct audio_port_config backupConfig; |
| 3122 | status_t status = audioPortConfig->applyAudioPortConfig(config, &backupConfig); |
| 3123 | if (status == NO_ERROR) { |
| 3124 | struct audio_port_config newConfig; |
| 3125 | audioPortConfig->toAudioPortConfig(&newConfig, config); |
| 3126 | status = mpClientInterface->setAudioPortConfig(&newConfig, 0); |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3127 | } |
Eric Laurent | a121f90 | 2014-06-03 13:32:54 -0700 | [diff] [blame] | 3128 | if (status != NO_ERROR) { |
| 3129 | audioPortConfig->applyAudioPortConfig(&backupConfig); |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3130 | } |
Eric Laurent | e1715a4 | 2014-05-20 11:30:42 -0700 | [diff] [blame] | 3131 | |
| 3132 | return status; |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3133 | } |
| 3134 | |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 3135 | void AudioPolicyManager::releaseResourcesForUid(uid_t uid) |
| 3136 | { |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3137 | clearAudioSources(uid); |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 3138 | clearAudioPatches(uid); |
| 3139 | clearSessionRoutes(uid); |
| 3140 | } |
| 3141 | |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3142 | void AudioPolicyManager::clearAudioPatches(uid_t uid) |
| 3143 | { |
Eric Laurent | 0add0fd | 2014-12-04 18:58:14 -0800 | [diff] [blame] | 3144 | for (ssize_t i = (ssize_t)mAudioPatches.size() - 1; i >= 0; i--) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3145 | sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i); |
| 3146 | if (patchDesc->mUid == uid) { |
Eric Laurent | 0add0fd | 2014-12-04 18:58:14 -0800 | [diff] [blame] | 3147 | releaseAudioPatch(mAudioPatches.keyAt(i), uid); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3148 | } |
| 3149 | } |
| 3150 | } |
| 3151 | |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 3152 | void AudioPolicyManager::checkStrategyRoute(routing_strategy strategy, |
| 3153 | audio_io_handle_t ouptutToSkip) |
| 3154 | { |
| 3155 | audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); |
| 3156 | SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(device, mOutputs); |
| 3157 | for (size_t j = 0; j < mOutputs.size(); j++) { |
| 3158 | if (mOutputs.keyAt(j) == ouptutToSkip) { |
| 3159 | continue; |
| 3160 | } |
| 3161 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.valueAt(j); |
| 3162 | if (!isStrategyActive(outputDesc, (routing_strategy)strategy)) { |
| 3163 | continue; |
| 3164 | } |
| 3165 | // If the default device for this strategy is on another output mix, |
| 3166 | // invalidate all tracks in this strategy to force re connection. |
| 3167 | // Otherwise select new device on the output mix. |
| 3168 | if (outputs.indexOf(mOutputs.keyAt(j)) < 0) { |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 3169 | for (int stream = 0; stream < AUDIO_STREAM_FOR_POLICY_CNT; stream++) { |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 3170 | if (getStrategy((audio_stream_type_t)stream) == strategy) { |
| 3171 | mpClientInterface->invalidateStream((audio_stream_type_t)stream); |
| 3172 | } |
| 3173 | } |
| 3174 | } else { |
| 3175 | audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); |
| 3176 | setOutputDevice(outputDesc, newDevice, false); |
| 3177 | } |
| 3178 | } |
| 3179 | } |
| 3180 | |
| 3181 | void AudioPolicyManager::clearSessionRoutes(uid_t uid) |
| 3182 | { |
| 3183 | // remove output routes associated with this uid |
| 3184 | SortedVector<routing_strategy> affectedStrategies; |
| 3185 | for (ssize_t i = (ssize_t)mOutputRoutes.size() - 1; i >= 0; i--) { |
| 3186 | sp<SessionRoute> route = mOutputRoutes.valueAt(i); |
| 3187 | if (route->mUid == uid) { |
| 3188 | mOutputRoutes.removeItemsAt(i); |
| 3189 | if (route->mDeviceDescriptor != 0) { |
| 3190 | affectedStrategies.add(getStrategy(route->mStreamType)); |
| 3191 | } |
| 3192 | } |
| 3193 | } |
| 3194 | // reroute outputs if necessary |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 3195 | for (const auto& strategy : affectedStrategies) { |
| 3196 | checkStrategyRoute(strategy, AUDIO_IO_HANDLE_NONE); |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 3197 | } |
| 3198 | |
| 3199 | // remove input routes associated with this uid |
| 3200 | SortedVector<audio_source_t> affectedSources; |
| 3201 | for (ssize_t i = (ssize_t)mInputRoutes.size() - 1; i >= 0; i--) { |
| 3202 | sp<SessionRoute> route = mInputRoutes.valueAt(i); |
| 3203 | if (route->mUid == uid) { |
| 3204 | mInputRoutes.removeItemsAt(i); |
| 3205 | if (route->mDeviceDescriptor != 0) { |
| 3206 | affectedSources.add(route->mSource); |
| 3207 | } |
| 3208 | } |
| 3209 | } |
| 3210 | // reroute inputs if necessary |
| 3211 | SortedVector<audio_io_handle_t> inputsToClose; |
| 3212 | for (size_t i = 0; i < mInputs.size(); i++) { |
| 3213 | sp<AudioInputDescriptor> inputDesc = mInputs.valueAt(i); |
Eric Laurent | 599c758 | 2015-12-07 18:05:55 -0800 | [diff] [blame] | 3214 | if (affectedSources.indexOf(inputDesc->inputSource()) >= 0) { |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 3215 | inputsToClose.add(inputDesc->mIoHandle); |
| 3216 | } |
| 3217 | } |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 3218 | for (const auto& input : inputsToClose) { |
| 3219 | closeInput(input); |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 3220 | } |
| 3221 | } |
| 3222 | |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3223 | void AudioPolicyManager::clearAudioSources(uid_t uid) |
| 3224 | { |
| 3225 | for (ssize_t i = (ssize_t)mAudioSources.size() - 1; i >= 0; i--) { |
| 3226 | sp<AudioSourceDescriptor> sourceDesc = mAudioSources.valueAt(i); |
| 3227 | if (sourceDesc->mUid == uid) { |
| 3228 | stopAudioSource(mAudioSources.keyAt(i)); |
| 3229 | } |
| 3230 | } |
| 3231 | } |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 3232 | |
Eric Laurent | df3dc7e | 2014-07-27 18:39:40 -0700 | [diff] [blame] | 3233 | status_t AudioPolicyManager::acquireSoundTriggerSession(audio_session_t *session, |
| 3234 | audio_io_handle_t *ioHandle, |
| 3235 | audio_devices_t *device) |
| 3236 | { |
Glenn Kasten | f0c6d7d | 2016-02-26 10:44:04 -0800 | [diff] [blame] | 3237 | *session = (audio_session_t)mpClientInterface->newAudioUniqueId(AUDIO_UNIQUE_ID_USE_SESSION); |
| 3238 | *ioHandle = (audio_io_handle_t)mpClientInterface->newAudioUniqueId(AUDIO_UNIQUE_ID_USE_INPUT); |
Eric Laurent | c73ca6e | 2014-12-12 14:34:22 -0800 | [diff] [blame] | 3239 | *device = getDeviceAndMixForInputSource(AUDIO_SOURCE_HOTWORD); |
Eric Laurent | df3dc7e | 2014-07-27 18:39:40 -0700 | [diff] [blame] | 3240 | |
François Gaffie | df37269 | 2015-03-19 10:43:27 +0100 | [diff] [blame] | 3241 | return mSoundTriggerSessions.acquireSession(*session, *ioHandle); |
Eric Laurent | df3dc7e | 2014-07-27 18:39:40 -0700 | [diff] [blame] | 3242 | } |
| 3243 | |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3244 | status_t AudioPolicyManager::startAudioSource(const struct audio_port_config *source, |
| 3245 | const audio_attributes_t *attributes, |
Glenn Kasten | 559d439 | 2016-03-29 13:42:57 -0700 | [diff] [blame] | 3246 | audio_patch_handle_t *handle, |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3247 | uid_t uid) |
Eric Laurent | 554a277 | 2015-04-10 11:29:24 -0700 | [diff] [blame] | 3248 | { |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3249 | ALOGV("%s source %p attributes %p handle %p", __FUNCTION__, source, attributes, handle); |
| 3250 | if (source == NULL || attributes == NULL || handle == NULL) { |
| 3251 | return BAD_VALUE; |
| 3252 | } |
| 3253 | |
Glenn Kasten | 559d439 | 2016-03-29 13:42:57 -0700 | [diff] [blame] | 3254 | *handle = AUDIO_PATCH_HANDLE_NONE; |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3255 | |
| 3256 | if (source->role != AUDIO_PORT_ROLE_SOURCE || |
| 3257 | source->type != AUDIO_PORT_TYPE_DEVICE) { |
| 3258 | ALOGV("%s INVALID_OPERATION source->role %d source->type %d", __FUNCTION__, source->role, source->type); |
| 3259 | return INVALID_OPERATION; |
| 3260 | } |
| 3261 | |
| 3262 | sp<DeviceDescriptor> srcDeviceDesc = |
| 3263 | mAvailableInputDevices.getDevice(source->ext.device.type, |
| 3264 | String8(source->ext.device.address)); |
| 3265 | if (srcDeviceDesc == 0) { |
| 3266 | ALOGV("%s source->ext.device.type %08x not found", __FUNCTION__, source->ext.device.type); |
| 3267 | return BAD_VALUE; |
| 3268 | } |
| 3269 | sp<AudioSourceDescriptor> sourceDesc = |
| 3270 | new AudioSourceDescriptor(srcDeviceDesc, attributes, uid); |
| 3271 | |
| 3272 | struct audio_patch dummyPatch; |
| 3273 | sp<AudioPatch> patchDesc = new AudioPatch(&dummyPatch, uid); |
| 3274 | sourceDesc->mPatchDesc = patchDesc; |
| 3275 | |
| 3276 | status_t status = connectAudioSource(sourceDesc); |
| 3277 | if (status == NO_ERROR) { |
| 3278 | mAudioSources.add(sourceDesc->getHandle(), sourceDesc); |
| 3279 | *handle = sourceDesc->getHandle(); |
| 3280 | } |
| 3281 | return status; |
| 3282 | } |
| 3283 | |
| 3284 | status_t AudioPolicyManager::connectAudioSource(const sp<AudioSourceDescriptor>& sourceDesc) |
| 3285 | { |
| 3286 | ALOGV("%s handle %d", __FUNCTION__, sourceDesc->getHandle()); |
| 3287 | |
| 3288 | // make sure we only have one patch per source. |
| 3289 | disconnectAudioSource(sourceDesc); |
| 3290 | |
| 3291 | routing_strategy strategy = (routing_strategy) getStrategyForAttr(&sourceDesc->mAttributes); |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 3292 | audio_stream_type_t stream = streamTypefromAttributesInt(&sourceDesc->mAttributes); |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3293 | sp<DeviceDescriptor> srcDeviceDesc = sourceDesc->mDevice; |
| 3294 | |
| 3295 | audio_devices_t sinkDevice = getDeviceForStrategy(strategy, true); |
| 3296 | sp<DeviceDescriptor> sinkDeviceDesc = |
| 3297 | mAvailableOutputDevices.getDevice(sinkDevice, String8("")); |
| 3298 | |
| 3299 | audio_patch_handle_t afPatchHandle = AUDIO_PATCH_HANDLE_NONE; |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3300 | |
| 3301 | if (srcDeviceDesc->getAudioPort()->mModule->getHandle() == |
| 3302 | sinkDeviceDesc->getAudioPort()->mModule->getHandle() && |
Mikhail Naganov | 9ee0540 | 2016-10-13 15:58:17 -0700 | [diff] [blame] | 3303 | srcDeviceDesc->getAudioPort()->mModule->getHalVersionMajor() >= 3 && |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3304 | srcDeviceDesc->getAudioPort()->mGains.size() > 0) { |
| 3305 | ALOGV("%s AUDIO_DEVICE_API_VERSION_3_0", __FUNCTION__); |
| 3306 | // create patch between src device and output device |
| 3307 | // create Hwoutput and add to mHwOutputs |
| 3308 | } else { |
| 3309 | SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(sinkDevice, mOutputs); |
| 3310 | audio_io_handle_t output = |
| 3311 | selectOutput(outputs, AUDIO_OUTPUT_FLAG_NONE, AUDIO_FORMAT_INVALID); |
| 3312 | if (output == AUDIO_IO_HANDLE_NONE) { |
| 3313 | ALOGV("%s no output for device %08x", __FUNCTION__, sinkDevice); |
| 3314 | return INVALID_OPERATION; |
| 3315 | } |
| 3316 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.valueFor(output); |
| 3317 | if (outputDesc->isDuplicated()) { |
| 3318 | ALOGV("%s output for device %08x is duplicated", __FUNCTION__, sinkDevice); |
| 3319 | return INVALID_OPERATION; |
| 3320 | } |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 3321 | status_t status = outputDesc->start(); |
| 3322 | if (status != NO_ERROR) { |
| 3323 | return status; |
| 3324 | } |
| 3325 | |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3326 | // create a special patch with no sink and two sources: |
| 3327 | // - the second source indicates to PatchPanel through which output mix this patch should |
| 3328 | // be connected as well as the stream type for volume control |
| 3329 | // - the sink is defined by whatever output device is currently selected for the output |
| 3330 | // though which this patch is routed. |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 3331 | PatchBuilder patchBuilder; |
| 3332 | patchBuilder.addSource(srcDeviceDesc).addSource(outputDesc, { .stream = stream }); |
| 3333 | status = mpClientInterface->createAudioPatch(patchBuilder.patch(), |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3334 | &afPatchHandle, |
| 3335 | 0); |
| 3336 | ALOGV("%s patch panel returned %d patchHandle %d", __FUNCTION__, |
| 3337 | status, afPatchHandle); |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 3338 | sourceDesc->mPatchDesc->mPatch = *patchBuilder.patch(); |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3339 | if (status != NO_ERROR) { |
| 3340 | ALOGW("%s patch panel could not connect device patch, error %d", |
| 3341 | __FUNCTION__, status); |
| 3342 | return INVALID_OPERATION; |
| 3343 | } |
| 3344 | uint32_t delayMs = 0; |
Eric Laurent | c40d969 | 2016-04-13 19:14:13 -0700 | [diff] [blame] | 3345 | status = startSource(outputDesc, stream, sinkDevice, NULL, &delayMs); |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3346 | |
| 3347 | if (status != NO_ERROR) { |
| 3348 | mpClientInterface->releaseAudioPatch(sourceDesc->mPatchDesc->mAfPatchHandle, 0); |
| 3349 | return status; |
| 3350 | } |
| 3351 | sourceDesc->mSwOutput = outputDesc; |
| 3352 | if (delayMs != 0) { |
| 3353 | usleep(delayMs * 1000); |
| 3354 | } |
| 3355 | } |
| 3356 | |
| 3357 | sourceDesc->mPatchDesc->mAfPatchHandle = afPatchHandle; |
| 3358 | addAudioPatch(sourceDesc->mPatchDesc->mHandle, sourceDesc->mPatchDesc); |
| 3359 | |
| 3360 | return NO_ERROR; |
Eric Laurent | 554a277 | 2015-04-10 11:29:24 -0700 | [diff] [blame] | 3361 | } |
| 3362 | |
Glenn Kasten | 559d439 | 2016-03-29 13:42:57 -0700 | [diff] [blame] | 3363 | status_t AudioPolicyManager::stopAudioSource(audio_patch_handle_t handle __unused) |
Eric Laurent | 554a277 | 2015-04-10 11:29:24 -0700 | [diff] [blame] | 3364 | { |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3365 | sp<AudioSourceDescriptor> sourceDesc = mAudioSources.valueFor(handle); |
| 3366 | ALOGV("%s handle %d", __FUNCTION__, handle); |
| 3367 | if (sourceDesc == 0) { |
| 3368 | ALOGW("%s unknown source for handle %d", __FUNCTION__, handle); |
| 3369 | return BAD_VALUE; |
| 3370 | } |
| 3371 | status_t status = disconnectAudioSource(sourceDesc); |
| 3372 | |
| 3373 | mAudioSources.removeItem(handle); |
| 3374 | return status; |
| 3375 | } |
| 3376 | |
Andy Hung | 2ddee19 | 2015-12-18 17:34:44 -0800 | [diff] [blame] | 3377 | status_t AudioPolicyManager::setMasterMono(bool mono) |
| 3378 | { |
| 3379 | if (mMasterMono == mono) { |
| 3380 | return NO_ERROR; |
| 3381 | } |
| 3382 | mMasterMono = mono; |
| 3383 | // if enabling mono we close all offloaded devices, which will invalidate the |
| 3384 | // corresponding AudioTrack. The AudioTrack client/MediaPlayer is responsible |
| 3385 | // for recreating the new AudioTrack as non-offloaded PCM. |
| 3386 | // |
| 3387 | // If disabling mono, we leave all tracks as is: we don't know which clients |
| 3388 | // and tracks are able to be recreated as offloaded. The next "song" should |
| 3389 | // play back offloaded. |
| 3390 | if (mMasterMono) { |
| 3391 | Vector<audio_io_handle_t> offloaded; |
| 3392 | for (size_t i = 0; i < mOutputs.size(); ++i) { |
| 3393 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); |
| 3394 | if (desc->mFlags & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) { |
| 3395 | offloaded.push(desc->mIoHandle); |
| 3396 | } |
| 3397 | } |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 3398 | for (const auto& handle : offloaded) { |
| 3399 | closeOutput(handle); |
Andy Hung | 2ddee19 | 2015-12-18 17:34:44 -0800 | [diff] [blame] | 3400 | } |
| 3401 | } |
| 3402 | // update master mono for all remaining outputs |
| 3403 | for (size_t i = 0; i < mOutputs.size(); ++i) { |
| 3404 | updateMono(mOutputs.keyAt(i)); |
| 3405 | } |
| 3406 | return NO_ERROR; |
| 3407 | } |
| 3408 | |
| 3409 | status_t AudioPolicyManager::getMasterMono(bool *mono) |
| 3410 | { |
| 3411 | *mono = mMasterMono; |
| 3412 | return NO_ERROR; |
| 3413 | } |
| 3414 | |
Eric Laurent | ac9cef5 | 2017-06-09 15:46:26 -0700 | [diff] [blame] | 3415 | float AudioPolicyManager::getStreamVolumeDB( |
| 3416 | audio_stream_type_t stream, int index, audio_devices_t device) |
| 3417 | { |
| 3418 | return computeVolume(stream, index, device); |
| 3419 | } |
| 3420 | |
Svet Ganov | f4ddfef | 2018-01-16 07:37:58 -0800 | [diff] [blame] | 3421 | void AudioPolicyManager::setRecordSilenced(uid_t uid, bool silenced) |
| 3422 | { |
| 3423 | ALOGV("AudioPolicyManager:setRecordSilenced(uid:%d, silenced:%d)", uid, silenced); |
| 3424 | |
| 3425 | Vector<sp<AudioInputDescriptor> > activeInputs = mInputs.getActiveInputs(); |
| 3426 | for (size_t i = 0; i < activeInputs.size(); i++) { |
| 3427 | sp<AudioInputDescriptor> activeDesc = activeInputs[i]; |
| 3428 | AudioSessionCollection activeSessions = activeDesc->getAudioSessions(true); |
| 3429 | for (size_t j = 0; j < activeSessions.size(); j++) { |
| 3430 | sp<AudioSession> activeSession = activeSessions.valueAt(j); |
| 3431 | if (activeSession->uid() == uid) { |
| 3432 | activeSession->setSilenced(silenced); |
| 3433 | } |
| 3434 | } |
| 3435 | } |
| 3436 | } |
| 3437 | |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3438 | status_t AudioPolicyManager::disconnectAudioSource(const sp<AudioSourceDescriptor>& sourceDesc) |
| 3439 | { |
| 3440 | ALOGV("%s handle %d", __FUNCTION__, sourceDesc->getHandle()); |
| 3441 | |
| 3442 | sp<AudioPatch> patchDesc = mAudioPatches.valueFor(sourceDesc->mPatchDesc->mHandle); |
| 3443 | if (patchDesc == 0) { |
| 3444 | ALOGW("%s source has no patch with handle %d", __FUNCTION__, |
| 3445 | sourceDesc->mPatchDesc->mHandle); |
| 3446 | return BAD_VALUE; |
| 3447 | } |
| 3448 | removeAudioPatch(sourceDesc->mPatchDesc->mHandle); |
| 3449 | |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 3450 | audio_stream_type_t stream = streamTypefromAttributesInt(&sourceDesc->mAttributes); |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3451 | sp<SwAudioOutputDescriptor> swOutputDesc = sourceDesc->mSwOutput.promote(); |
| 3452 | if (swOutputDesc != 0) { |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 3453 | status_t status = stopSource(swOutputDesc, stream, false); |
| 3454 | if (status == NO_ERROR) { |
| 3455 | swOutputDesc->stop(); |
| 3456 | } |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 3457 | mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); |
| 3458 | } else { |
| 3459 | sp<HwAudioOutputDescriptor> hwOutputDesc = sourceDesc->mHwOutput.promote(); |
| 3460 | if (hwOutputDesc != 0) { |
| 3461 | // release patch between src device and output device |
| 3462 | // close Hwoutput and remove from mHwOutputs |
| 3463 | } else { |
| 3464 | ALOGW("%s source has neither SW nor HW output", __FUNCTION__); |
| 3465 | } |
| 3466 | } |
| 3467 | return NO_ERROR; |
| 3468 | } |
| 3469 | |
| 3470 | sp<AudioSourceDescriptor> AudioPolicyManager::getSourceForStrategyOnOutput( |
| 3471 | audio_io_handle_t output, routing_strategy strategy) |
| 3472 | { |
| 3473 | sp<AudioSourceDescriptor> source; |
| 3474 | for (size_t i = 0; i < mAudioSources.size(); i++) { |
| 3475 | sp<AudioSourceDescriptor> sourceDesc = mAudioSources.valueAt(i); |
| 3476 | routing_strategy sourceStrategy = |
| 3477 | (routing_strategy) getStrategyForAttr(&sourceDesc->mAttributes); |
| 3478 | sp<SwAudioOutputDescriptor> outputDesc = sourceDesc->mSwOutput.promote(); |
| 3479 | if (sourceStrategy == strategy && outputDesc != 0 && outputDesc->mIoHandle == output) { |
| 3480 | source = sourceDesc; |
| 3481 | break; |
| 3482 | } |
| 3483 | } |
| 3484 | return source; |
Eric Laurent | 554a277 | 2015-04-10 11:29:24 -0700 | [diff] [blame] | 3485 | } |
| 3486 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3487 | // ---------------------------------------------------------------------------- |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 3488 | // AudioPolicyManager |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3489 | // ---------------------------------------------------------------------------- |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3490 | uint32_t AudioPolicyManager::nextAudioPortGeneration() |
| 3491 | { |
Mikhail Naganov | 2773dd7 | 2017-12-08 10:12:11 -0800 | [diff] [blame] | 3492 | return mAudioPortGeneration++; |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3493 | } |
| 3494 | |
Jaekyun Seok | 0d4a6af | 2017-02-17 17:10:17 +0900 | [diff] [blame] | 3495 | #ifdef USE_XML_AUDIO_POLICY_CONF |
| 3496 | // Treblized audio policy xml config will be located in /odm/etc or /vendor/etc. |
| 3497 | static const char *kConfigLocationList[] = |
| 3498 | {"/odm/etc", "/vendor/etc", "/system/etc"}; |
| 3499 | static const int kConfigLocationListSize = |
| 3500 | (sizeof(kConfigLocationList) / sizeof(kConfigLocationList[0])); |
| 3501 | |
| 3502 | static status_t deserializeAudioPolicyXmlConfig(AudioPolicyConfig &config) { |
| 3503 | char audioPolicyXmlConfigFile[AUDIO_POLICY_XML_CONFIG_FILE_PATH_MAX_LENGTH]; |
Petri Gynther | f497f29 | 2018-04-17 18:46:10 -0700 | [diff] [blame] | 3504 | std::vector<const char*> fileNames; |
Jaekyun Seok | 0d4a6af | 2017-02-17 17:10:17 +0900 | [diff] [blame] | 3505 | status_t ret; |
| 3506 | |
Petri Gynther | f497f29 | 2018-04-17 18:46:10 -0700 | [diff] [blame] | 3507 | if (property_get_bool("ro.bluetooth.a2dp_offload.supported", false) && |
| 3508 | property_get_bool("persist.bluetooth.a2dp_offload.disabled", false)) { |
| 3509 | // A2DP offload supported but disabled: try to use special XML file |
| 3510 | fileNames.push_back(AUDIO_POLICY_A2DP_OFFLOAD_DISABLED_XML_CONFIG_FILE_NAME); |
| 3511 | } |
| 3512 | fileNames.push_back(AUDIO_POLICY_XML_CONFIG_FILE_NAME); |
| 3513 | |
| 3514 | for (const char* fileName : fileNames) { |
| 3515 | for (int i = 0; i < kConfigLocationListSize; i++) { |
| 3516 | PolicySerializer serializer; |
| 3517 | snprintf(audioPolicyXmlConfigFile, sizeof(audioPolicyXmlConfigFile), |
| 3518 | "%s/%s", kConfigLocationList[i], fileName); |
| 3519 | ret = serializer.deserialize(audioPolicyXmlConfigFile, config); |
| 3520 | if (ret == NO_ERROR) { |
Mikhail Naganov | 2e5167e1 | 2018-04-19 13:41:22 -0700 | [diff] [blame] | 3521 | config.setSource(audioPolicyXmlConfigFile); |
Petri Gynther | f497f29 | 2018-04-17 18:46:10 -0700 | [diff] [blame] | 3522 | return ret; |
| 3523 | } |
Jaekyun Seok | 0d4a6af | 2017-02-17 17:10:17 +0900 | [diff] [blame] | 3524 | } |
| 3525 | } |
| 3526 | return ret; |
| 3527 | } |
| 3528 | #endif |
| 3529 | |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3530 | AudioPolicyManager::AudioPolicyManager(AudioPolicyClientInterface *clientInterface, |
| 3531 | bool /*forTesting*/) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3532 | : |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3533 | mUidCached(getuid()), |
| 3534 | mpClientInterface(clientInterface), |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3535 | mLimitRingtoneVolume(false), mLastVoiceVolume(-1.0f), |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3536 | mA2dpSuspended(false), |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3537 | #ifdef USE_XML_AUDIO_POLICY_CONF |
| 3538 | mVolumeCurves(new VolumeCurvesCollection()), |
| 3539 | mConfig(mHwModulesAll, mAvailableOutputDevices, mAvailableInputDevices, |
Mikhail Naganov | bcbcb1b | 2017-12-13 13:03:35 -0800 | [diff] [blame] | 3540 | mDefaultOutputDevice, static_cast<VolumeCurvesCollection*>(mVolumeCurves.get())), |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3541 | #else |
| 3542 | mVolumeCurves(new StreamDescriptorCollection()), |
| 3543 | mConfig(mHwModulesAll, mAvailableOutputDevices, mAvailableInputDevices, |
| 3544 | mDefaultOutputDevice), |
| 3545 | #endif |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 3546 | mAudioPortGeneration(1), |
| 3547 | mBeaconMuteRefCount(0), |
| 3548 | mBeaconPlayingRefCount(0), |
Eric Laurent | 9459fb0 | 2015-08-12 18:36:32 -0700 | [diff] [blame] | 3549 | mBeaconMuted(false), |
Andy Hung | 2ddee19 | 2015-12-18 17:34:44 -0800 | [diff] [blame] | 3550 | mTtsOutputAvailable(false), |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 3551 | mMasterMono(false), |
Chris Thornton | 2b86464 | 2017-06-27 21:26:07 -0700 | [diff] [blame] | 3552 | mMusicEffectOutput(AUDIO_IO_HANDLE_NONE), |
| 3553 | mHasComputedSoundTriggerSupportsConcurrentCapture(false) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3554 | { |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3555 | } |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 3556 | |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3557 | AudioPolicyManager::AudioPolicyManager(AudioPolicyClientInterface *clientInterface) |
| 3558 | : AudioPolicyManager(clientInterface, false /*forTesting*/) |
| 3559 | { |
| 3560 | loadConfig(); |
| 3561 | initialize(); |
| 3562 | } |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 3563 | |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3564 | void AudioPolicyManager::loadConfig() { |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 3565 | #ifdef USE_XML_AUDIO_POLICY_CONF |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3566 | if (deserializeAudioPolicyXmlConfig(getConfig()) != NO_ERROR) { |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 3567 | #else |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3568 | if ((ConfigParsingUtils::loadConfig(AUDIO_POLICY_VENDOR_CONFIG_FILE, getConfig()) != NO_ERROR) |
| 3569 | && (ConfigParsingUtils::loadConfig(AUDIO_POLICY_CONFIG_FILE, getConfig()) != NO_ERROR)) { |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 3570 | #endif |
| 3571 | ALOGE("could not load audio policy configuration file, setting defaults"); |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3572 | getConfig().setDefault(); |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 3573 | } |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3574 | } |
| 3575 | |
| 3576 | status_t AudioPolicyManager::initialize() { |
| 3577 | mVolumeCurves->initializeVolumeCurves(getConfig().isSpeakerDrcEnabled()); |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 3578 | |
| 3579 | // Once policy config has been parsed, retrieve an instance of the engine and initialize it. |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 3580 | audio_policy::EngineInstance *engineInstance = audio_policy::EngineInstance::getInstance(); |
| 3581 | if (!engineInstance) { |
| 3582 | ALOGE("%s: Could not get an instance of policy engine", __FUNCTION__); |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3583 | return NO_INIT; |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 3584 | } |
| 3585 | // Retrieve the Policy Manager Interface |
| 3586 | mEngine = engineInstance->queryInterface<AudioPolicyManagerInterface>(); |
| 3587 | if (mEngine == NULL) { |
| 3588 | ALOGE("%s: Failed to get Policy Engine Interface", __FUNCTION__); |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3589 | return NO_INIT; |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 3590 | } |
| 3591 | mEngine->setObserver(this); |
| 3592 | status_t status = mEngine->initCheck(); |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3593 | if (status != NO_ERROR) { |
| 3594 | LOG_FATAL("Policy engine not initialized(err=%d)", status); |
| 3595 | return status; |
| 3596 | } |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 3597 | |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3598 | // mAvailableOutputDevices and mAvailableInputDevices now contain all attached devices |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3599 | // open all output streams needed to access attached devices |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3600 | audio_devices_t outputDeviceTypes = mAvailableOutputDevices.types(); |
| 3601 | audio_devices_t inputDeviceTypes = mAvailableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN; |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3602 | for (const auto& hwModule : mHwModulesAll) { |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 3603 | hwModule->setHandle(mpClientInterface->loadHwModule(hwModule->getName())); |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3604 | if (hwModule->getHandle() == AUDIO_MODULE_HANDLE_NONE) { |
| 3605 | ALOGW("could not open HW module %s", hwModule->getName()); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3606 | continue; |
| 3607 | } |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3608 | mHwModules.push_back(hwModule); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3609 | // open all output streams needed to access attached devices |
| 3610 | // except for direct output streams that are only opened when they are actually |
| 3611 | // required by an app. |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3612 | // This also validates mAvailableOutputDevices list |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 3613 | for (const auto& outProfile : hwModule->getOutputProfiles()) { |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 3614 | if (!outProfile->canOpenNewIo()) { |
| 3615 | ALOGE("Invalid Output profile max open count %u for profile %s", |
| 3616 | outProfile->maxOpenCount, outProfile->getTagName().c_str()); |
| 3617 | continue; |
| 3618 | } |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3619 | if (!outProfile->hasSupportedDevices()) { |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3620 | ALOGW("Output profile contains no device on module %s", hwModule->getName()); |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3621 | continue; |
| 3622 | } |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3623 | if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_TTS) != 0) { |
Eric Laurent | 9459fb0 | 2015-08-12 18:36:32 -0700 | [diff] [blame] | 3624 | mTtsOutputAvailable = true; |
| 3625 | } |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3626 | |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3627 | if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_DIRECT) != 0) { |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3628 | continue; |
| 3629 | } |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3630 | audio_devices_t profileType = outProfile->getSupportedDevicesType(); |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3631 | if ((profileType & mDefaultOutputDevice->type()) != AUDIO_DEVICE_NONE) { |
| 3632 | profileType = mDefaultOutputDevice->type(); |
Eric Laurent | 83b8808 | 2014-06-20 18:31:16 -0700 | [diff] [blame] | 3633 | } else { |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3634 | // chose first device present in profile's SupportedDevices also part of |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3635 | // outputDeviceTypes |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3636 | profileType = outProfile->getSupportedDeviceForType(outputDeviceTypes); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3637 | } |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3638 | if ((profileType & outputDeviceTypes) == 0) { |
| 3639 | continue; |
| 3640 | } |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3641 | sp<SwAudioOutputDescriptor> outputDesc = new SwAudioOutputDescriptor(outProfile, |
| 3642 | mpClientInterface); |
Eric Laurent | c40d969 | 2016-04-13 19:14:13 -0700 | [diff] [blame] | 3643 | const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); |
| 3644 | const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType); |
| 3645 | String8 address = devicesForType.size() > 0 ? devicesForType.itemAt(0)->mAddress |
| 3646 | : String8(""); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3647 | audio_io_handle_t output = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3648 | status_t status = outputDesc->open(nullptr, profileType, address, |
| 3649 | AUDIO_STREAM_DEFAULT, AUDIO_OUTPUT_FLAG_NONE, &output); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3650 | |
| 3651 | if (status != NO_ERROR) { |
| 3652 | ALOGW("Cannot open output stream for device %08x on hw module %s", |
| 3653 | outputDesc->mDevice, |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3654 | hwModule->getName()); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3655 | } else { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 3656 | for (const auto& dev : supportedDevices) { |
| 3657 | ssize_t index = mAvailableOutputDevices.indexOf(dev); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3658 | // give a valid ID to an attached device once confirmed it is reachable |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 3659 | if (index >= 0 && !mAvailableOutputDevices[index]->isAttached()) { |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3660 | mAvailableOutputDevices[index]->attach(hwModule); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3661 | } |
| 3662 | } |
| 3663 | if (mPrimaryOutput == 0 && |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3664 | outProfile->getFlags() & AUDIO_OUTPUT_FLAG_PRIMARY) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3665 | mPrimaryOutput = outputDesc; |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3666 | } |
| 3667 | addOutput(output, outputDesc); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3668 | setOutputDevice(outputDesc, |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3669 | profileType, |
Eric Laurent | c40d969 | 2016-04-13 19:14:13 -0700 | [diff] [blame] | 3670 | true, |
| 3671 | 0, |
| 3672 | NULL, |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3673 | address); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3674 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3675 | } |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3676 | // open input streams needed to access attached devices to validate |
| 3677 | // mAvailableInputDevices list |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 3678 | for (const auto& inProfile : hwModule->getInputProfiles()) { |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 3679 | if (!inProfile->canOpenNewIo()) { |
| 3680 | ALOGE("Invalid Input profile max open count %u for profile %s", |
| 3681 | inProfile->maxOpenCount, inProfile->getTagName().c_str()); |
| 3682 | continue; |
| 3683 | } |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3684 | if (!inProfile->hasSupportedDevices()) { |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3685 | ALOGW("Input profile contains no device on module %s", hwModule->getName()); |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3686 | continue; |
| 3687 | } |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3688 | // chose first device present in profile's SupportedDevices also part of |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3689 | // inputDeviceTypes |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3690 | audio_devices_t profileType = inProfile->getSupportedDeviceForType(inputDeviceTypes); |
| 3691 | |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3692 | if ((profileType & inputDeviceTypes) == 0) { |
| 3693 | continue; |
| 3694 | } |
Jean-Michel Trivi | 2f4fe9f | 2015-12-04 16:20:59 -0800 | [diff] [blame] | 3695 | sp<AudioInputDescriptor> inputDesc = |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3696 | new AudioInputDescriptor(inProfile, mpClientInterface); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3697 | |
Eric Laurent | 53b810e | 2017-12-10 17:25:10 -0800 | [diff] [blame] | 3698 | DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(profileType); |
| 3699 | // the inputs vector must be of size >= 1, but we don't want to crash here |
| 3700 | String8 address = inputDevices.size() > 0 ? inputDevices.itemAt(0)->mAddress |
| 3701 | : String8(""); |
| 3702 | ALOGV(" for input device 0x%x using address %s", profileType, address.string()); |
| 3703 | ALOGE_IF(inputDevices.size() == 0, "Input device list is empty!"); |
| 3704 | |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3705 | audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3706 | status_t status = inputDesc->open(nullptr, |
| 3707 | profileType, |
Eric Laurent | 53b810e | 2017-12-10 17:25:10 -0800 | [diff] [blame] | 3708 | address, |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3709 | AUDIO_SOURCE_MIC, |
| 3710 | AUDIO_INPUT_FLAG_NONE, |
| 3711 | &input); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3712 | |
| 3713 | if (status == NO_ERROR) { |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 3714 | for (const auto& dev : inProfile->getSupportedDevices()) { |
| 3715 | ssize_t index = mAvailableInputDevices.indexOf(dev); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3716 | // give a valid ID to an attached device once confirmed it is reachable |
Eric Laurent | 45aabc3 | 2015-08-06 09:11:13 -0700 | [diff] [blame] | 3717 | if (index >= 0) { |
| 3718 | sp<DeviceDescriptor> devDesc = mAvailableInputDevices[index]; |
| 3719 | if (!devDesc->isAttached()) { |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3720 | devDesc->attach(hwModule); |
Eric Laurent | 83efe1c | 2017-07-09 16:51:08 -0700 | [diff] [blame] | 3721 | devDesc->importAudioPort(inProfile, true); |
Eric Laurent | 45aabc3 | 2015-08-06 09:11:13 -0700 | [diff] [blame] | 3722 | } |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3723 | } |
| 3724 | } |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3725 | inputDesc->close(); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3726 | } else { |
| 3727 | ALOGW("Cannot open input stream for device %08x on hw module %s", |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3728 | profileType, |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3729 | hwModule->getName()); |
Eric Laurent | d78f153 | 2014-09-16 16:38:20 -0700 | [diff] [blame] | 3730 | } |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3731 | } |
| 3732 | } |
| 3733 | // make sure all attached devices have been allocated a unique ID |
| 3734 | for (size_t i = 0; i < mAvailableOutputDevices.size();) { |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 3735 | if (!mAvailableOutputDevices[i]->isAttached()) { |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3736 | ALOGW("Output device %08x unreachable", mAvailableOutputDevices[i]->type()); |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3737 | mAvailableOutputDevices.remove(mAvailableOutputDevices[i]); |
| 3738 | continue; |
| 3739 | } |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 3740 | // The device is now validated and can be appended to the available devices of the engine |
| 3741 | mEngine->setDeviceConnectionState(mAvailableOutputDevices[i], |
| 3742 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE); |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3743 | i++; |
| 3744 | } |
| 3745 | for (size_t i = 0; i < mAvailableInputDevices.size();) { |
Paul McLean | e743a47 | 2015-01-28 11:07:31 -0800 | [diff] [blame] | 3746 | if (!mAvailableInputDevices[i]->isAttached()) { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3747 | ALOGW("Input device %08x unreachable", mAvailableInputDevices[i]->type()); |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3748 | mAvailableInputDevices.remove(mAvailableInputDevices[i]); |
| 3749 | continue; |
| 3750 | } |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 3751 | // The device is now validated and can be appended to the available devices of the engine |
| 3752 | mEngine->setDeviceConnectionState(mAvailableInputDevices[i], |
| 3753 | AUDIO_POLICY_DEVICE_STATE_AVAILABLE); |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3754 | i++; |
| 3755 | } |
| 3756 | // make sure default device is reachable |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3757 | if (mDefaultOutputDevice == 0 || mAvailableOutputDevices.indexOf(mDefaultOutputDevice) < 0) { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3758 | ALOGE("Default device %08x is unreachable", mDefaultOutputDevice->type()); |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3759 | status = NO_INIT; |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3760 | } |
jiabin | 9ff780e | 2018-03-19 18:19:52 -0700 | [diff] [blame] | 3761 | // If microphones address is empty, set it according to device type |
| 3762 | for (size_t i = 0; i < mAvailableInputDevices.size(); i++) { |
| 3763 | if (mAvailableInputDevices[i]->mAddress.isEmpty()) { |
| 3764 | if (mAvailableInputDevices[i]->type() == AUDIO_DEVICE_IN_BUILTIN_MIC) { |
| 3765 | mAvailableInputDevices[i]->mAddress = String8(AUDIO_BOTTOM_MICROPHONE_ADDRESS); |
| 3766 | } else if (mAvailableInputDevices[i]->type() == AUDIO_DEVICE_IN_BACK_MIC) { |
| 3767 | mAvailableInputDevices[i]->mAddress = String8(AUDIO_BACK_MICROPHONE_ADDRESS); |
| 3768 | } |
| 3769 | } |
| 3770 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3771 | |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3772 | if (mPrimaryOutput == 0) { |
| 3773 | ALOGE("Failed to open primary output"); |
| 3774 | status = NO_INIT; |
| 3775 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3776 | |
| 3777 | updateDevicesAndOutputs(); |
Mikhail Naganov | ad3f8a1 | 2017-12-12 13:24:23 -0800 | [diff] [blame] | 3778 | return status; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3779 | } |
| 3780 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 3781 | AudioPolicyManager::~AudioPolicyManager() |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3782 | { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3783 | for (size_t i = 0; i < mOutputs.size(); i++) { |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3784 | mOutputs.valueAt(i)->close(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3785 | } |
| 3786 | for (size_t i = 0; i < mInputs.size(); i++) { |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3787 | mInputs.valueAt(i)->close(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3788 | } |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3789 | mAvailableOutputDevices.clear(); |
| 3790 | mAvailableInputDevices.clear(); |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 3791 | mOutputs.clear(); |
| 3792 | mInputs.clear(); |
| 3793 | mHwModules.clear(); |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3794 | mHwModulesAll.clear(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3795 | } |
| 3796 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 3797 | status_t AudioPolicyManager::initCheck() |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3798 | { |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 3799 | return hasPrimaryOutput() ? NO_ERROR : NO_INIT; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3800 | } |
| 3801 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3802 | // --- |
| 3803 | |
Eric Laurent | 98e3819 | 2018-02-15 18:31:53 -0800 | [diff] [blame] | 3804 | void AudioPolicyManager::addOutput(audio_io_handle_t output, |
| 3805 | const sp<SwAudioOutputDescriptor>& outputDesc) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3806 | { |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 3807 | mOutputs.add(output, outputDesc); |
Eric Laurent | 98e3819 | 2018-02-15 18:31:53 -0800 | [diff] [blame] | 3808 | applyStreamVolumes(outputDesc, AUDIO_DEVICE_NONE, 0 /* delayMs */, true /* force */); |
Andy Hung | 2ddee19 | 2015-12-18 17:34:44 -0800 | [diff] [blame] | 3809 | updateMono(output); // update mono status when adding to output list |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 3810 | selectOutputForMusicEffects(); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3811 | nextAudioPortGeneration(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3812 | } |
| 3813 | |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3814 | void AudioPolicyManager::removeOutput(audio_io_handle_t output) |
| 3815 | { |
| 3816 | mOutputs.removeItem(output); |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 3817 | selectOutputForMusicEffects(); |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3818 | } |
| 3819 | |
Eric Laurent | 98e3819 | 2018-02-15 18:31:53 -0800 | [diff] [blame] | 3820 | void AudioPolicyManager::addInput(audio_io_handle_t input, |
| 3821 | const sp<AudioInputDescriptor>& inputDesc) |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 3822 | { |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 3823 | mInputs.add(input, inputDesc); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3824 | nextAudioPortGeneration(); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 3825 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3826 | |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 3827 | void AudioPolicyManager::findIoHandlesByAddress(const sp<SwAudioOutputDescriptor>& desc /*in*/, |
keunyoung | 3190e67 | 2014-12-30 13:00:52 -0800 | [diff] [blame] | 3828 | const audio_devices_t device /*in*/, |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 3829 | const String8& address /*in*/, |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 3830 | SortedVector<audio_io_handle_t>& outputs /*out*/) { |
keunyoung | 3190e67 | 2014-12-30 13:00:52 -0800 | [diff] [blame] | 3831 | sp<DeviceDescriptor> devDesc = |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3832 | desc->mProfile->getSupportedDeviceByAddress(device, address); |
keunyoung | 3190e67 | 2014-12-30 13:00:52 -0800 | [diff] [blame] | 3833 | if (devDesc != 0) { |
| 3834 | ALOGV("findIoHandlesByAddress(): adding opened output %d on same address %s", |
| 3835 | desc->mIoHandle, address.string()); |
| 3836 | outputs.add(desc->mIoHandle); |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 3837 | } |
| 3838 | } |
| 3839 | |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 3840 | status_t AudioPolicyManager::checkOutputsForDevice(const sp<DeviceDescriptor>& devDesc, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3841 | audio_policy_dev_state_t state, |
| 3842 | SortedVector<audio_io_handle_t>& outputs, |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 3843 | const String8& address) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3844 | { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3845 | audio_devices_t device = devDesc->type(); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3846 | sp<SwAudioOutputDescriptor> desc; |
Eric Laurent | cc750d3 | 2015-06-25 11:48:20 -0700 | [diff] [blame] | 3847 | |
| 3848 | if (audio_device_is_digital(device)) { |
| 3849 | // erase all current sample rates, formats and channel masks |
Eric Laurent | 20eb3a4 | 2016-01-26 18:39:17 -0800 | [diff] [blame] | 3850 | devDesc->clearAudioProfiles(); |
Eric Laurent | cc750d3 | 2015-06-25 11:48:20 -0700 | [diff] [blame] | 3851 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3852 | |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 3853 | if (state == AUDIO_POLICY_DEVICE_STATE_AVAILABLE) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3854 | // first list already open outputs that can be routed to this device |
| 3855 | for (size_t i = 0; i < mOutputs.size(); i++) { |
| 3856 | desc = mOutputs.valueAt(i); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3857 | if (!desc->isDuplicated() && (desc->supportedDevices() & device)) { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3858 | if (!device_distinguishes_on_address(device)) { |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 3859 | ALOGV("checkOutputsForDevice(): adding opened output %d", mOutputs.keyAt(i)); |
| 3860 | outputs.add(mOutputs.keyAt(i)); |
| 3861 | } else { |
| 3862 | ALOGV(" checking address match due to device 0x%x", device); |
keunyoung | 3190e67 | 2014-12-30 13:00:52 -0800 | [diff] [blame] | 3863 | findIoHandlesByAddress(desc, device, address, outputs); |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 3864 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3865 | } |
| 3866 | } |
| 3867 | // then look for output profiles that can be routed to this device |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 3868 | SortedVector< sp<IOProfile> > profiles; |
Mikhail Naganov | 7e22e94 | 2017-12-07 10:04:29 -0800 | [diff] [blame] | 3869 | for (const auto& hwModule : mHwModules) { |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 3870 | for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { |
| 3871 | sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3872 | if (profile->supportDevice(device)) { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3873 | if (!device_distinguishes_on_address(device) || |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 3874 | profile->supportDeviceAddress(address)) { |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 3875 | profiles.add(profile); |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 3876 | ALOGV("checkOutputsForDevice(): adding profile %zu from module %s", |
| 3877 | j, hwModule->getName()); |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 3878 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3879 | } |
| 3880 | } |
| 3881 | } |
| 3882 | |
Eric Laurent | 7b279bb | 2015-12-14 10:18:23 -0800 | [diff] [blame] | 3883 | ALOGV(" found %zu profiles, %zu outputs", profiles.size(), outputs.size()); |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 3884 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3885 | if (profiles.isEmpty() && outputs.isEmpty()) { |
| 3886 | ALOGW("checkOutputsForDevice(): No output available for device %04x", device); |
| 3887 | return BAD_VALUE; |
| 3888 | } |
| 3889 | |
| 3890 | // open outputs for matching profiles if needed. Direct outputs are also opened to |
| 3891 | // query for dynamic parameters and will be closed later by setDeviceConnectionState() |
| 3892 | for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 3893 | sp<IOProfile> profile = profiles[profile_index]; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3894 | |
| 3895 | // nothing to do if one output is already opened for this profile |
| 3896 | size_t j; |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 3897 | for (j = 0; j < outputs.size(); j++) { |
| 3898 | desc = mOutputs.valueFor(outputs.itemAt(j)); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3899 | if (!desc->isDuplicated() && desc->mProfile == profile) { |
Jean-Michel Trivi | f17026d | 2014-08-10 14:30:48 -0700 | [diff] [blame] | 3900 | // matching profile: save the sample rates, format and channel masks supported |
| 3901 | // by the profile in our device descriptor |
Paul McLean | 9080a4c | 2015-06-18 08:24:02 -0700 | [diff] [blame] | 3902 | if (audio_device_is_digital(device)) { |
| 3903 | devDesc->importAudioPort(profile); |
| 3904 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3905 | break; |
| 3906 | } |
| 3907 | } |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 3908 | if (j != outputs.size()) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3909 | continue; |
| 3910 | } |
| 3911 | |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 3912 | if (!profile->canOpenNewIo()) { |
| 3913 | ALOGW("Max Output number %u already opened for this profile %s", |
| 3914 | profile->maxOpenCount, profile->getTagName().c_str()); |
| 3915 | continue; |
| 3916 | } |
| 3917 | |
Eric Laurent | 83efe1c | 2017-07-09 16:51:08 -0700 | [diff] [blame] | 3918 | ALOGV("opening output for device %08x with params %s profile %p name %s", |
| 3919 | device, address.string(), profile.get(), profile->getName().string()); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3920 | desc = new SwAudioOutputDescriptor(profile, mpClientInterface); |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3921 | audio_io_handle_t output = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3922 | status_t status = desc->open(nullptr, device, address, |
| 3923 | AUDIO_STREAM_DEFAULT, AUDIO_OUTPUT_FLAG_NONE, &output); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3924 | |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3925 | if (status == NO_ERROR) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 3926 | // Here is where the out_set_parameters() for card & device gets called |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 3927 | if (!address.isEmpty()) { |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3928 | char *param = audio_device_address_to_parameter(device, address); |
| 3929 | mpClientInterface->setParameters(output, String8(param)); |
| 3930 | free(param); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3931 | } |
Phil Burk | 00eeb32 | 2016-03-31 12:41:00 -0700 | [diff] [blame] | 3932 | updateAudioProfiles(device, output, profile->getAudioProfiles()); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 3933 | if (!profile->hasValidAudioProfile()) { |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 3934 | ALOGW("checkOutputsForDevice() missing param"); |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3935 | desc->close(); |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3936 | output = AUDIO_IO_HANDLE_NONE; |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 3937 | } else if (profile->hasDynamicAudioProfile()) { |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3938 | desc->close(); |
Phil Burk | 702b105 | 2016-03-02 16:38:26 -0800 | [diff] [blame] | 3939 | output = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3940 | audio_config_t config = AUDIO_CONFIG_INITIALIZER; |
| 3941 | profile->pickAudioProfile( |
| 3942 | config.sample_rate, config.channel_mask, config.format); |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3943 | config.offload_info.sample_rate = config.sample_rate; |
| 3944 | config.offload_info.channel_mask = config.channel_mask; |
| 3945 | config.offload_info.format = config.format; |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3946 | |
| 3947 | status_t status = desc->open(&config, device, address, AUDIO_STREAM_DEFAULT, |
| 3948 | AUDIO_OUTPUT_FLAG_NONE, &output); |
| 3949 | if (status != NO_ERROR) { |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3950 | output = AUDIO_IO_HANDLE_NONE; |
| 3951 | } |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 3952 | } |
| 3953 | |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3954 | if (output != AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3955 | addOutput(output, desc); |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3956 | if (device_distinguishes_on_address(device) && address != "0") { |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 3957 | sp<AudioPolicyMix> policyMix; |
| 3958 | if (mPolicyMixes.getAudioPolicyMix(address, policyMix) != NO_ERROR) { |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 3959 | ALOGE("checkOutputsForDevice() cannot find policy for address %s", |
| 3960 | address.string()); |
| 3961 | } |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 3962 | policyMix->setOutput(desc); |
Jean-Michel Trivi | dacc06f | 2015-04-08 18:16:39 -0700 | [diff] [blame] | 3963 | desc->mPolicyMix = policyMix->getMix(); |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 3964 | |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 3965 | } else if (((desc->mFlags & AUDIO_OUTPUT_FLAG_DIRECT) == 0) && |
| 3966 | hasPrimaryOutput()) { |
Eric Laurent | c722f30 | 2014-12-10 11:21:49 -0800 | [diff] [blame] | 3967 | // no duplicated output for direct outputs and |
| 3968 | // outputs used by dynamic policy mixes |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3969 | audio_io_handle_t duplicatedOutput = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3970 | |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 3971 | //TODO: configure audio effect output stage here |
| 3972 | |
| 3973 | // open a duplicating output thread for the new output and the primary output |
Eric Laurent | 5babc4f | 2018-02-15 12:33:44 -0800 | [diff] [blame] | 3974 | sp<SwAudioOutputDescriptor> dupOutputDesc = |
| 3975 | new SwAudioOutputDescriptor(NULL, mpClientInterface); |
| 3976 | status_t status = dupOutputDesc->openDuplicating(mPrimaryOutput, desc, |
| 3977 | &duplicatedOutput); |
| 3978 | if (status == NO_ERROR) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 3979 | // add duplicated output descriptor |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 3980 | addOutput(duplicatedOutput, dupOutputDesc); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 3981 | } else { |
| 3982 | ALOGW("checkOutputsForDevice() could not open dup output for %d and %d", |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 3983 | mPrimaryOutput->mIoHandle, output); |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 3984 | desc->close(); |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 3985 | removeOutput(output); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 3986 | nextAudioPortGeneration(); |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3987 | output = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 3988 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3989 | } |
| 3990 | } |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3991 | } else { |
| 3992 | output = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3993 | } |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 3994 | if (output == AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3995 | ALOGW("checkOutputsForDevice() could not open output for device %x", device); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 3996 | profiles.removeAt(profile_index); |
| 3997 | profile_index--; |
| 3998 | } else { |
| 3999 | outputs.add(output); |
Paul McLean | 9080a4c | 2015-06-18 08:24:02 -0700 | [diff] [blame] | 4000 | // Load digital format info only for digital devices |
| 4001 | if (audio_device_is_digital(device)) { |
| 4002 | devDesc->importAudioPort(profile); |
| 4003 | } |
Jean-Michel Trivi | f17026d | 2014-08-10 14:30:48 -0700 | [diff] [blame] | 4004 | |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4005 | if (device_distinguishes_on_address(device)) { |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 4006 | ALOGV("checkOutputsForDevice(): setOutputDevice(dev=0x%x, addr=%s)", |
| 4007 | device, address.string()); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4008 | setOutputDevice(desc, device, true/*force*/, 0/*delay*/, |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 4009 | NULL/*patch handle*/, address.string()); |
| 4010 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4011 | ALOGV("checkOutputsForDevice(): adding output %d", output); |
| 4012 | } |
| 4013 | } |
| 4014 | |
| 4015 | if (profiles.isEmpty()) { |
| 4016 | ALOGW("checkOutputsForDevice(): No output available for device %04x", device); |
| 4017 | return BAD_VALUE; |
| 4018 | } |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4019 | } else { // Disconnect |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4020 | // check if one opened output is not needed any more after disconnecting one device |
| 4021 | for (size_t i = 0; i < mOutputs.size(); i++) { |
| 4022 | desc = mOutputs.valueAt(i); |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 4023 | if (!desc->isDuplicated()) { |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 4024 | // exact match on device |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4025 | if (device_distinguishes_on_address(device) && |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4026 | (desc->supportedDevices() == device)) { |
keunyoung | 3190e67 | 2014-12-30 13:00:52 -0800 | [diff] [blame] | 4027 | findIoHandlesByAddress(desc, device, address, outputs); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4028 | } else if (!(desc->supportedDevices() & mAvailableOutputDevices.types())) { |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 4029 | ALOGV("checkOutputsForDevice(): disconnecting adding output %d", |
| 4030 | mOutputs.keyAt(i)); |
| 4031 | outputs.add(mOutputs.keyAt(i)); |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 4032 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4033 | } |
| 4034 | } |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4035 | // Clear any profiles associated with the disconnected device. |
Mikhail Naganov | 7e22e94 | 2017-12-07 10:04:29 -0800 | [diff] [blame] | 4036 | for (const auto& hwModule : mHwModules) { |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 4037 | for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { |
| 4038 | sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 4039 | if (profile->supportDevice(device)) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4040 | ALOGV("checkOutputsForDevice(): " |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 4041 | "clearing direct output profile %zu on module %s", |
| 4042 | j, hwModule->getName()); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 4043 | profile->clearAudioProfiles(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4044 | } |
| 4045 | } |
| 4046 | } |
| 4047 | } |
| 4048 | return NO_ERROR; |
| 4049 | } |
| 4050 | |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 4051 | status_t AudioPolicyManager::checkInputsForDevice(const sp<DeviceDescriptor>& devDesc, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4052 | audio_policy_dev_state_t state, |
| 4053 | SortedVector<audio_io_handle_t>& inputs, |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 4054 | const String8& address) |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4055 | { |
Paul McLean | 9080a4c | 2015-06-18 08:24:02 -0700 | [diff] [blame] | 4056 | audio_devices_t device = devDesc->type(); |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 4057 | sp<AudioInputDescriptor> desc; |
Eric Laurent | cc750d3 | 2015-06-25 11:48:20 -0700 | [diff] [blame] | 4058 | |
| 4059 | if (audio_device_is_digital(device)) { |
| 4060 | // erase all current sample rates, formats and channel masks |
Eric Laurent | 20eb3a4 | 2016-01-26 18:39:17 -0800 | [diff] [blame] | 4061 | devDesc->clearAudioProfiles(); |
Eric Laurent | cc750d3 | 2015-06-25 11:48:20 -0700 | [diff] [blame] | 4062 | } |
| 4063 | |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4064 | if (state == AUDIO_POLICY_DEVICE_STATE_AVAILABLE) { |
| 4065 | // first list already open inputs that can be routed to this device |
| 4066 | for (size_t input_index = 0; input_index < mInputs.size(); input_index++) { |
| 4067 | desc = mInputs.valueAt(input_index); |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 4068 | if (desc->mProfile->supportDevice(device)) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4069 | ALOGV("checkInputsForDevice(): adding opened input %d", mInputs.keyAt(input_index)); |
| 4070 | inputs.add(mInputs.keyAt(input_index)); |
| 4071 | } |
| 4072 | } |
| 4073 | |
| 4074 | // then look for input profiles that can be routed to this device |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4075 | SortedVector< sp<IOProfile> > profiles; |
Mikhail Naganov | 7e22e94 | 2017-12-07 10:04:29 -0800 | [diff] [blame] | 4076 | for (const auto& hwModule : mHwModules) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4077 | for (size_t profile_index = 0; |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 4078 | profile_index < hwModule->getInputProfiles().size(); |
Mikhail Naganov | 7e22e94 | 2017-12-07 10:04:29 -0800 | [diff] [blame] | 4079 | profile_index++) { |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 4080 | sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 4081 | |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 4082 | if (profile->supportDevice(device)) { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4083 | if (!device_distinguishes_on_address(device) || |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 4084 | profile->supportDeviceAddress(address)) { |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 4085 | profiles.add(profile); |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 4086 | ALOGV("checkInputsForDevice(): adding profile %zu from module %s", |
| 4087 | profile_index, hwModule->getName()); |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 4088 | } |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4089 | } |
| 4090 | } |
| 4091 | } |
| 4092 | |
| 4093 | if (profiles.isEmpty() && inputs.isEmpty()) { |
| 4094 | ALOGW("checkInputsForDevice(): No input available for device 0x%X", device); |
| 4095 | return BAD_VALUE; |
| 4096 | } |
| 4097 | |
| 4098 | // open inputs for matching profiles if needed. Direct inputs are also opened to |
| 4099 | // query for dynamic parameters and will be closed later by setDeviceConnectionState() |
| 4100 | for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { |
| 4101 | |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4102 | sp<IOProfile> profile = profiles[profile_index]; |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 4103 | |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4104 | // nothing to do if one input is already opened for this profile |
| 4105 | size_t input_index; |
| 4106 | for (input_index = 0; input_index < mInputs.size(); input_index++) { |
| 4107 | desc = mInputs.valueAt(input_index); |
| 4108 | if (desc->mProfile == profile) { |
Paul McLean | 9080a4c | 2015-06-18 08:24:02 -0700 | [diff] [blame] | 4109 | if (audio_device_is_digital(device)) { |
| 4110 | devDesc->importAudioPort(profile); |
| 4111 | } |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4112 | break; |
| 4113 | } |
| 4114 | } |
| 4115 | if (input_index != mInputs.size()) { |
| 4116 | continue; |
| 4117 | } |
| 4118 | |
Eric Laurent | 3974e3b | 2017-12-07 17:58:43 -0800 | [diff] [blame] | 4119 | if (!profile->canOpenNewIo()) { |
| 4120 | ALOGW("Max Input number %u already opened for this profile %s", |
| 4121 | profile->maxOpenCount, profile->getTagName().c_str()); |
| 4122 | continue; |
| 4123 | } |
| 4124 | |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 4125 | desc = new AudioInputDescriptor(profile, mpClientInterface); |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 4126 | audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 4127 | status_t status = desc->open(nullptr, |
| 4128 | device, |
| 4129 | address, |
| 4130 | AUDIO_SOURCE_MIC, |
| 4131 | AUDIO_INPUT_FLAG_NONE, |
| 4132 | &input); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4133 | |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 4134 | if (status == NO_ERROR) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4135 | if (!address.isEmpty()) { |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 4136 | char *param = audio_device_address_to_parameter(device, address); |
| 4137 | mpClientInterface->setParameters(input, String8(param)); |
| 4138 | free(param); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4139 | } |
Phil Burk | 00eeb32 | 2016-03-31 12:41:00 -0700 | [diff] [blame] | 4140 | updateAudioProfiles(device, input, profile->getAudioProfiles()); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 4141 | if (!profile->hasValidAudioProfile()) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4142 | ALOGW("checkInputsForDevice() direct input missing param"); |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 4143 | desc->close(); |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 4144 | input = AUDIO_IO_HANDLE_NONE; |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4145 | } |
| 4146 | |
| 4147 | if (input != 0) { |
| 4148 | addInput(input, desc); |
| 4149 | } |
| 4150 | } // endif input != 0 |
| 4151 | |
Eric Laurent | cf2c021 | 2014-07-25 16:20:43 -0700 | [diff] [blame] | 4152 | if (input == AUDIO_IO_HANDLE_NONE) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4153 | ALOGW("checkInputsForDevice() could not open input for device 0x%X", device); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4154 | profiles.removeAt(profile_index); |
| 4155 | profile_index--; |
| 4156 | } else { |
| 4157 | inputs.add(input); |
Paul McLean | 9080a4c | 2015-06-18 08:24:02 -0700 | [diff] [blame] | 4158 | if (audio_device_is_digital(device)) { |
| 4159 | devDesc->importAudioPort(profile); |
| 4160 | } |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4161 | ALOGV("checkInputsForDevice(): adding input %d", input); |
| 4162 | } |
| 4163 | } // end scan profiles |
| 4164 | |
| 4165 | if (profiles.isEmpty()) { |
| 4166 | ALOGW("checkInputsForDevice(): No input available for device 0x%X", device); |
| 4167 | return BAD_VALUE; |
| 4168 | } |
| 4169 | } else { |
| 4170 | // Disconnect |
| 4171 | // check if one opened input is not needed any more after disconnecting one device |
| 4172 | for (size_t input_index = 0; input_index < mInputs.size(); input_index++) { |
| 4173 | desc = mInputs.valueAt(input_index); |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 4174 | if (!(desc->mProfile->supportDevice(mAvailableInputDevices.types()))) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4175 | ALOGV("checkInputsForDevice(): disconnecting adding input %d", |
| 4176 | mInputs.keyAt(input_index)); |
| 4177 | inputs.add(mInputs.keyAt(input_index)); |
| 4178 | } |
| 4179 | } |
| 4180 | // Clear any profiles associated with the disconnected device. |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 4181 | for (const auto& hwModule : mHwModules) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4182 | for (size_t profile_index = 0; |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 4183 | profile_index < hwModule->getInputProfiles().size(); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4184 | profile_index++) { |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 4185 | sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; |
François Gaffie | a8ecc2c | 2015-11-09 16:10:40 +0100 | [diff] [blame] | 4186 | if (profile->supportDevice(device)) { |
Mikhail Naganov | d412014 | 2017-12-06 15:49:22 -0800 | [diff] [blame] | 4187 | ALOGV("checkInputsForDevice(): clearing direct input profile %zu on module %s", |
| 4188 | profile_index, hwModule->getName()); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 4189 | profile->clearAudioProfiles(); |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4190 | } |
| 4191 | } |
| 4192 | } |
| 4193 | } // end disconnect |
| 4194 | |
| 4195 | return NO_ERROR; |
| 4196 | } |
| 4197 | |
| 4198 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4199 | void AudioPolicyManager::closeOutput(audio_io_handle_t output) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4200 | { |
| 4201 | ALOGV("closeOutput(%d)", output); |
| 4202 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4203 | sp<SwAudioOutputDescriptor> outputDesc = mOutputs.valueFor(output); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4204 | if (outputDesc == NULL) { |
| 4205 | ALOGW("closeOutput() unknown output %d", output); |
| 4206 | return; |
| 4207 | } |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 4208 | mPolicyMixes.closeOutput(outputDesc); |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 4209 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4210 | // look for duplicated outputs connected to the output being removed. |
| 4211 | for (size_t i = 0; i < mOutputs.size(); i++) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4212 | sp<SwAudioOutputDescriptor> dupOutputDesc = mOutputs.valueAt(i); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4213 | if (dupOutputDesc->isDuplicated() && |
| 4214 | (dupOutputDesc->mOutput1 == outputDesc || |
| 4215 | dupOutputDesc->mOutput2 == outputDesc)) { |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 4216 | sp<SwAudioOutputDescriptor> outputDesc2; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4217 | if (dupOutputDesc->mOutput1 == outputDesc) { |
| 4218 | outputDesc2 = dupOutputDesc->mOutput2; |
| 4219 | } else { |
| 4220 | outputDesc2 = dupOutputDesc->mOutput1; |
| 4221 | } |
| 4222 | // As all active tracks on duplicated output will be deleted, |
| 4223 | // and as they were also referenced on the other output, the reference |
| 4224 | // count for their stream type must be adjusted accordingly on |
| 4225 | // the other output. |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 4226 | bool wasActive = outputDesc2->isActive(); |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 4227 | for (int j = 0; j < AUDIO_STREAM_CNT; j++) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4228 | int refCount = dupOutputDesc->mRefCount[j]; |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 4229 | outputDesc2->changeRefCount((audio_stream_type_t)j,-refCount); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4230 | } |
Eric Laurent | 733ce94 | 2017-12-07 12:18:25 -0800 | [diff] [blame] | 4231 | // stop() will be a no op if the output is still active but is needed in case all |
| 4232 | // active streams refcounts where cleared above |
| 4233 | if (wasActive) { |
| 4234 | outputDesc2->stop(); |
| 4235 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4236 | audio_io_handle_t duplicatedOutput = mOutputs.keyAt(i); |
| 4237 | ALOGV("closeOutput() closing also duplicated output %d", duplicatedOutput); |
| 4238 | |
| 4239 | mpClientInterface->closeOutput(duplicatedOutput); |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4240 | removeOutput(duplicatedOutput); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4241 | } |
| 4242 | } |
| 4243 | |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 4244 | nextAudioPortGeneration(); |
| 4245 | |
Jean-Michel Trivi | ff155c6 | 2016-02-26 12:07:16 -0800 | [diff] [blame] | 4246 | ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 4247 | if (index >= 0) { |
| 4248 | sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); |
Glenn Kasten | fcddb0b | 2016-07-08 17:19:25 -0700 | [diff] [blame] | 4249 | (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 4250 | mAudioPatches.removeItemsAt(index); |
| 4251 | mpClientInterface->onAudioPatchListUpdate(); |
| 4252 | } |
| 4253 | |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 4254 | outputDesc->close(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4255 | |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4256 | removeOutput(output); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4257 | mPreviousOutputs = mOutputs; |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 4258 | } |
| 4259 | |
| 4260 | void AudioPolicyManager::closeInput(audio_io_handle_t input) |
| 4261 | { |
| 4262 | ALOGV("closeInput(%d)", input); |
| 4263 | |
| 4264 | sp<AudioInputDescriptor> inputDesc = mInputs.valueFor(input); |
| 4265 | if (inputDesc == NULL) { |
| 4266 | ALOGW("closeInput() unknown input %d", input); |
| 4267 | return; |
| 4268 | } |
| 4269 | |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4270 | nextAudioPortGeneration(); |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 4271 | |
Jean-Michel Trivi | 8c7cf3b | 2016-02-25 17:08:24 -0800 | [diff] [blame] | 4272 | ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 4273 | if (index >= 0) { |
| 4274 | sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); |
Glenn Kasten | fcddb0b | 2016-07-08 17:19:25 -0700 | [diff] [blame] | 4275 | (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 4276 | mAudioPatches.removeItemsAt(index); |
| 4277 | mpClientInterface->onAudioPatchListUpdate(); |
| 4278 | } |
| 4279 | |
Eric Laurent | fe23112 | 2017-11-17 17:48:06 -0800 | [diff] [blame] | 4280 | inputDesc->close(); |
Eric Laurent | 05b90f8 | 2014-08-27 15:32:29 -0700 | [diff] [blame] | 4281 | mInputs.removeItem(input); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4282 | } |
| 4283 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4284 | SortedVector<audio_io_handle_t> AudioPolicyManager::getOutputsForDevice( |
| 4285 | audio_devices_t device, |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 4286 | const SwAudioOutputCollection& openOutputs) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4287 | { |
| 4288 | SortedVector<audio_io_handle_t> outputs; |
| 4289 | |
| 4290 | ALOGVV("getOutputsForDevice() device %04x", device); |
| 4291 | for (size_t i = 0; i < openOutputs.size(); i++) { |
Eric Laurent | 37ddbb4 | 2016-08-10 16:19:14 -0700 | [diff] [blame] | 4292 | ALOGVV("output %zu isDuplicated=%d device=%04x", |
Eric Laurent | 8c7e6da | 2015-04-21 17:37:00 -0700 | [diff] [blame] | 4293 | i, openOutputs.valueAt(i)->isDuplicated(), |
| 4294 | openOutputs.valueAt(i)->supportedDevices()); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4295 | if ((device & openOutputs.valueAt(i)->supportedDevices()) == device) { |
| 4296 | ALOGVV("getOutputsForDevice() found output %d", openOutputs.keyAt(i)); |
| 4297 | outputs.add(openOutputs.keyAt(i)); |
| 4298 | } |
| 4299 | } |
| 4300 | return outputs; |
| 4301 | } |
| 4302 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4303 | bool AudioPolicyManager::vectorsEqual(SortedVector<audio_io_handle_t>& outputs1, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4304 | SortedVector<audio_io_handle_t>& outputs2) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4305 | { |
| 4306 | if (outputs1.size() != outputs2.size()) { |
| 4307 | return false; |
| 4308 | } |
| 4309 | for (size_t i = 0; i < outputs1.size(); i++) { |
| 4310 | if (outputs1[i] != outputs2[i]) { |
| 4311 | return false; |
| 4312 | } |
| 4313 | } |
| 4314 | return true; |
| 4315 | } |
| 4316 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4317 | void AudioPolicyManager::checkOutputForStrategy(routing_strategy strategy) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4318 | { |
| 4319 | audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/); |
| 4320 | audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/); |
| 4321 | SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevice(oldDevice, mPreviousOutputs); |
| 4322 | SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(newDevice, mOutputs); |
| 4323 | |
Jean-Michel Trivi | fe472e2 | 2014-12-16 14:23:13 -0800 | [diff] [blame] | 4324 | // also take into account external policy-related changes: add all outputs which are |
| 4325 | // associated with policies in the "before" and "after" output vectors |
| 4326 | ALOGVV("checkOutputForStrategy(): policy related outputs"); |
| 4327 | for (size_t i = 0 ; i < mPreviousOutputs.size() ; i++) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4328 | const sp<SwAudioOutputDescriptor> desc = mPreviousOutputs.valueAt(i); |
Jean-Michel Trivi | fe472e2 | 2014-12-16 14:23:13 -0800 | [diff] [blame] | 4329 | if (desc != 0 && desc->mPolicyMix != NULL) { |
| 4330 | srcOutputs.add(desc->mIoHandle); |
| 4331 | ALOGVV(" previous outputs: adding %d", desc->mIoHandle); |
| 4332 | } |
| 4333 | } |
| 4334 | for (size_t i = 0 ; i < mOutputs.size() ; i++) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4335 | const sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); |
Jean-Michel Trivi | fe472e2 | 2014-12-16 14:23:13 -0800 | [diff] [blame] | 4336 | if (desc != 0 && desc->mPolicyMix != NULL) { |
| 4337 | dstOutputs.add(desc->mIoHandle); |
| 4338 | ALOGVV(" new outputs: adding %d", desc->mIoHandle); |
| 4339 | } |
| 4340 | } |
| 4341 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4342 | if (!vectorsEqual(srcOutputs,dstOutputs)) { |
| 4343 | ALOGV("checkOutputForStrategy() strategy %d, moving from output %d to output %d", |
| 4344 | strategy, srcOutputs[0], dstOutputs[0]); |
| 4345 | // mute strategy while moving tracks from one output to another |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 4346 | for (audio_io_handle_t srcOut : srcOutputs) { |
| 4347 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueFor(srcOut); |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4348 | if (isStrategyActive(desc, strategy)) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4349 | setStrategyMute(strategy, true, desc); |
| 4350 | setStrategyMute(strategy, false, desc, MUTE_TIME_MS, newDevice); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4351 | } |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 4352 | sp<AudioSourceDescriptor> source = |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 4353 | getSourceForStrategyOnOutput(srcOut, strategy); |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 4354 | if (source != 0){ |
| 4355 | connectAudioSource(source); |
| 4356 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4357 | } |
| 4358 | |
| 4359 | // Move effects associated to this strategy from previous output to new output |
| 4360 | if (strategy == STRATEGY_MEDIA) { |
Eric Laurent | 36829f9 | 2017-04-07 19:04:42 -0700 | [diff] [blame] | 4361 | selectOutputForMusicEffects(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4362 | } |
| 4363 | // Move tracks associated to this strategy from previous output to new output |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 4364 | for (int i = 0; i < AUDIO_STREAM_FOR_POLICY_CNT; i++) { |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 4365 | if (getStrategy((audio_stream_type_t)i) == strategy) { |
| 4366 | mpClientInterface->invalidateStream((audio_stream_type_t)i); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4367 | } |
| 4368 | } |
| 4369 | } |
| 4370 | } |
| 4371 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4372 | void AudioPolicyManager::checkOutputForAllStrategies() |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4373 | { |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 4374 | if (mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_SYSTEM) == AUDIO_POLICY_FORCE_SYSTEM_ENFORCED) |
Jon Eklund | 966095e | 2014-09-09 15:39:49 -0500 | [diff] [blame] | 4375 | checkOutputForStrategy(STRATEGY_ENFORCED_AUDIBLE); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4376 | checkOutputForStrategy(STRATEGY_PHONE); |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 4377 | if (mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_SYSTEM) != AUDIO_POLICY_FORCE_SYSTEM_ENFORCED) |
Jon Eklund | 966095e | 2014-09-09 15:39:49 -0500 | [diff] [blame] | 4378 | checkOutputForStrategy(STRATEGY_ENFORCED_AUDIBLE); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4379 | checkOutputForStrategy(STRATEGY_SONIFICATION); |
| 4380 | checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFUL); |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 4381 | checkOutputForStrategy(STRATEGY_ACCESSIBILITY); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4382 | checkOutputForStrategy(STRATEGY_MEDIA); |
| 4383 | checkOutputForStrategy(STRATEGY_DTMF); |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 4384 | checkOutputForStrategy(STRATEGY_REROUTING); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4385 | } |
| 4386 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4387 | void AudioPolicyManager::checkA2dpSuspend() |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4388 | { |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4389 | audio_io_handle_t a2dpOutput = mOutputs.getA2dpOutput(); |
Aniket Kumar Lata | a8ee996 | 2018-01-31 20:24:23 -0800 | [diff] [blame] | 4390 | if (a2dpOutput == 0 || mOutputs.isA2dpOffloadedOnPrimary()) { |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 4391 | mA2dpSuspended = false; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4392 | return; |
| 4393 | } |
| 4394 | |
Eric Laurent | 3a4311c | 2014-03-17 12:00:47 -0700 | [diff] [blame] | 4395 | bool isScoConnected = |
Eric Laurent | ddbc665 | 2014-11-13 15:13:44 -0800 | [diff] [blame] | 4396 | ((mAvailableInputDevices.types() & AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET & |
| 4397 | ~AUDIO_DEVICE_BIT_IN) != 0) || |
| 4398 | ((mAvailableOutputDevices.types() & AUDIO_DEVICE_OUT_ALL_SCO) != 0); |
Eric Laurent | f732e07 | 2016-08-03 19:30:28 -0700 | [diff] [blame] | 4399 | |
| 4400 | // if suspended, restore A2DP output if: |
| 4401 | // ((SCO device is NOT connected) || |
| 4402 | // ((forced usage communication is NOT SCO) && (forced usage for record is NOT SCO) && |
| 4403 | // (phone state is NOT in call) && (phone state is NOT ringing))) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4404 | // |
Eric Laurent | f732e07 | 2016-08-03 19:30:28 -0700 | [diff] [blame] | 4405 | // if not suspended, suspend A2DP output if: |
| 4406 | // (SCO device is connected) && |
| 4407 | // ((forced usage for communication is SCO) || (forced usage for record is SCO) || |
| 4408 | // ((phone state is in call) || (phone state is ringing))) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4409 | // |
| 4410 | if (mA2dpSuspended) { |
Eric Laurent | f732e07 | 2016-08-03 19:30:28 -0700 | [diff] [blame] | 4411 | if (!isScoConnected || |
| 4412 | ((mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_COMMUNICATION) != |
| 4413 | AUDIO_POLICY_FORCE_BT_SCO) && |
| 4414 | (mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_RECORD) != |
| 4415 | AUDIO_POLICY_FORCE_BT_SCO) && |
| 4416 | (mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) && |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 4417 | (mEngine->getPhoneState() != AUDIO_MODE_RINGTONE))) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4418 | |
| 4419 | mpClientInterface->restoreOutput(a2dpOutput); |
| 4420 | mA2dpSuspended = false; |
| 4421 | } |
| 4422 | } else { |
Eric Laurent | f732e07 | 2016-08-03 19:30:28 -0700 | [diff] [blame] | 4423 | if (isScoConnected && |
| 4424 | ((mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_COMMUNICATION) == |
| 4425 | AUDIO_POLICY_FORCE_BT_SCO) || |
| 4426 | (mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_RECORD) == |
| 4427 | AUDIO_POLICY_FORCE_BT_SCO) || |
| 4428 | (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL) || |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 4429 | (mEngine->getPhoneState() == AUDIO_MODE_RINGTONE))) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4430 | |
| 4431 | mpClientInterface->suspendOutput(a2dpOutput); |
| 4432 | mA2dpSuspended = true; |
| 4433 | } |
| 4434 | } |
| 4435 | } |
| 4436 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4437 | audio_devices_t AudioPolicyManager::getNewOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, |
| 4438 | bool fromCache) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4439 | { |
| 4440 | audio_devices_t device = AUDIO_DEVICE_NONE; |
| 4441 | |
Jean-Michel Trivi | ff155c6 | 2016-02-26 12:07:16 -0800 | [diff] [blame] | 4442 | ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4443 | if (index >= 0) { |
| 4444 | sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); |
| 4445 | if (patchDesc->mUid != mUidCached) { |
| 4446 | ALOGV("getNewOutputDevice() device %08x forced by patch %d", |
Jean-Michel Trivi | ff155c6 | 2016-02-26 12:07:16 -0800 | [diff] [blame] | 4447 | outputDesc->device(), outputDesc->getPatchHandle()); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4448 | return outputDesc->device(); |
| 4449 | } |
| 4450 | } |
| 4451 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4452 | // check the following by order of priority to request a routing change if necessary: |
Jon Eklund | 966095e | 2014-09-09 15:39:49 -0500 | [diff] [blame] | 4453 | // 1: the strategy enforced audible is active and enforced on the output: |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4454 | // use device for strategy enforced audible |
| 4455 | // 2: we are in call or the strategy phone is active on the output: |
| 4456 | // use device for strategy phone |
Jean-Michel Trivi | 178683b | 2017-08-30 18:07:06 -0700 | [diff] [blame] | 4457 | // 3: the strategy sonification is active on the output: |
Jean-Michel Trivi | 5de234b | 2015-07-21 11:42:02 -0700 | [diff] [blame] | 4458 | // use device for strategy sonification |
Jean-Michel Trivi | 178683b | 2017-08-30 18:07:06 -0700 | [diff] [blame] | 4459 | // 4: the strategy for enforced audible is active but not enforced on the output: |
| 4460 | // use the device for strategy enforced audible |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 4461 | // 5: the strategy accessibility is active on the output: |
| 4462 | // use device for strategy accessibility |
Jean-Michel Trivi | 5de234b | 2015-07-21 11:42:02 -0700 | [diff] [blame] | 4463 | // 6: the strategy "respectful" sonification is active on the output: |
| 4464 | // use device for strategy "respectful" sonification |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 4465 | // 7: the strategy media is active on the output: |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4466 | // use device for strategy media |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 4467 | // 8: the strategy DTMF is active on the output: |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4468 | // use device for strategy DTMF |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 4469 | // 9: the strategy for beacon, a.k.a. "transmitted through speaker" is active on the output: |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 4470 | // use device for strategy t-t-s |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4471 | if (isStrategyActive(outputDesc, STRATEGY_ENFORCED_AUDIBLE) && |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 4472 | mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_SYSTEM) == AUDIO_POLICY_FORCE_SYSTEM_ENFORCED) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4473 | device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); |
| 4474 | } else if (isInCall() || |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4475 | isStrategyActive(outputDesc, STRATEGY_PHONE)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4476 | device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4477 | } else if (isStrategyActive(outputDesc, STRATEGY_SONIFICATION)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4478 | device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); |
Jean-Michel Trivi | 178683b | 2017-08-30 18:07:06 -0700 | [diff] [blame] | 4479 | } else if (isStrategyActive(outputDesc, STRATEGY_ENFORCED_AUDIBLE)) { |
| 4480 | device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 4481 | } else if (isStrategyActive(outputDesc, STRATEGY_ACCESSIBILITY)) { |
| 4482 | device = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, fromCache); |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4483 | } else if (isStrategyActive(outputDesc, STRATEGY_SONIFICATION_RESPECTFUL)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4484 | device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache); |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4485 | } else if (isStrategyActive(outputDesc, STRATEGY_MEDIA)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4486 | device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache); |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4487 | } else if (isStrategyActive(outputDesc, STRATEGY_DTMF)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4488 | device = getDeviceForStrategy(STRATEGY_DTMF, fromCache); |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4489 | } else if (isStrategyActive(outputDesc, STRATEGY_TRANSMITTED_THROUGH_SPEAKER)) { |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 4490 | device = getDeviceForStrategy(STRATEGY_TRANSMITTED_THROUGH_SPEAKER, fromCache); |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4491 | } else if (isStrategyActive(outputDesc, STRATEGY_REROUTING)) { |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 4492 | device = getDeviceForStrategy(STRATEGY_REROUTING, fromCache); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4493 | } |
| 4494 | |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4495 | ALOGV("getNewOutputDevice() selected device %x", device); |
| 4496 | return device; |
| 4497 | } |
| 4498 | |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 4499 | audio_devices_t AudioPolicyManager::getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc) |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4500 | { |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 4501 | audio_devices_t device = AUDIO_DEVICE_NONE; |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4502 | |
Jean-Michel Trivi | 8c7cf3b | 2016-02-25 17:08:24 -0800 | [diff] [blame] | 4503 | ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4504 | if (index >= 0) { |
| 4505 | sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); |
| 4506 | if (patchDesc->mUid != mUidCached) { |
| 4507 | ALOGV("getNewInputDevice() device %08x forced by patch %d", |
Jean-Michel Trivi | 8c7cf3b | 2016-02-25 17:08:24 -0800 | [diff] [blame] | 4508 | inputDesc->mDevice, inputDesc->getPatchHandle()); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4509 | return inputDesc->mDevice; |
| 4510 | } |
| 4511 | } |
| 4512 | |
Eric Laurent | dc95a25 | 2018-04-12 12:46:56 -0700 | [diff] [blame] | 4513 | // If we are not in call and no client is active on this input, this methods returns |
| 4514 | // AUDIO_DEVICE_NONE, causing the patch on the input stream to be released. |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 4515 | audio_source_t source = inputDesc->getHighestPrioritySource(true /*activeOnly*/); |
Eric Laurent | dc95a25 | 2018-04-12 12:46:56 -0700 | [diff] [blame] | 4516 | if (source == AUDIO_SOURCE_DEFAULT && isInCall()) { |
| 4517 | source = AUDIO_SOURCE_VOICE_COMMUNICATION; |
| 4518 | } |
| 4519 | if (source != AUDIO_SOURCE_DEFAULT) { |
Eric Laurent | fb66dd9 | 2016-01-28 18:32:03 -0800 | [diff] [blame] | 4520 | device = getDeviceAndMixForInputSource(source); |
| 4521 | } |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4522 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4523 | return device; |
| 4524 | } |
| 4525 | |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 4526 | bool AudioPolicyManager::streamsMatchForvolume(audio_stream_type_t stream1, |
| 4527 | audio_stream_type_t stream2) { |
Jean-Michel Trivi | 99bb2f9 | 2016-11-23 15:52:07 -0800 | [diff] [blame] | 4528 | return (stream1 == stream2); |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 4529 | } |
| 4530 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4531 | uint32_t AudioPolicyManager::getStrategyForStream(audio_stream_type_t stream) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4532 | return (uint32_t)getStrategy(stream); |
| 4533 | } |
| 4534 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4535 | audio_devices_t AudioPolicyManager::getDevicesForStream(audio_stream_type_t stream) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4536 | // By checking the range of stream before calling getStrategy, we avoid |
| 4537 | // getStrategy's behavior for invalid streams. getStrategy would do a ALOGE |
| 4538 | // and then return STRATEGY_MEDIA, but we want to return the empty set. |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 4539 | if (stream < (audio_stream_type_t) 0 || stream >= AUDIO_STREAM_PUBLIC_CNT) { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4540 | return AUDIO_DEVICE_NONE; |
| 4541 | } |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 4542 | audio_devices_t devices = AUDIO_DEVICE_NONE; |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 4543 | for (int curStream = 0; curStream < AUDIO_STREAM_FOR_POLICY_CNT; curStream++) { |
| 4544 | if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 4545 | continue; |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4546 | } |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 4547 | routing_strategy curStrategy = getStrategy((audio_stream_type_t)curStream); |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 4548 | audio_devices_t curDevices = |
Eric Laurent | 447a87b | 2016-07-07 17:32:10 -0700 | [diff] [blame] | 4549 | getDeviceForStrategy((routing_strategy)curStrategy, false /*fromCache*/); |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 4550 | for (audio_io_handle_t output : getOutputsForDevice(curDevices, mOutputs)) { |
| 4551 | sp<AudioOutputDescriptor> outputDesc = mOutputs.valueFor(output); |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 4552 | if (outputDesc->isStreamActive((audio_stream_type_t)curStream)) { |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 4553 | curDevices |= outputDesc->device(); |
| 4554 | } |
| 4555 | } |
| 4556 | devices |= curDevices; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4557 | } |
Jon Eklund | 11c9fb1 | 2014-06-23 14:47:03 -0500 | [diff] [blame] | 4558 | |
| 4559 | /*Filter SPEAKER_SAFE out of results, as AudioService doesn't know about it |
| 4560 | and doesn't really need to.*/ |
| 4561 | if (devices & AUDIO_DEVICE_OUT_SPEAKER_SAFE) { |
| 4562 | devices |= AUDIO_DEVICE_OUT_SPEAKER; |
| 4563 | devices &= ~AUDIO_DEVICE_OUT_SPEAKER_SAFE; |
| 4564 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4565 | return devices; |
| 4566 | } |
| 4567 | |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 4568 | routing_strategy AudioPolicyManager::getStrategy(audio_stream_type_t stream) const |
| 4569 | { |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 4570 | ALOG_ASSERT(stream != AUDIO_STREAM_PATCH,"getStrategy() called for AUDIO_STREAM_PATCH"); |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 4571 | return mEngine->getStrategyForStream(stream); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4572 | } |
| 4573 | |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 4574 | uint32_t AudioPolicyManager::getStrategyForAttr(const audio_attributes_t *attr) { |
| 4575 | // flags to strategy mapping |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 4576 | if ((attr->flags & AUDIO_FLAG_BEACON) == AUDIO_FLAG_BEACON) { |
| 4577 | return (uint32_t) STRATEGY_TRANSMITTED_THROUGH_SPEAKER; |
| 4578 | } |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 4579 | if ((attr->flags & AUDIO_FLAG_AUDIBILITY_ENFORCED) == AUDIO_FLAG_AUDIBILITY_ENFORCED) { |
| 4580 | return (uint32_t) STRATEGY_ENFORCED_AUDIBLE; |
| 4581 | } |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 4582 | // usage to strategy mapping |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 4583 | return static_cast<uint32_t>(mEngine->getStrategyForUsage(attr->usage)); |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 4584 | } |
| 4585 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4586 | void AudioPolicyManager::handleNotificationRoutingForStream(audio_stream_type_t stream) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4587 | switch(stream) { |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 4588 | case AUDIO_STREAM_MUSIC: |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4589 | checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFUL); |
| 4590 | updateDevicesAndOutputs(); |
| 4591 | break; |
| 4592 | default: |
| 4593 | break; |
| 4594 | } |
| 4595 | } |
| 4596 | |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 4597 | uint32_t AudioPolicyManager::handleEventForBeacon(int event) { |
Eric Laurent | 9459fb0 | 2015-08-12 18:36:32 -0700 | [diff] [blame] | 4598 | |
| 4599 | // skip beacon mute management if a dedicated TTS output is available |
| 4600 | if (mTtsOutputAvailable) { |
| 4601 | return 0; |
| 4602 | } |
| 4603 | |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 4604 | switch(event) { |
| 4605 | case STARTING_OUTPUT: |
| 4606 | mBeaconMuteRefCount++; |
| 4607 | break; |
| 4608 | case STOPPING_OUTPUT: |
| 4609 | if (mBeaconMuteRefCount > 0) { |
| 4610 | mBeaconMuteRefCount--; |
| 4611 | } |
| 4612 | break; |
| 4613 | case STARTING_BEACON: |
| 4614 | mBeaconPlayingRefCount++; |
| 4615 | break; |
| 4616 | case STOPPING_BEACON: |
| 4617 | if (mBeaconPlayingRefCount > 0) { |
| 4618 | mBeaconPlayingRefCount--; |
| 4619 | } |
| 4620 | break; |
| 4621 | } |
| 4622 | |
| 4623 | if (mBeaconMuteRefCount > 0) { |
| 4624 | // any playback causes beacon to be muted |
| 4625 | return setBeaconMute(true); |
| 4626 | } else { |
| 4627 | // no other playback: unmute when beacon starts playing, mute when it stops |
| 4628 | return setBeaconMute(mBeaconPlayingRefCount == 0); |
| 4629 | } |
| 4630 | } |
| 4631 | |
| 4632 | uint32_t AudioPolicyManager::setBeaconMute(bool mute) { |
| 4633 | ALOGV("setBeaconMute(%d) mBeaconMuteRefCount=%d mBeaconPlayingRefCount=%d", |
| 4634 | mute, mBeaconMuteRefCount, mBeaconPlayingRefCount); |
| 4635 | // keep track of muted state to avoid repeating mute/unmute operations |
| 4636 | if (mBeaconMuted != mute) { |
| 4637 | // mute/unmute AUDIO_STREAM_TTS on all outputs |
| 4638 | ALOGV("\t muting %d", mute); |
| 4639 | uint32_t maxLatency = 0; |
| 4640 | for (size_t i = 0; i < mOutputs.size(); i++) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4641 | sp<SwAudioOutputDescriptor> desc = mOutputs.valueAt(i); |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 4642 | setStreamMute(AUDIO_STREAM_TTS, mute/*on*/, |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4643 | desc, |
Jean-Michel Trivi | d9cfeb4 | 2014-09-22 16:51:34 -0700 | [diff] [blame] | 4644 | 0 /*delay*/, AUDIO_DEVICE_NONE); |
| 4645 | const uint32_t latency = desc->latency() * 2; |
| 4646 | if (latency > maxLatency) { |
| 4647 | maxLatency = latency; |
| 4648 | } |
| 4649 | } |
| 4650 | mBeaconMuted = mute; |
| 4651 | return maxLatency; |
| 4652 | } |
| 4653 | return 0; |
| 4654 | } |
| 4655 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4656 | audio_devices_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4657 | bool fromCache) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4658 | { |
Paul McLean | aa98119 | 2015-03-21 09:55:15 -0700 | [diff] [blame] | 4659 | // Routing |
| 4660 | // see if we have an explicit route |
| 4661 | // scan the whole RouteMap, for each entry, convert the stream type to a strategy |
| 4662 | // (getStrategy(stream)). |
| 4663 | // if the strategy from the stream type in the RouteMap is the same as the argument above, |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 4664 | // and activity count is non-zero and the device in the route descriptor is available |
| 4665 | // then select this device. |
Paul McLean | aa98119 | 2015-03-21 09:55:15 -0700 | [diff] [blame] | 4666 | for (size_t routeIndex = 0; routeIndex < mOutputRoutes.size(); routeIndex++) { |
| 4667 | sp<SessionRoute> route = mOutputRoutes.valueAt(routeIndex); |
Eric Laurent | 28d09f0 | 2016-03-08 10:43:05 -0800 | [diff] [blame] | 4668 | routing_strategy routeStrategy = getStrategy(route->mStreamType); |
Eric Laurent | 2157f5b | 2018-04-25 18:33:02 -0700 | [diff] [blame] | 4669 | if ((routeStrategy == strategy) && route->isActiveOrChanged() && |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 4670 | (mAvailableOutputDevices.indexOf(route->mDeviceDescriptor) >= 0)) { |
Paul McLean | aa98119 | 2015-03-21 09:55:15 -0700 | [diff] [blame] | 4671 | return route->mDeviceDescriptor->type(); |
| 4672 | } |
| 4673 | } |
| 4674 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4675 | if (fromCache) { |
| 4676 | ALOGVV("getDeviceForStrategy() from cache strategy %d, device %x", |
| 4677 | strategy, mDeviceForStrategy[strategy]); |
| 4678 | return mDeviceForStrategy[strategy]; |
| 4679 | } |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 4680 | return mEngine->getDeviceForStrategy(strategy); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4681 | } |
| 4682 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 4683 | void AudioPolicyManager::updateDevicesAndOutputs() |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4684 | { |
| 4685 | for (int i = 0; i < NUM_STRATEGIES; i++) { |
| 4686 | mDeviceForStrategy[i] = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/); |
| 4687 | } |
| 4688 | mPreviousOutputs = mOutputs; |
| 4689 | } |
| 4690 | |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 4691 | uint32_t AudioPolicyManager::checkDeviceMuteStrategies(const sp<AudioOutputDescriptor>& outputDesc, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4692 | audio_devices_t prevDevice, |
| 4693 | uint32_t delayMs) |
| 4694 | { |
| 4695 | // mute/unmute strategies using an incompatible device combination |
| 4696 | // if muting, wait for the audio in pcm buffer to be drained before proceeding |
| 4697 | // if unmuting, unmute only after the specified delay |
| 4698 | if (outputDesc->isDuplicated()) { |
| 4699 | return 0; |
| 4700 | } |
| 4701 | |
| 4702 | uint32_t muteWaitMs = 0; |
| 4703 | audio_devices_t device = outputDesc->device(); |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 4704 | bool shouldMute = outputDesc->isActive() && (popcount(device) >= 2); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4705 | |
| 4706 | for (size_t i = 0; i < NUM_STRATEGIES; i++) { |
| 4707 | audio_devices_t curDevice = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4708 | curDevice = curDevice & outputDesc->supportedDevices(); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4709 | bool mute = shouldMute && (curDevice & device) && (curDevice != device); |
| 4710 | bool doMute = false; |
| 4711 | |
| 4712 | if (mute && !outputDesc->mStrategyMutedByDevice[i]) { |
| 4713 | doMute = true; |
| 4714 | outputDesc->mStrategyMutedByDevice[i] = true; |
| 4715 | } else if (!mute && outputDesc->mStrategyMutedByDevice[i]){ |
| 4716 | doMute = true; |
| 4717 | outputDesc->mStrategyMutedByDevice[i] = false; |
| 4718 | } |
Eric Laurent | 9940113 | 2014-05-07 19:48:15 -0700 | [diff] [blame] | 4719 | if (doMute) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4720 | for (size_t j = 0; j < mOutputs.size(); j++) { |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 4721 | sp<AudioOutputDescriptor> desc = mOutputs.valueAt(j); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4722 | // skip output if it does not share any device with current output |
| 4723 | if ((desc->supportedDevices() & outputDesc->supportedDevices()) |
| 4724 | == AUDIO_DEVICE_NONE) { |
| 4725 | continue; |
| 4726 | } |
Eric Laurent | 37ddbb4 | 2016-08-10 16:19:14 -0700 | [diff] [blame] | 4727 | ALOGVV("checkDeviceMuteStrategies() %s strategy %zu (curDevice %04x)", |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4728 | mute ? "muting" : "unmuting", i, curDevice); |
| 4729 | setStrategyMute((routing_strategy)i, mute, desc, mute ? 0 : delayMs); |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4730 | if (isStrategyActive(desc, (routing_strategy)i)) { |
Eric Laurent | 9940113 | 2014-05-07 19:48:15 -0700 | [diff] [blame] | 4731 | if (mute) { |
| 4732 | // FIXME: should not need to double latency if volume could be applied |
| 4733 | // immediately by the audioflinger mixer. We must account for the delay |
| 4734 | // between now and the next time the audioflinger thread for this output |
| 4735 | // will process a buffer (which corresponds to one buffer size, |
| 4736 | // usually 1/2 or 1/4 of the latency). |
| 4737 | if (muteWaitMs < desc->latency() * 2) { |
| 4738 | muteWaitMs = desc->latency() * 2; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4739 | } |
| 4740 | } |
| 4741 | } |
| 4742 | } |
| 4743 | } |
| 4744 | } |
| 4745 | |
Eric Laurent | 9940113 | 2014-05-07 19:48:15 -0700 | [diff] [blame] | 4746 | // temporary mute output if device selection changes to avoid volume bursts due to |
| 4747 | // different per device volumes |
| 4748 | if (outputDesc->isActive() && (device != prevDevice)) { |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 4749 | uint32_t tempMuteWaitMs = outputDesc->latency() * 2; |
| 4750 | // temporary mute duration is conservatively set to 4 times the reported latency |
| 4751 | uint32_t tempMuteDurationMs = outputDesc->latency() * 4; |
| 4752 | if (muteWaitMs < tempMuteWaitMs) { |
| 4753 | muteWaitMs = tempMuteWaitMs; |
Eric Laurent | 9940113 | 2014-05-07 19:48:15 -0700 | [diff] [blame] | 4754 | } |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 4755 | |
Eric Laurent | 9940113 | 2014-05-07 19:48:15 -0700 | [diff] [blame] | 4756 | for (size_t i = 0; i < NUM_STRATEGIES; i++) { |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 4757 | if (isStrategyActive(outputDesc, (routing_strategy)i)) { |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 4758 | // make sure that we do not start the temporary mute period too early in case of |
| 4759 | // delayed device change |
| 4760 | setStrategyMute((routing_strategy)i, true, outputDesc, delayMs); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4761 | setStrategyMute((routing_strategy)i, false, outputDesc, |
Eric Laurent | dc46286 | 2016-07-19 12:29:53 -0700 | [diff] [blame] | 4762 | delayMs + tempMuteDurationMs, device); |
Eric Laurent | 9940113 | 2014-05-07 19:48:15 -0700 | [diff] [blame] | 4763 | } |
| 4764 | } |
| 4765 | } |
| 4766 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4767 | // wait for the PCM output buffers to empty before proceeding with the rest of the command |
| 4768 | if (muteWaitMs > delayMs) { |
| 4769 | muteWaitMs -= delayMs; |
| 4770 | usleep(muteWaitMs * 1000); |
| 4771 | return muteWaitMs; |
| 4772 | } |
| 4773 | return 0; |
| 4774 | } |
| 4775 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4776 | uint32_t AudioPolicyManager::setOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4777 | audio_devices_t device, |
| 4778 | bool force, |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4779 | int delayMs, |
Jean-Michel Trivi | 0fb4775 | 2014-07-22 16:19:14 -0700 | [diff] [blame] | 4780 | audio_patch_handle_t *patchHandle, |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 4781 | const char *address, |
| 4782 | bool requiresMuteCheck) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4783 | { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4784 | ALOGV("setOutputDevice() device %04x delayMs %d", device, delayMs); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4785 | AudioParameter param; |
| 4786 | uint32_t muteWaitMs; |
| 4787 | |
| 4788 | if (outputDesc->isDuplicated()) { |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 4789 | muteWaitMs = setOutputDevice(outputDesc->subOutput1(), device, force, delayMs, |
| 4790 | nullptr /* patchHandle */, nullptr /* address */, requiresMuteCheck); |
| 4791 | muteWaitMs += setOutputDevice(outputDesc->subOutput2(), device, force, delayMs, |
| 4792 | nullptr /* patchHandle */, nullptr /* address */, requiresMuteCheck); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4793 | return muteWaitMs; |
| 4794 | } |
| 4795 | // no need to proceed if new device is not AUDIO_DEVICE_NONE and not supported by current |
| 4796 | // output profile |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4797 | if ((device != AUDIO_DEVICE_NONE) && |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 4798 | ((device & outputDesc->supportedDevices()) == AUDIO_DEVICE_NONE)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4799 | return 0; |
| 4800 | } |
| 4801 | |
| 4802 | // filter devices according to output selected |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4803 | device = (audio_devices_t)(device & outputDesc->supportedDevices()); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4804 | |
| 4805 | audio_devices_t prevDevice = outputDesc->mDevice; |
| 4806 | |
Paul McLean | aa98119 | 2015-03-21 09:55:15 -0700 | [diff] [blame] | 4807 | ALOGV("setOutputDevice() prevDevice 0x%04x", prevDevice); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4808 | |
| 4809 | if (device != AUDIO_DEVICE_NONE) { |
| 4810 | outputDesc->mDevice = device; |
| 4811 | } |
Jean-Michel Trivi | b3733cf | 2018-02-15 19:17:50 +0000 | [diff] [blame] | 4812 | |
| 4813 | // if the outputs are not materially active, there is no need to mute. |
| 4814 | if (requiresMuteCheck) { |
| 4815 | muteWaitMs = checkDeviceMuteStrategies(outputDesc, prevDevice, delayMs); |
| 4816 | } else { |
| 4817 | ALOGV("%s: suppressing checkDeviceMuteStrategies", __func__); |
| 4818 | muteWaitMs = 0; |
| 4819 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4820 | |
| 4821 | // Do not change the routing if: |
Eric Laurent | b80a2a8 | 2014-10-27 16:07:59 -0700 | [diff] [blame] | 4822 | // the requested device is AUDIO_DEVICE_NONE |
| 4823 | // OR the requested device is the same as current device |
| 4824 | // AND force is not specified |
| 4825 | // AND the output is connected by a valid audio patch. |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4826 | // Doing this check here allows the caller to call setOutputDevice() without conditions |
Paul McLean | aa98119 | 2015-03-21 09:55:15 -0700 | [diff] [blame] | 4827 | if ((device == AUDIO_DEVICE_NONE || device == prevDevice) && |
| 4828 | !force && |
Jean-Michel Trivi | ff155c6 | 2016-02-26 12:07:16 -0800 | [diff] [blame] | 4829 | outputDesc->getPatchHandle() != 0) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4830 | ALOGV("setOutputDevice() setting same device 0x%04x or null device", device); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4831 | return muteWaitMs; |
| 4832 | } |
| 4833 | |
| 4834 | ALOGV("setOutputDevice() changing device"); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4835 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4836 | // do the routing |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4837 | if (device == AUDIO_DEVICE_NONE) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4838 | resetOutputDevice(outputDesc, delayMs, NULL); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4839 | } else { |
Eric Laurent | c40d969 | 2016-04-13 19:14:13 -0700 | [diff] [blame] | 4840 | DeviceVector deviceList; |
| 4841 | if ((address == NULL) || (strlen(address) == 0)) { |
| 4842 | deviceList = mAvailableOutputDevices.getDevicesFromType(device); |
| 4843 | } else { |
| 4844 | deviceList = mAvailableOutputDevices.getDevicesFromTypeAddr(device, String8(address)); |
| 4845 | } |
| 4846 | |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4847 | if (!deviceList.isEmpty()) { |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 4848 | PatchBuilder patchBuilder; |
| 4849 | patchBuilder.addSource(outputDesc); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4850 | for (size_t i = 0; i < deviceList.size() && i < AUDIO_PATCH_PORTS_MAX; i++) { |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 4851 | patchBuilder.addSink(deviceList.itemAt(i)); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4852 | } |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 4853 | installPatch(__func__, patchHandle, outputDesc.get(), patchBuilder.patch(), delayMs); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4854 | } |
bryant_liu | f5e7e79 | 2014-08-19 20:07:05 +0800 | [diff] [blame] | 4855 | |
| 4856 | // inform all input as well |
| 4857 | for (size_t i = 0; i < mInputs.size(); i++) { |
| 4858 | const sp<AudioInputDescriptor> inputDescriptor = mInputs.valueAt(i); |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4859 | if (!is_virtual_input_device(inputDescriptor->mDevice)) { |
bryant_liu | f5e7e79 | 2014-08-19 20:07:05 +0800 | [diff] [blame] | 4860 | AudioParameter inputCmd = AudioParameter(); |
| 4861 | ALOGV("%s: inform input %d of device:%d", __func__, |
| 4862 | inputDescriptor->mIoHandle, device); |
| 4863 | inputCmd.addInt(String8(AudioParameter::keyRouting),device); |
| 4864 | mpClientInterface->setParameters(inputDescriptor->mIoHandle, |
| 4865 | inputCmd.toString(), |
| 4866 | delayMs); |
| 4867 | } |
| 4868 | } |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4869 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4870 | |
| 4871 | // update stream volumes according to new device |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4872 | applyStreamVolumes(outputDesc, device, delayMs); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4873 | |
| 4874 | return muteWaitMs; |
| 4875 | } |
| 4876 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 4877 | status_t AudioPolicyManager::resetOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4878 | int delayMs, |
| 4879 | audio_patch_handle_t *patchHandle) |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4880 | { |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4881 | ssize_t index; |
| 4882 | if (patchHandle) { |
| 4883 | index = mAudioPatches.indexOfKey(*patchHandle); |
| 4884 | } else { |
Jean-Michel Trivi | ff155c6 | 2016-02-26 12:07:16 -0800 | [diff] [blame] | 4885 | index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4886 | } |
| 4887 | if (index < 0) { |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4888 | return INVALID_OPERATION; |
| 4889 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4890 | sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index); |
| 4891 | status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, delayMs); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4892 | ALOGV("resetOutputDevice() releaseAudioPatch returned %d", status); |
Glenn Kasten | a13cde9 | 2016-03-28 15:26:02 -0700 | [diff] [blame] | 4893 | outputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4894 | removeAudioPatch(patchDesc->mHandle); |
| 4895 | nextAudioPortGeneration(); |
Eric Laurent | b52c152 | 2014-05-20 11:27:36 -0700 | [diff] [blame] | 4896 | mpClientInterface->onAudioPatchListUpdate(); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4897 | return status; |
| 4898 | } |
| 4899 | |
| 4900 | status_t AudioPolicyManager::setInputDevice(audio_io_handle_t input, |
| 4901 | audio_devices_t device, |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4902 | bool force, |
| 4903 | audio_patch_handle_t *patchHandle) |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4904 | { |
| 4905 | status_t status = NO_ERROR; |
| 4906 | |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 4907 | sp<AudioInputDescriptor> inputDesc = mInputs.valueFor(input); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4908 | if ((device != AUDIO_DEVICE_NONE) && ((device != inputDesc->mDevice) || force)) { |
| 4909 | inputDesc->mDevice = device; |
| 4910 | |
| 4911 | DeviceVector deviceList = mAvailableInputDevices.getDevicesFromType(device); |
| 4912 | if (!deviceList.isEmpty()) { |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 4913 | PatchBuilder patchBuilder; |
| 4914 | patchBuilder.addSink(inputDesc, |
Eric Laurent | daf92cc | 2014-07-22 15:36:10 -0700 | [diff] [blame] | 4915 | // AUDIO_SOURCE_HOTWORD is for internal use only: |
| 4916 | // handled as AUDIO_SOURCE_VOICE_RECOGNITION by the audio HAL |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 4917 | [inputDesc](const PatchBuilder::mix_usecase_t& usecase) { |
| 4918 | auto result = usecase; |
| 4919 | if (result.source == AUDIO_SOURCE_HOTWORD && !inputDesc->isSoundTrigger()) { |
| 4920 | result.source = AUDIO_SOURCE_VOICE_RECOGNITION; |
| 4921 | } |
| 4922 | return result; }). |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4923 | //only one input device for now |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 4924 | addSource(deviceList.itemAt(0)); |
| 4925 | status = installPatch(__func__, patchHandle, inputDesc.get(), patchBuilder.patch(), 0); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4926 | } |
| 4927 | } |
| 4928 | return status; |
| 4929 | } |
| 4930 | |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4931 | status_t AudioPolicyManager::resetInputDevice(audio_io_handle_t input, |
| 4932 | audio_patch_handle_t *patchHandle) |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4933 | { |
Eric Laurent | 1f2f223 | 2014-06-02 12:01:23 -0700 | [diff] [blame] | 4934 | sp<AudioInputDescriptor> inputDesc = mInputs.valueFor(input); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4935 | ssize_t index; |
| 4936 | if (patchHandle) { |
| 4937 | index = mAudioPatches.indexOfKey(*patchHandle); |
| 4938 | } else { |
Jean-Michel Trivi | 8c7cf3b | 2016-02-25 17:08:24 -0800 | [diff] [blame] | 4939 | index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4940 | } |
| 4941 | if (index < 0) { |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4942 | return INVALID_OPERATION; |
| 4943 | } |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4944 | sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index); |
| 4945 | status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4946 | ALOGV("resetInputDevice() releaseAudioPatch returned %d", status); |
Glenn Kasten | a13cde9 | 2016-03-28 15:26:02 -0700 | [diff] [blame] | 4947 | inputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); |
Eric Laurent | 6a94d69 | 2014-05-20 11:18:06 -0700 | [diff] [blame] | 4948 | removeAudioPatch(patchDesc->mHandle); |
| 4949 | nextAudioPortGeneration(); |
Eric Laurent | b52c152 | 2014-05-20 11:27:36 -0700 | [diff] [blame] | 4950 | mpClientInterface->onAudioPatchListUpdate(); |
Eric Laurent | 1c333e2 | 2014-05-20 10:48:17 -0700 | [diff] [blame] | 4951 | return status; |
| 4952 | } |
| 4953 | |
Jean-Michel Trivi | 56ec4ff | 2015-01-23 16:45:18 -0800 | [diff] [blame] | 4954 | sp<IOProfile> AudioPolicyManager::getInputProfile(audio_devices_t device, |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 4955 | const String8& address, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4956 | uint32_t& samplingRate, |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 4957 | audio_format_t& format, |
| 4958 | audio_channel_mask_t& channelMask, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 4959 | audio_input_flags_t flags) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4960 | { |
| 4961 | // Choose an input profile based on the requested capture parameters: select the first available |
| 4962 | // profile supporting all requested parameters. |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 4963 | // |
| 4964 | // TODO: perhaps isCompatibleProfile should return a "matching" score so we can return |
| 4965 | // the best matching profile, not the first one. |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4966 | |
Glenn Kasten | 730b926 | 2018-03-29 15:01:26 -0700 | [diff] [blame] | 4967 | sp<IOProfile> firstInexact; |
| 4968 | uint32_t updatedSamplingRate = 0; |
| 4969 | audio_format_t updatedFormat = AUDIO_FORMAT_INVALID; |
| 4970 | audio_channel_mask_t updatedChannelMask = AUDIO_CHANNEL_INVALID; |
Mikhail Naganov | 7e22e94 | 2017-12-07 10:04:29 -0800 | [diff] [blame] | 4971 | for (const auto& hwModule : mHwModules) { |
Mikhail Naganov | a5e165d | 2017-12-07 17:08:02 -0800 | [diff] [blame] | 4972 | for (const auto& profile : hwModule->getInputProfiles()) { |
Eric Laurent | d469296 | 2014-05-05 18:13:44 -0700 | [diff] [blame] | 4973 | // profile->log(); |
Glenn Kasten | 730b926 | 2018-03-29 15:01:26 -0700 | [diff] [blame] | 4974 | //updatedFormat = format; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 4975 | if (profile->isCompatibleProfile(device, address, samplingRate, |
Glenn Kasten | 730b926 | 2018-03-29 15:01:26 -0700 | [diff] [blame] | 4976 | &samplingRate /*updatedSamplingRate*/, |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 4977 | format, |
Glenn Kasten | 730b926 | 2018-03-29 15:01:26 -0700 | [diff] [blame] | 4978 | &format, /*updatedFormat*/ |
Andy Hung | f129b03 | 2015-04-07 13:45:50 -0700 | [diff] [blame] | 4979 | channelMask, |
Glenn Kasten | 730b926 | 2018-03-29 15:01:26 -0700 | [diff] [blame] | 4980 | &channelMask /*updatedChannelMask*/, |
| 4981 | // FIXME ugly cast |
| 4982 | (audio_output_flags_t) flags, |
| 4983 | true /*exactMatchRequiredForInputFlags*/)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4984 | return profile; |
| 4985 | } |
Glenn Kasten | 730b926 | 2018-03-29 15:01:26 -0700 | [diff] [blame] | 4986 | if (firstInexact == nullptr && profile->isCompatibleProfile(device, address, |
| 4987 | samplingRate, |
| 4988 | &updatedSamplingRate, |
| 4989 | format, |
| 4990 | &updatedFormat, |
| 4991 | channelMask, |
| 4992 | &updatedChannelMask, |
| 4993 | // FIXME ugly cast |
| 4994 | (audio_output_flags_t) flags, |
| 4995 | false /*exactMatchRequiredForInputFlags*/)) { |
| 4996 | firstInexact = profile; |
| 4997 | } |
| 4998 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 4999 | } |
| 5000 | } |
Glenn Kasten | 730b926 | 2018-03-29 15:01:26 -0700 | [diff] [blame] | 5001 | if (firstInexact != nullptr) { |
| 5002 | samplingRate = updatedSamplingRate; |
| 5003 | format = updatedFormat; |
| 5004 | channelMask = updatedChannelMask; |
| 5005 | return firstInexact; |
| 5006 | } |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5007 | return NULL; |
| 5008 | } |
| 5009 | |
Eric Laurent | c73ca6e | 2014-12-12 14:34:22 -0800 | [diff] [blame] | 5010 | |
| 5011 | audio_devices_t AudioPolicyManager::getDeviceAndMixForInputSource(audio_source_t inputSource, |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 5012 | AudioMix **policyMix) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5013 | { |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 5014 | audio_devices_t availableDeviceTypes = mAvailableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN; |
| 5015 | audio_devices_t selectedDeviceFromMix = |
| 5016 | mPolicyMixes.getDeviceAndMixForInputSource(inputSource, availableDeviceTypes, policyMix); |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 5017 | |
François Gaffie | 036e1e9 | 2015-03-19 10:16:24 +0100 | [diff] [blame] | 5018 | if (selectedDeviceFromMix != AUDIO_DEVICE_NONE) { |
| 5019 | return selectedDeviceFromMix; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 5020 | } |
Eric Laurent | c73ca6e | 2014-12-12 14:34:22 -0800 | [diff] [blame] | 5021 | return getDeviceForInputSource(inputSource); |
| 5022 | } |
| 5023 | |
| 5024 | audio_devices_t AudioPolicyManager::getDeviceForInputSource(audio_source_t inputSource) |
| 5025 | { |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 5026 | // Routing |
| 5027 | // Scan the whole RouteMap to see if we have an explicit route: |
| 5028 | // if the input source in the RouteMap is the same as the argument above, |
| 5029 | // and activity count is non-zero and the device in the route descriptor is available |
| 5030 | // then select this device. |
Paul McLean | 466dc8e | 2015-04-17 13:15:36 -0600 | [diff] [blame] | 5031 | for (size_t routeIndex = 0; routeIndex < mInputRoutes.size(); routeIndex++) { |
| 5032 | sp<SessionRoute> route = mInputRoutes.valueAt(routeIndex); |
Eric Laurent | 2157f5b | 2018-04-25 18:33:02 -0700 | [diff] [blame] | 5033 | if ((inputSource == route->mSource) && route->isActiveOrChanged() && |
Eric Laurent | ad2e7b9 | 2017-09-14 20:06:42 -0700 | [diff] [blame] | 5034 | (mAvailableInputDevices.indexOf(route->mDeviceDescriptor) >= 0)) { |
Paul McLean | 466dc8e | 2015-04-17 13:15:36 -0600 | [diff] [blame] | 5035 | return route->mDeviceDescriptor->type(); |
| 5036 | } |
| 5037 | } |
| 5038 | |
| 5039 | return mEngine->getDeviceForInputSource(inputSource); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5040 | } |
| 5041 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 5042 | float AudioPolicyManager::computeVolume(audio_stream_type_t stream, |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 5043 | int index, |
| 5044 | audio_devices_t device) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5045 | { |
Jean-Michel Trivi | 00a2096 | 2016-05-25 19:11:01 -0700 | [diff] [blame] | 5046 | float volumeDB = mVolumeCurves->volIndexToDb(stream, Volume::getDeviceCategory(device), index); |
Jean-Michel Trivi | 3d8b4a4 | 2016-09-14 18:37:46 -0700 | [diff] [blame] | 5047 | |
| 5048 | // handle the case of accessibility active while a ringtone is playing: if the ringtone is much |
| 5049 | // louder than the accessibility prompt, the prompt cannot be heard, thus masking the touch |
| 5050 | // exploration of the dialer UI. In this situation, bring the accessibility volume closer to |
| 5051 | // the ringtone volume |
| 5052 | if ((stream == AUDIO_STREAM_ACCESSIBILITY) |
| 5053 | && (AUDIO_MODE_RINGTONE == mEngine->getPhoneState()) |
| 5054 | && isStreamActive(AUDIO_STREAM_RING, 0)) { |
| 5055 | const float ringVolumeDB = computeVolume(AUDIO_STREAM_RING, index, device); |
| 5056 | return ringVolumeDB - 4 > volumeDB ? ringVolumeDB - 4 : volumeDB; |
| 5057 | } |
| 5058 | |
Jean-Michel Trivi | 719a987 | 2017-08-05 13:51:35 -0700 | [diff] [blame] | 5059 | // in-call: always cap earpiece volume by voice volume + some low headroom |
Eric Laurent | 7731b5a | 2018-04-06 15:47:22 -0700 | [diff] [blame] | 5060 | if ((stream != AUDIO_STREAM_VOICE_CALL) && (device & AUDIO_DEVICE_OUT_EARPIECE) && |
| 5061 | (isInCall() || mOutputs.isStreamActiveLocally(AUDIO_STREAM_VOICE_CALL))) { |
Jean-Michel Trivi | 719a987 | 2017-08-05 13:51:35 -0700 | [diff] [blame] | 5062 | switch (stream) { |
| 5063 | case AUDIO_STREAM_SYSTEM: |
| 5064 | case AUDIO_STREAM_RING: |
| 5065 | case AUDIO_STREAM_MUSIC: |
| 5066 | case AUDIO_STREAM_ALARM: |
| 5067 | case AUDIO_STREAM_NOTIFICATION: |
| 5068 | case AUDIO_STREAM_ENFORCED_AUDIBLE: |
| 5069 | case AUDIO_STREAM_DTMF: |
| 5070 | case AUDIO_STREAM_ACCESSIBILITY: { |
Eric Laurent | 7731b5a | 2018-04-06 15:47:22 -0700 | [diff] [blame] | 5071 | int voiceVolumeIndex = |
| 5072 | mVolumeCurves->getVolumeIndex(AUDIO_STREAM_VOICE_CALL, AUDIO_DEVICE_OUT_EARPIECE); |
| 5073 | const float maxVoiceVolDb = |
| 5074 | computeVolume(AUDIO_STREAM_VOICE_CALL, voiceVolumeIndex, AUDIO_DEVICE_OUT_EARPIECE) |
| 5075 | + IN_CALL_EARPIECE_HEADROOM_DB; |
Jean-Michel Trivi | 719a987 | 2017-08-05 13:51:35 -0700 | [diff] [blame] | 5076 | if (volumeDB > maxVoiceVolDb) { |
| 5077 | ALOGV("computeVolume() stream %d at vol=%f overriden by stream %d at vol=%f", |
| 5078 | stream, volumeDB, AUDIO_STREAM_VOICE_CALL, maxVoiceVolDb); |
| 5079 | volumeDB = maxVoiceVolDb; |
| 5080 | } |
| 5081 | } break; |
| 5082 | default: |
| 5083 | break; |
| 5084 | } |
| 5085 | } |
| 5086 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5087 | // if a headset is connected, apply the following rules to ring tones and notifications |
| 5088 | // to avoid sound level bursts in user's ears: |
Eric Laurent | 6af1c1d | 2016-04-14 11:20:44 -0700 | [diff] [blame] | 5089 | // - always attenuate notifications volume by 6dB |
| 5090 | // - attenuate ring tones volume by 6dB unless music is not playing and |
| 5091 | // speaker is part of the select devices |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5092 | // - if music is playing, always limit the volume to current music volume, |
| 5093 | // with a minimum threshold at -36dB so that notification is always perceived. |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5094 | const routing_strategy stream_strategy = getStrategy(stream); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5095 | if ((device & (AUDIO_DEVICE_OUT_BLUETOOTH_A2DP | |
| 5096 | AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES | |
| 5097 | AUDIO_DEVICE_OUT_WIRED_HEADSET | |
Eric Laurent | 904d632 | 2017-03-17 17:20:47 -0700 | [diff] [blame] | 5098 | AUDIO_DEVICE_OUT_WIRED_HEADPHONE | |
Jakub Pawlowski | 00f928c | 2018-03-22 13:20:03 -0700 | [diff] [blame] | 5099 | AUDIO_DEVICE_OUT_USB_HEADSET | |
| 5100 | AUDIO_DEVICE_OUT_HEARING_AID)) && |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5101 | ((stream_strategy == STRATEGY_SONIFICATION) |
| 5102 | || (stream_strategy == STRATEGY_SONIFICATION_RESPECTFUL) |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5103 | || (stream == AUDIO_STREAM_SYSTEM) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5104 | || ((stream_strategy == STRATEGY_ENFORCED_AUDIBLE) && |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 5105 | (mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_SYSTEM) == AUDIO_POLICY_FORCE_NONE))) && |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 5106 | mVolumeCurves->canBeMuted(stream)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5107 | // when the phone is ringing we must consider that music could have been paused just before |
| 5108 | // by the music application and behave as if music was active if the last music track was |
| 5109 | // just stopped |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5110 | if (isStreamActive(AUDIO_STREAM_MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY) || |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5111 | mLimitRingtoneVolume) { |
Jean-Michel Trivi | 00a2096 | 2016-05-25 19:11:01 -0700 | [diff] [blame] | 5112 | volumeDB += SONIFICATION_HEADSET_VOLUME_FACTOR_DB; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5113 | audio_devices_t musicDevice = getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/); |
Eric Laurent | ffbc80f | 2015-03-18 18:30:19 -0700 | [diff] [blame] | 5114 | float musicVolDB = computeVolume(AUDIO_STREAM_MUSIC, |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 5115 | mVolumeCurves->getVolumeIndex(AUDIO_STREAM_MUSIC, |
| 5116 | musicDevice), |
| 5117 | musicDevice); |
Eric Laurent | ffbc80f | 2015-03-18 18:30:19 -0700 | [diff] [blame] | 5118 | float minVolDB = (musicVolDB > SONIFICATION_HEADSET_VOLUME_MIN_DB) ? |
| 5119 | musicVolDB : SONIFICATION_HEADSET_VOLUME_MIN_DB; |
Jean-Michel Trivi | 00a2096 | 2016-05-25 19:11:01 -0700 | [diff] [blame] | 5120 | if (volumeDB > minVolDB) { |
| 5121 | volumeDB = minVolDB; |
Eric Laurent | ffbc80f | 2015-03-18 18:30:19 -0700 | [diff] [blame] | 5122 | ALOGV("computeVolume limiting volume to %f musicVol %f", minVolDB, musicVolDB); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5123 | } |
Jean-Michel Trivi | 00a2096 | 2016-05-25 19:11:01 -0700 | [diff] [blame] | 5124 | if (device & (AUDIO_DEVICE_OUT_BLUETOOTH_A2DP | |
| 5125 | AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES)) { |
| 5126 | // on A2DP, also ensure notification volume is not too low compared to media when |
| 5127 | // intended to be played |
| 5128 | if ((volumeDB > -96.0f) && |
| 5129 | (musicVolDB - SONIFICATION_A2DP_MAX_MEDIA_DIFF_DB > volumeDB)) { |
| 5130 | ALOGV("computeVolume increasing volume for stream=%d device=0x%X from %f to %f", |
| 5131 | stream, device, |
| 5132 | volumeDB, musicVolDB - SONIFICATION_A2DP_MAX_MEDIA_DIFF_DB); |
| 5133 | volumeDB = musicVolDB - SONIFICATION_A2DP_MAX_MEDIA_DIFF_DB; |
| 5134 | } |
| 5135 | } |
Eric Laurent | 6af1c1d | 2016-04-14 11:20:44 -0700 | [diff] [blame] | 5136 | } else if ((Volume::getDeviceForVolume(device) != AUDIO_DEVICE_OUT_SPEAKER) || |
| 5137 | stream_strategy != STRATEGY_SONIFICATION) { |
Jean-Michel Trivi | 00a2096 | 2016-05-25 19:11:01 -0700 | [diff] [blame] | 5138 | volumeDB += SONIFICATION_HEADSET_VOLUME_FACTOR_DB; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5139 | } |
| 5140 | } |
| 5141 | |
Jean-Michel Trivi | 00a2096 | 2016-05-25 19:11:01 -0700 | [diff] [blame] | 5142 | return volumeDB; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5143 | } |
| 5144 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 5145 | status_t AudioPolicyManager::checkAndSetVolume(audio_stream_type_t stream, |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5146 | int index, |
| 5147 | const sp<AudioOutputDescriptor>& outputDesc, |
| 5148 | audio_devices_t device, |
| 5149 | int delayMs, |
| 5150 | bool force) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5151 | { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5152 | // do not change actual stream volume if the stream is muted |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5153 | if (outputDesc->mMuteCount[stream] != 0) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5154 | ALOGVV("checkAndSetVolume() stream %d muted count %d", |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5155 | stream, outputDesc->mMuteCount[stream]); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5156 | return NO_ERROR; |
| 5157 | } |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 5158 | audio_policy_forced_cfg_t forceUseForComm = |
| 5159 | mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_COMMUNICATION); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5160 | // do not change in call volume if bluetooth is connected and vice versa |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 5161 | if ((stream == AUDIO_STREAM_VOICE_CALL && forceUseForComm == AUDIO_POLICY_FORCE_BT_SCO) || |
| 5162 | (stream == AUDIO_STREAM_BLUETOOTH_SCO && forceUseForComm != AUDIO_POLICY_FORCE_BT_SCO)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5163 | ALOGV("checkAndSetVolume() cannot set stream %d volume with force use = %d for comm", |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 5164 | stream, forceUseForComm); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5165 | return INVALID_OPERATION; |
| 5166 | } |
| 5167 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5168 | if (device == AUDIO_DEVICE_NONE) { |
| 5169 | device = outputDesc->device(); |
| 5170 | } |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 5171 | |
Eric Laurent | ffbc80f | 2015-03-18 18:30:19 -0700 | [diff] [blame] | 5172 | float volumeDb = computeVolume(stream, index, device); |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5173 | if (outputDesc->isFixedVolume(device)) { |
Eric Laurent | ffbc80f | 2015-03-18 18:30:19 -0700 | [diff] [blame] | 5174 | volumeDb = 0.0f; |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 5175 | } |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5176 | |
Eric Laurent | ffbc80f | 2015-03-18 18:30:19 -0700 | [diff] [blame] | 5177 | outputDesc->setVolume(volumeDb, stream, device, delayMs, force); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5178 | |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5179 | if (stream == AUDIO_STREAM_VOICE_CALL || |
| 5180 | stream == AUDIO_STREAM_BLUETOOTH_SCO) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5181 | float voiceVolume; |
| 5182 | // Force voice volume to max for bluetooth SCO as volume is managed by the headset |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5183 | if (stream == AUDIO_STREAM_VOICE_CALL) { |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 5184 | voiceVolume = (float)index/(float)mVolumeCurves->getVolumeIndexMax(stream); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5185 | } else { |
| 5186 | voiceVolume = 1.0; |
| 5187 | } |
| 5188 | |
Eric Laurent | 18fba84 | 2016-03-31 14:41:26 -0700 | [diff] [blame] | 5189 | if (voiceVolume != mLastVoiceVolume) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5190 | mpClientInterface->setVoiceVolume(voiceVolume, delayMs); |
| 5191 | mLastVoiceVolume = voiceVolume; |
| 5192 | } |
| 5193 | } |
| 5194 | |
| 5195 | return NO_ERROR; |
| 5196 | } |
| 5197 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5198 | void AudioPolicyManager::applyStreamVolumes(const sp<AudioOutputDescriptor>& outputDesc, |
| 5199 | audio_devices_t device, |
| 5200 | int delayMs, |
| 5201 | bool force) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5202 | { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5203 | ALOGVV("applyStreamVolumes() for device %08x", device); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5204 | |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 5205 | for (int stream = 0; stream < AUDIO_STREAM_FOR_POLICY_CNT; stream++) { |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5206 | checkAndSetVolume((audio_stream_type_t)stream, |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 5207 | mVolumeCurves->getVolumeIndex((audio_stream_type_t)stream, device), |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5208 | outputDesc, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5209 | device, |
| 5210 | delayMs, |
| 5211 | force); |
| 5212 | } |
| 5213 | } |
| 5214 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 5215 | void AudioPolicyManager::setStrategyMute(routing_strategy strategy, |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5216 | bool on, |
| 5217 | const sp<AudioOutputDescriptor>& outputDesc, |
| 5218 | int delayMs, |
| 5219 | audio_devices_t device) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5220 | { |
Eric Laurent | 72249d5 | 2015-06-08 11:12:15 -0700 | [diff] [blame] | 5221 | ALOGVV("setStrategyMute() strategy %d, mute %d, output ID %d", |
| 5222 | strategy, on, outputDesc->getId()); |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 5223 | for (int stream = 0; stream < AUDIO_STREAM_FOR_POLICY_CNT; stream++) { |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5224 | if (getStrategy((audio_stream_type_t)stream) == strategy) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5225 | setStreamMute((audio_stream_type_t)stream, on, outputDesc, delayMs, device); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5226 | } |
| 5227 | } |
| 5228 | } |
| 5229 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 5230 | void AudioPolicyManager::setStreamMute(audio_stream_type_t stream, |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5231 | bool on, |
| 5232 | const sp<AudioOutputDescriptor>& outputDesc, |
| 5233 | int delayMs, |
| 5234 | audio_devices_t device) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5235 | { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5236 | if (device == AUDIO_DEVICE_NONE) { |
| 5237 | device = outputDesc->device(); |
| 5238 | } |
| 5239 | |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5240 | ALOGVV("setStreamMute() stream %d, mute %d, mMuteCount %d device %04x", |
| 5241 | stream, on, outputDesc->mMuteCount[stream], device); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5242 | |
| 5243 | if (on) { |
| 5244 | if (outputDesc->mMuteCount[stream] == 0) { |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 5245 | if (mVolumeCurves->canBeMuted(stream) && |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5246 | ((stream != AUDIO_STREAM_ENFORCED_AUDIBLE) || |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 5247 | (mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_SYSTEM) == AUDIO_POLICY_FORCE_NONE))) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5248 | checkAndSetVolume(stream, 0, outputDesc, device, delayMs); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5249 | } |
| 5250 | } |
| 5251 | // increment mMuteCount after calling checkAndSetVolume() so that volume change is not ignored |
| 5252 | outputDesc->mMuteCount[stream]++; |
| 5253 | } else { |
| 5254 | if (outputDesc->mMuteCount[stream] == 0) { |
| 5255 | ALOGV("setStreamMute() unmuting non muted stream!"); |
| 5256 | return; |
| 5257 | } |
| 5258 | if (--outputDesc->mMuteCount[stream] == 0) { |
| 5259 | checkAndSetVolume(stream, |
François Gaffie | d1ab2bd | 2015-12-02 18:20:06 +0100 | [diff] [blame] | 5260 | mVolumeCurves->getVolumeIndex(stream, device), |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5261 | outputDesc, |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5262 | device, |
| 5263 | delayMs); |
| 5264 | } |
| 5265 | } |
| 5266 | } |
| 5267 | |
Eric Laurent | e072087 | 2014-03-11 09:30:41 -0700 | [diff] [blame] | 5268 | void AudioPolicyManager::handleIncallSonification(audio_stream_type_t stream, |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5269 | bool starting, bool stateChange) |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5270 | { |
Eric Laurent | 87ffa39 | 2015-05-22 10:32:38 -0700 | [diff] [blame] | 5271 | if(!hasPrimaryOutput()) { |
| 5272 | return; |
| 5273 | } |
| 5274 | |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5275 | // if the stream pertains to sonification strategy and we are in call we must |
| 5276 | // mute the stream if it is low visibility. If it is high visibility, we must play a tone |
| 5277 | // in the device used for phone strategy and play the tone if the selected device does not |
| 5278 | // interfere with the device used for phone strategy |
| 5279 | // if stateChange is true, we are called from setPhoneState() and we must mute or unmute as |
| 5280 | // many times as there are active tracks on the output |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5281 | const routing_strategy stream_strategy = getStrategy(stream); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5282 | if ((stream_strategy == STRATEGY_SONIFICATION) || |
| 5283 | ((stream_strategy == STRATEGY_SONIFICATION_RESPECTFUL))) { |
Eric Laurent | c75307b | 2015-03-17 15:29:32 -0700 | [diff] [blame] | 5284 | sp<SwAudioOutputDescriptor> outputDesc = mPrimaryOutput; |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5285 | ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d", |
| 5286 | stream, starting, outputDesc->mDevice, stateChange); |
| 5287 | if (outputDesc->mRefCount[stream]) { |
| 5288 | int muteCount = 1; |
| 5289 | if (stateChange) { |
| 5290 | muteCount = outputDesc->mRefCount[stream]; |
| 5291 | } |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5292 | if (audio_is_low_visibility(stream)) { |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5293 | ALOGV("handleIncallSonification() low visibility, muteCount %d", muteCount); |
| 5294 | for (int i = 0; i < muteCount; i++) { |
| 5295 | setStreamMute(stream, starting, mPrimaryOutput); |
| 5296 | } |
| 5297 | } else { |
| 5298 | ALOGV("handleIncallSonification() high visibility"); |
| 5299 | if (outputDesc->device() & |
| 5300 | getDeviceForStrategy(STRATEGY_PHONE, true /*fromCache*/)) { |
| 5301 | ALOGV("handleIncallSonification() high visibility muted, muteCount %d", muteCount); |
| 5302 | for (int i = 0; i < muteCount; i++) { |
| 5303 | setStreamMute(stream, starting, mPrimaryOutput); |
| 5304 | } |
| 5305 | } |
| 5306 | if (starting) { |
Eric Laurent | 3b73df7 | 2014-03-11 09:06:29 -0700 | [diff] [blame] | 5307 | mpClientInterface->startTone(AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION, |
| 5308 | AUDIO_STREAM_VOICE_CALL); |
Eric Laurent | e552edb | 2014-03-10 17:42:56 -0700 | [diff] [blame] | 5309 | } else { |
| 5310 | mpClientInterface->stopTone(); |
| 5311 | } |
| 5312 | } |
| 5313 | } |
| 5314 | } |
| 5315 | } |
| 5316 | |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 5317 | audio_stream_type_t AudioPolicyManager::streamTypefromAttributesInt(const audio_attributes_t *attr) |
| 5318 | { |
| 5319 | // flags to stream type mapping |
| 5320 | if ((attr->flags & AUDIO_FLAG_AUDIBILITY_ENFORCED) == AUDIO_FLAG_AUDIBILITY_ENFORCED) { |
| 5321 | return AUDIO_STREAM_ENFORCED_AUDIBLE; |
| 5322 | } |
| 5323 | if ((attr->flags & AUDIO_FLAG_SCO) == AUDIO_FLAG_SCO) { |
| 5324 | return AUDIO_STREAM_BLUETOOTH_SCO; |
| 5325 | } |
Jean-Michel Trivi | 79ad438 | 2015-01-29 10:49:39 -0800 | [diff] [blame] | 5326 | if ((attr->flags & AUDIO_FLAG_BEACON) == AUDIO_FLAG_BEACON) { |
| 5327 | return AUDIO_STREAM_TTS; |
| 5328 | } |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 5329 | |
| 5330 | // usage to stream type mapping |
| 5331 | switch (attr->usage) { |
| 5332 | case AUDIO_USAGE_MEDIA: |
| 5333 | case AUDIO_USAGE_GAME: |
Jean-Michel Trivi | 3686776 | 2016-12-29 12:03:28 -0800 | [diff] [blame] | 5334 | case AUDIO_USAGE_ASSISTANT: |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 5335 | case AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE: |
| 5336 | return AUDIO_STREAM_MUSIC; |
Eric Laurent | 223fd5c | 2014-11-11 13:43:36 -0800 | [diff] [blame] | 5337 | case AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY: |
| 5338 | return AUDIO_STREAM_ACCESSIBILITY; |
Jean-Michel Trivi | 5bd3f38 | 2014-06-13 16:06:54 -0700 | [diff] [blame] | 5339 | case AUDIO_USAGE_ASSISTANCE_SONIFICATION: |
| 5340 | return AUDIO_STREAM_SYSTEM; |
| 5341 | case AUDIO_USAGE_VOICE_COMMUNICATION: |
| 5342 | return AUDIO_STREAM_VOICE_CALL; |
| 5343 | |
| 5344 | case AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING: |
| 5345 | return AUDIO_STREAM_DTMF; |
| 5346 | |
| 5347 | case AUDIO_USAGE_ALARM: |
| 5348 | return AUDIO_STREAM_ALARM; |
| 5349 | case AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE: |
| 5350 | return AUDIO_STREAM_RING; |
| 5351 | |
| 5352 | case AUDIO_USAGE_NOTIFICATION: |
| 5353 | case AUDIO_USAGE_NOTIFICATION_COMMUNICATION_REQUEST: |
| 5354 | case AUDIO_USAGE_NOTIFICATION_COMMUNICATION_INSTANT: |
| 5355 | case AUDIO_USAGE_NOTIFICATION_COMMUNICATION_DELAYED: |
| 5356 | case AUDIO_USAGE_NOTIFICATION_EVENT: |
| 5357 | return AUDIO_STREAM_NOTIFICATION; |
| 5358 | |
| 5359 | case AUDIO_USAGE_UNKNOWN: |
| 5360 | default: |
| 5361 | return AUDIO_STREAM_MUSIC; |
| 5362 | } |
| 5363 | } |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 5364 | |
François Gaffie | 53615e2 | 2015-03-19 09:24:12 +0100 | [diff] [blame] | 5365 | bool AudioPolicyManager::isValidAttributes(const audio_attributes_t *paa) |
| 5366 | { |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 5367 | // has flags that map to a strategy? |
| 5368 | if ((paa->flags & (AUDIO_FLAG_AUDIBILITY_ENFORCED | AUDIO_FLAG_SCO | AUDIO_FLAG_BEACON)) != 0) { |
| 5369 | return true; |
| 5370 | } |
| 5371 | |
| 5372 | // has known usage? |
| 5373 | switch (paa->usage) { |
| 5374 | case AUDIO_USAGE_UNKNOWN: |
| 5375 | case AUDIO_USAGE_MEDIA: |
| 5376 | case AUDIO_USAGE_VOICE_COMMUNICATION: |
| 5377 | case AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING: |
| 5378 | case AUDIO_USAGE_ALARM: |
| 5379 | case AUDIO_USAGE_NOTIFICATION: |
| 5380 | case AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE: |
| 5381 | case AUDIO_USAGE_NOTIFICATION_COMMUNICATION_REQUEST: |
| 5382 | case AUDIO_USAGE_NOTIFICATION_COMMUNICATION_INSTANT: |
| 5383 | case AUDIO_USAGE_NOTIFICATION_COMMUNICATION_DELAYED: |
| 5384 | case AUDIO_USAGE_NOTIFICATION_EVENT: |
| 5385 | case AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY: |
| 5386 | case AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE: |
| 5387 | case AUDIO_USAGE_ASSISTANCE_SONIFICATION: |
| 5388 | case AUDIO_USAGE_GAME: |
Eric Laurent | 275e8e9 | 2014-11-30 15:14:47 -0800 | [diff] [blame] | 5389 | case AUDIO_USAGE_VIRTUAL_SOURCE: |
Jean-Michel Trivi | 3686776 | 2016-12-29 12:03:28 -0800 | [diff] [blame] | 5390 | case AUDIO_USAGE_ASSISTANT: |
Eric Laurent | e83b55d | 2014-11-14 10:06:21 -0800 | [diff] [blame] | 5391 | break; |
| 5392 | default: |
| 5393 | return false; |
| 5394 | } |
| 5395 | return true; |
| 5396 | } |
| 5397 | |
Chih-Hung Hsieh | e964d4e | 2016-08-09 14:31:32 -0700 | [diff] [blame] | 5398 | bool AudioPolicyManager::isStrategyActive(const sp<AudioOutputDescriptor>& outputDesc, |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 5399 | routing_strategy strategy, uint32_t inPastMs, |
| 5400 | nsecs_t sysTime) const |
| 5401 | { |
| 5402 | if ((sysTime == 0) && (inPastMs != 0)) { |
| 5403 | sysTime = systemTime(); |
| 5404 | } |
Eric Laurent | 794fde2 | 2016-03-11 09:50:45 -0800 | [diff] [blame] | 5405 | for (int i = 0; i < (int)AUDIO_STREAM_FOR_POLICY_CNT; i++) { |
François Gaffie | ad3183e | 2015-03-18 16:55:35 +0100 | [diff] [blame] | 5406 | if (((getStrategy((audio_stream_type_t)i) == strategy) || |
| 5407 | (NUM_STRATEGIES == strategy)) && |
| 5408 | outputDesc->isStreamActive((audio_stream_type_t)i, inPastMs, sysTime)) { |
| 5409 | return true; |
| 5410 | } |
| 5411 | } |
| 5412 | return false; |
| 5413 | } |
| 5414 | |
François Gaffie | 2110e04 | 2015-03-24 08:41:51 +0100 | [diff] [blame] | 5415 | audio_policy_forced_cfg_t AudioPolicyManager::getForceUse(audio_policy_force_use_t usage) |
| 5416 | { |
| 5417 | return mEngine->getForceUse(usage); |
| 5418 | } |
| 5419 | |
| 5420 | bool AudioPolicyManager::isInCall() |
| 5421 | { |
| 5422 | return isStateInCall(mEngine->getPhoneState()); |
| 5423 | } |
| 5424 | |
| 5425 | bool AudioPolicyManager::isStateInCall(int state) |
| 5426 | { |
| 5427 | return is_state_in_call(state); |
| 5428 | } |
| 5429 | |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 5430 | void AudioPolicyManager::cleanUpForDevice(const sp<DeviceDescriptor>& deviceDesc) |
| 5431 | { |
| 5432 | for (ssize_t i = (ssize_t)mAudioSources.size() - 1; i >= 0; i--) { |
| 5433 | sp<AudioSourceDescriptor> sourceDesc = mAudioSources.valueAt(i); |
| 5434 | if (sourceDesc->mDevice->equals(deviceDesc)) { |
| 5435 | ALOGV("%s releasing audio source %d", __FUNCTION__, sourceDesc->getHandle()); |
| 5436 | stopAudioSource(sourceDesc->getHandle()); |
| 5437 | } |
| 5438 | } |
| 5439 | |
| 5440 | for (ssize_t i = (ssize_t)mAudioPatches.size() - 1; i >= 0; i--) { |
| 5441 | sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i); |
| 5442 | bool release = false; |
| 5443 | for (size_t j = 0; j < patchDesc->mPatch.num_sources && !release; j++) { |
| 5444 | const struct audio_port_config *source = &patchDesc->mPatch.sources[j]; |
| 5445 | if (source->type == AUDIO_PORT_TYPE_DEVICE && |
| 5446 | source->ext.device.type == deviceDesc->type()) { |
| 5447 | release = true; |
| 5448 | } |
| 5449 | } |
| 5450 | for (size_t j = 0; j < patchDesc->mPatch.num_sinks && !release; j++) { |
| 5451 | const struct audio_port_config *sink = &patchDesc->mPatch.sinks[j]; |
| 5452 | if (sink->type == AUDIO_PORT_TYPE_DEVICE && |
| 5453 | sink->ext.device.type == deviceDesc->type()) { |
| 5454 | release = true; |
| 5455 | } |
| 5456 | } |
| 5457 | if (release) { |
| 5458 | ALOGV("%s releasing patch %u", __FUNCTION__, patchDesc->mHandle); |
| 5459 | releaseAudioPatch(patchDesc->mHandle, patchDesc->mUid); |
| 5460 | } |
| 5461 | } |
| 5462 | } |
| 5463 | |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5464 | // Modify the list of surround sound formats supported. |
Phil Burk | 0709b0a | 2016-03-31 12:54:57 -0700 | [diff] [blame] | 5465 | void AudioPolicyManager::filterSurroundFormats(FormatVector *formatsPtr) { |
| 5466 | FormatVector &formats = *formatsPtr; |
Phil Burk | 07ac114 | 2016-03-25 13:39:29 -0700 | [diff] [blame] | 5467 | // TODO Set this based on Config properties. |
| 5468 | const bool alwaysForceAC3 = true; |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5469 | |
| 5470 | audio_policy_forced_cfg_t forceUse = mEngine->getForceUse( |
| 5471 | AUDIO_POLICY_FORCE_FOR_ENCODED_SURROUND); |
Phil Burk | 0709b0a | 2016-03-31 12:54:57 -0700 | [diff] [blame] | 5472 | ALOGD("%s: forced use = %d", __FUNCTION__, forceUse); |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5473 | |
| 5474 | // Analyze original support for various formats. |
Phil Burk | 07ac114 | 2016-03-25 13:39:29 -0700 | [diff] [blame] | 5475 | bool supportsAC3 = false; |
| 5476 | bool supportsOtherSurround = false; |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5477 | bool supportsIEC61937 = false; |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 5478 | for (ssize_t formatIndex = 0; formatIndex < (ssize_t)formats.size(); formatIndex++) { |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5479 | audio_format_t format = formats[formatIndex]; |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5480 | switch (format) { |
| 5481 | case AUDIO_FORMAT_AC3: |
Phil Burk | 07ac114 | 2016-03-25 13:39:29 -0700 | [diff] [blame] | 5482 | supportsAC3 = true; |
| 5483 | break; |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5484 | case AUDIO_FORMAT_E_AC3: |
| 5485 | case AUDIO_FORMAT_DTS: |
| 5486 | case AUDIO_FORMAT_DTS_HD: |
jiabin | dd60115 | 2017-11-27 14:53:37 -0800 | [diff] [blame] | 5487 | // If ALWAYS, remove all other surround formats here since we will add them later. |
| 5488 | if (forceUse == AUDIO_POLICY_FORCE_ENCODED_SURROUND_ALWAYS) { |
| 5489 | formats.removeAt(formatIndex); |
| 5490 | formatIndex--; |
| 5491 | } |
Phil Burk | 07ac114 | 2016-03-25 13:39:29 -0700 | [diff] [blame] | 5492 | supportsOtherSurround = true; |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5493 | break; |
| 5494 | case AUDIO_FORMAT_IEC61937: |
| 5495 | supportsIEC61937 = true; |
| 5496 | break; |
| 5497 | default: |
| 5498 | break; |
| 5499 | } |
| 5500 | } |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5501 | |
| 5502 | // Modify formats based on surround preferences. |
| 5503 | // If NEVER, remove support for surround formats. |
Phil Burk | 07ac114 | 2016-03-25 13:39:29 -0700 | [diff] [blame] | 5504 | if (forceUse == AUDIO_POLICY_FORCE_ENCODED_SURROUND_NEVER) { |
| 5505 | if (supportsAC3 || supportsOtherSurround || supportsIEC61937) { |
| 5506 | // Remove surround sound related formats. |
| 5507 | for (size_t formatIndex = 0; formatIndex < formats.size(); ) { |
| 5508 | audio_format_t format = formats[formatIndex]; |
| 5509 | switch(format) { |
| 5510 | case AUDIO_FORMAT_AC3: |
| 5511 | case AUDIO_FORMAT_E_AC3: |
| 5512 | case AUDIO_FORMAT_DTS: |
| 5513 | case AUDIO_FORMAT_DTS_HD: |
| 5514 | case AUDIO_FORMAT_IEC61937: |
Phil Burk | 07ac114 | 2016-03-25 13:39:29 -0700 | [diff] [blame] | 5515 | formats.removeAt(formatIndex); |
| 5516 | break; |
| 5517 | default: |
| 5518 | formatIndex++; // keep it |
| 5519 | break; |
| 5520 | } |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5521 | } |
Phil Burk | 07ac114 | 2016-03-25 13:39:29 -0700 | [diff] [blame] | 5522 | supportsAC3 = false; |
| 5523 | supportsOtherSurround = false; |
| 5524 | supportsIEC61937 = false; |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5525 | } |
Phil Burk | 07ac114 | 2016-03-25 13:39:29 -0700 | [diff] [blame] | 5526 | } else { // AUTO or ALWAYS |
| 5527 | // Most TVs support AC3 even if they do not report it in the EDID. |
| 5528 | if ((alwaysForceAC3 || (forceUse == AUDIO_POLICY_FORCE_ENCODED_SURROUND_ALWAYS)) |
| 5529 | && !supportsAC3) { |
| 5530 | formats.add(AUDIO_FORMAT_AC3); |
| 5531 | supportsAC3 = true; |
| 5532 | } |
| 5533 | |
| 5534 | // If ALWAYS, add support for raw surround formats if all are missing. |
| 5535 | // This assumes that if any of these formats are reported by the HAL |
| 5536 | // then the report is valid and should not be modified. |
jiabin | dd60115 | 2017-11-27 14:53:37 -0800 | [diff] [blame] | 5537 | if (forceUse == AUDIO_POLICY_FORCE_ENCODED_SURROUND_ALWAYS) { |
Phil Burk | 07ac114 | 2016-03-25 13:39:29 -0700 | [diff] [blame] | 5538 | formats.add(AUDIO_FORMAT_E_AC3); |
| 5539 | formats.add(AUDIO_FORMAT_DTS); |
| 5540 | formats.add(AUDIO_FORMAT_DTS_HD); |
| 5541 | supportsOtherSurround = true; |
| 5542 | } |
| 5543 | |
| 5544 | // Add support for IEC61937 if any raw surround supported. |
| 5545 | // The HAL could do this but add it here, just in case. |
| 5546 | if ((supportsAC3 || supportsOtherSurround) && !supportsIEC61937) { |
| 5547 | formats.add(AUDIO_FORMAT_IEC61937); |
| 5548 | supportsIEC61937 = true; |
| 5549 | } |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5550 | } |
Phil Burk | 0709b0a | 2016-03-31 12:54:57 -0700 | [diff] [blame] | 5551 | } |
| 5552 | |
| 5553 | // Modify the list of channel masks supported. |
| 5554 | void AudioPolicyManager::filterSurroundChannelMasks(ChannelsVector *channelMasksPtr) { |
| 5555 | ChannelsVector &channelMasks = *channelMasksPtr; |
| 5556 | audio_policy_forced_cfg_t forceUse = mEngine->getForceUse( |
| 5557 | AUDIO_POLICY_FORCE_FOR_ENCODED_SURROUND); |
| 5558 | |
| 5559 | // If NEVER, then remove support for channelMasks > stereo. |
| 5560 | if (forceUse == AUDIO_POLICY_FORCE_ENCODED_SURROUND_NEVER) { |
| 5561 | for (size_t maskIndex = 0; maskIndex < channelMasks.size(); ) { |
| 5562 | audio_channel_mask_t channelMask = channelMasks[maskIndex]; |
| 5563 | if (channelMask & ~AUDIO_CHANNEL_OUT_STEREO) { |
| 5564 | ALOGI("%s: force NEVER, so remove channelMask 0x%08x", __FUNCTION__, channelMask); |
| 5565 | channelMasks.removeAt(maskIndex); |
| 5566 | } else { |
| 5567 | maskIndex++; |
| 5568 | } |
| 5569 | } |
| 5570 | // If ALWAYS, then make sure we at least support 5.1 |
| 5571 | } else if (forceUse == AUDIO_POLICY_FORCE_ENCODED_SURROUND_ALWAYS) { |
| 5572 | bool supports5dot1 = false; |
| 5573 | // Are there any channel masks that can be considered "surround"? |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 5574 | for (audio_channel_mask_t channelMask : channelMasks) { |
Phil Burk | 0709b0a | 2016-03-31 12:54:57 -0700 | [diff] [blame] | 5575 | if ((channelMask & AUDIO_CHANNEL_OUT_5POINT1) == AUDIO_CHANNEL_OUT_5POINT1) { |
| 5576 | supports5dot1 = true; |
| 5577 | break; |
| 5578 | } |
| 5579 | } |
| 5580 | // If not then add 5.1 support. |
| 5581 | if (!supports5dot1) { |
| 5582 | channelMasks.add(AUDIO_CHANNEL_OUT_5POINT1); |
| 5583 | ALOGI("%s: force ALWAYS, so adding channelMask for 5.1 surround", __FUNCTION__); |
| 5584 | } |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5585 | } |
| 5586 | } |
| 5587 | |
Phil Burk | 00eeb32 | 2016-03-31 12:41:00 -0700 | [diff] [blame] | 5588 | void AudioPolicyManager::updateAudioProfiles(audio_devices_t device, |
| 5589 | audio_io_handle_t ioHandle, |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5590 | AudioProfileVector &profiles) |
| 5591 | { |
| 5592 | String8 reply; |
Phil Burk | 0709b0a | 2016-03-31 12:54:57 -0700 | [diff] [blame] | 5593 | |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5594 | // Format MUST be checked first to update the list of AudioProfile |
| 5595 | if (profiles.hasDynamicFormat()) { |
Mikhail Naganov | 388360c | 2016-10-17 17:09:41 -0700 | [diff] [blame] | 5596 | reply = mpClientInterface->getParameters( |
| 5597 | ioHandle, String8(AudioParameter::keyStreamSupportedFormats)); |
Phil Burk | 0709b0a | 2016-03-31 12:54:57 -0700 | [diff] [blame] | 5598 | ALOGV("%s: supported formats %s", __FUNCTION__, reply.string()); |
Eric Laurent | 62e4bc5 | 2016-02-02 18:37:28 -0800 | [diff] [blame] | 5599 | AudioParameter repliedParameters(reply); |
| 5600 | if (repliedParameters.get( |
Mikhail Naganov | 388360c | 2016-10-17 17:09:41 -0700 | [diff] [blame] | 5601 | String8(AudioParameter::keyStreamSupportedFormats), reply) != NO_ERROR) { |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5602 | ALOGE("%s: failed to retrieve format, bailing out", __FUNCTION__); |
| 5603 | return; |
| 5604 | } |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5605 | FormatVector formats = formatsFromString(reply.string()); |
Phil Burk | 00eeb32 | 2016-03-31 12:41:00 -0700 | [diff] [blame] | 5606 | if (device == AUDIO_DEVICE_OUT_HDMI) { |
Phil Burk | 0709b0a | 2016-03-31 12:54:57 -0700 | [diff] [blame] | 5607 | filterSurroundFormats(&formats); |
Phil Burk | 00eeb32 | 2016-03-31 12:41:00 -0700 | [diff] [blame] | 5608 | } |
Phil Burk | 09bc461 | 2016-02-24 15:58:15 -0800 | [diff] [blame] | 5609 | profiles.setFormats(formats); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5610 | } |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5611 | |
Mikhail Naganov | cf84e59 | 2017-12-07 11:25:11 -0800 | [diff] [blame] | 5612 | for (audio_format_t format : profiles.getSupportedFormats()) { |
Eric Laurent | 20eb3a4 | 2016-01-26 18:39:17 -0800 | [diff] [blame] | 5613 | ChannelsVector channelMasks; |
| 5614 | SampleRateVector samplingRates; |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5615 | AudioParameter requestedParameters; |
Mikhail Naganov | 388360c | 2016-10-17 17:09:41 -0700 | [diff] [blame] | 5616 | requestedParameters.addInt(String8(AudioParameter::keyFormat), format); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5617 | |
| 5618 | if (profiles.hasDynamicRateFor(format)) { |
Mikhail Naganov | 388360c | 2016-10-17 17:09:41 -0700 | [diff] [blame] | 5619 | reply = mpClientInterface->getParameters( |
| 5620 | ioHandle, |
| 5621 | requestedParameters.toString() + ";" + |
| 5622 | AudioParameter::keyStreamSupportedSamplingRates); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5623 | ALOGV("%s: supported sampling rates %s", __FUNCTION__, reply.string()); |
Eric Laurent | 62e4bc5 | 2016-02-02 18:37:28 -0800 | [diff] [blame] | 5624 | AudioParameter repliedParameters(reply); |
| 5625 | if (repliedParameters.get( |
Mikhail Naganov | 388360c | 2016-10-17 17:09:41 -0700 | [diff] [blame] | 5626 | String8(AudioParameter::keyStreamSupportedSamplingRates), reply) == NO_ERROR) { |
Eric Laurent | 62e4bc5 | 2016-02-02 18:37:28 -0800 | [diff] [blame] | 5627 | samplingRates = samplingRatesFromString(reply.string()); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5628 | } |
| 5629 | } |
| 5630 | if (profiles.hasDynamicChannelsFor(format)) { |
| 5631 | reply = mpClientInterface->getParameters(ioHandle, |
| 5632 | requestedParameters.toString() + ";" + |
Mikhail Naganov | 388360c | 2016-10-17 17:09:41 -0700 | [diff] [blame] | 5633 | AudioParameter::keyStreamSupportedChannels); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5634 | ALOGV("%s: supported channel masks %s", __FUNCTION__, reply.string()); |
Eric Laurent | 62e4bc5 | 2016-02-02 18:37:28 -0800 | [diff] [blame] | 5635 | AudioParameter repliedParameters(reply); |
| 5636 | if (repliedParameters.get( |
Mikhail Naganov | 388360c | 2016-10-17 17:09:41 -0700 | [diff] [blame] | 5637 | String8(AudioParameter::keyStreamSupportedChannels), reply) == NO_ERROR) { |
Eric Laurent | 62e4bc5 | 2016-02-02 18:37:28 -0800 | [diff] [blame] | 5638 | channelMasks = channelMasksFromString(reply.string()); |
Phil Burk | 0709b0a | 2016-03-31 12:54:57 -0700 | [diff] [blame] | 5639 | if (device == AUDIO_DEVICE_OUT_HDMI) { |
| 5640 | filterSurroundChannelMasks(&channelMasks); |
| 5641 | } |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5642 | } |
| 5643 | } |
Eric Laurent | 20eb3a4 | 2016-01-26 18:39:17 -0800 | [diff] [blame] | 5644 | profiles.addProfileFromHal(new AudioProfile(format, channelMasks, samplingRates)); |
François Gaffie | 112b0af | 2015-11-19 16:13:25 +0100 | [diff] [blame] | 5645 | } |
| 5646 | } |
Eric Laurent | d60560a | 2015-04-10 11:31:20 -0700 | [diff] [blame] | 5647 | |
Mikhail Naganov | dc76968 | 2018-05-04 15:34:08 -0700 | [diff] [blame^] | 5648 | status_t AudioPolicyManager::installPatch(const char *caller, |
| 5649 | audio_patch_handle_t *patchHandle, |
| 5650 | AudioIODescriptorInterface *ioDescriptor, |
| 5651 | const struct audio_patch *patch, |
| 5652 | int delayMs) |
| 5653 | { |
| 5654 | ssize_t index = mAudioPatches.indexOfKey( |
| 5655 | patchHandle && *patchHandle != AUDIO_PATCH_HANDLE_NONE ? |
| 5656 | *patchHandle : ioDescriptor->getPatchHandle()); |
| 5657 | sp<AudioPatch> patchDesc; |
| 5658 | status_t status = installPatch( |
| 5659 | caller, index, patchHandle, patch, delayMs, mUidCached, &patchDesc); |
| 5660 | if (status == NO_ERROR) { |
| 5661 | ioDescriptor->setPatchHandle(patchDesc->mHandle); |
| 5662 | } |
| 5663 | return status; |
| 5664 | } |
| 5665 | |
| 5666 | status_t AudioPolicyManager::installPatch(const char *caller, |
| 5667 | ssize_t index, |
| 5668 | audio_patch_handle_t *patchHandle, |
| 5669 | const struct audio_patch *patch, |
| 5670 | int delayMs, |
| 5671 | uid_t uid, |
| 5672 | sp<AudioPatch> *patchDescPtr) |
| 5673 | { |
| 5674 | sp<AudioPatch> patchDesc; |
| 5675 | audio_patch_handle_t afPatchHandle = AUDIO_PATCH_HANDLE_NONE; |
| 5676 | if (index >= 0) { |
| 5677 | patchDesc = mAudioPatches.valueAt(index); |
| 5678 | afPatchHandle = patchDesc->mAfPatchHandle; |
| 5679 | } |
| 5680 | |
| 5681 | status_t status = mpClientInterface->createAudioPatch(patch, &afPatchHandle, delayMs); |
| 5682 | ALOGV("%s() AF::createAudioPatch returned %d patchHandle %d num_sources %d num_sinks %d", |
| 5683 | caller, status, afPatchHandle, patch->num_sources, patch->num_sinks); |
| 5684 | if (status == NO_ERROR) { |
| 5685 | if (index < 0) { |
| 5686 | patchDesc = new AudioPatch(patch, uid); |
| 5687 | addAudioPatch(patchDesc->mHandle, patchDesc); |
| 5688 | } else { |
| 5689 | patchDesc->mPatch = *patch; |
| 5690 | } |
| 5691 | patchDesc->mAfPatchHandle = afPatchHandle; |
| 5692 | if (patchHandle) { |
| 5693 | *patchHandle = patchDesc->mHandle; |
| 5694 | } |
| 5695 | nextAudioPortGeneration(); |
| 5696 | mpClientInterface->onAudioPatchListUpdate(); |
| 5697 | } |
| 5698 | if (patchDescPtr) *patchDescPtr = patchDesc; |
| 5699 | return status; |
| 5700 | } |
| 5701 | |
Mikhail Naganov | 1b2a794 | 2017-12-08 10:18:09 -0800 | [diff] [blame] | 5702 | } // namespace android |