diff options
Diffstat (limited to 'include/hardware_legacy/AudioPolicyManagerBase.h')
-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 c702d4e..ebeca55 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 |