diff options
| author | Eric Laurent <elaurent@google.com> | 2010-08-30 15:07:42 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-30 15:07:42 -0700 |
| commit | 7a25fd7138dd87e1d697e12ea9a69aee7c3ae814 (patch) | |
| tree | 402dd41baea16e90b5fdef6bb22136e3af65bd93 /include | |
| parent | 6e21ee7a3c4ffaacee608523d50e722f2e787a17 (diff) | |
| parent | bab20b6759d9f0445e4ff5f27f0a3666f0efafa5 (diff) | |
| download | hardware_libhardware_legacy-7a25fd7138dd87e1d697e12ea9a69aee7c3ae814.tar.gz hardware_libhardware_legacy-7a25fd7138dd87e1d697e12ea9a69aee7c3ae814.tar.bz2 hardware_libhardware_legacy-7a25fd7138dd87e1d697e12ea9a69aee7c3ae814.zip | |
am bab20b67: am d6e68c3a: Fix issue 2952766.
Merge commit 'bab20b6759d9f0445e4ff5f27f0a3666f0efafa5'
* commit 'bab20b6759d9f0445e4ff5f27f0a3666f0efafa5':
Fix issue 2952766.
Diffstat (limited to 'include')
| -rw-r--r-- | include/hardware_legacy/AudioPolicyManagerBase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hardware_legacy/AudioPolicyManagerBase.h b/include/hardware_legacy/AudioPolicyManagerBase.h index b76c674..870201f 100644 --- a/include/hardware_legacy/AudioPolicyManagerBase.h +++ b/include/hardware_legacy/AudioPolicyManagerBase.h @@ -249,9 +249,9 @@ protected: // must be called every time a condition that affects the output choice for a given strategy is // changed: connected device, phone state, force use... // Must be called before updateDeviceForStrategy() - void checkOutputForStrategy(routing_strategy strategy, uint32_t &newDevice); + void checkOutputForStrategy(routing_strategy strategy); // Same as checkOutputForStrategy() but for a all strategies in order of priority - void checkOutputForAllStrategies(uint32_t &newDevice); + void checkOutputForAllStrategies(); #endif // selects the most appropriate device on output for current state |
