Searched refs:strategy (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h125 // return the strategy corresponding to a given stream type
134 uint32_t strategy,
233 // default volume curve for media strategy
235 // volume curve for media strategy on speakers
237 // volume curve for sonification strategy on speakers
268 bool isStrategyActive(routing_strategy strategy,
334 routing_strategy mStrategy; // routing strategy the effect is associated to
342 // return the strategy corresponding to a given stream type
345 // return appropriate device for streams handled by the specified strategy according to current
356 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
[all...]
H A DAudioPolicyInterface.h146 // return the strategy corresponding to a given stream type
156 uint32_t strategy,
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp296 // pertaining to sonification strategy see handleIncallSonification()
304 // store previous phone state for management of sonification strategy below
355 // latency of any output where either strategy is active.
379 // pertaining to sonification strategy see handleIncallSonification()
539 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); local
540 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
753 routing_strategy strategy = getStrategy(stream); local
754 bool shouldWait = (strategy == STRATEGY_SONIFICATION) ||
755 (strategy == STRATEGY_SONIFICATION_RESPECTFUL);
1142 // the strategy th
1198 routing_strategy strategy = getStrategy(AudioSystem::MUSIC); local
1209 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
2102 checkOutputForStrategy(routing_strategy strategy) argument
2271 AudioPolicyManagerBase::routing_strategy strategy = getStrategy(stream); local
2315 getDeviceForStrategy(routing_strategy strategy, bool fromCache) argument
3130 setStrategyMute(routing_strategy strategy, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
3334 isStrategyActive(routing_strategy strategy, uint32_t inPastMs, nsecs_t sysTime) const argument
[all...]
H A Daudio_policy_hal.cpp280 uint32_t strategy,
285 return lap->apm->registerEffect(desc, io, strategy, session, id);
277 ap_register_effect(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp278 uint32_t strategy,
283 return qap->apm->registerEffect(desc, io, strategy, session, id);
275 ap_register_effect(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
/hardware/libhardware/include/hardware/
H A Daudio_policy.h209 /* return the strategy corresponding to a given stream type */
224 uint32_t strategy,
/hardware/libhardware/modules/audio/
H A Daudio_policy.c205 uint32_t strategy,
202 ap_register_effect(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t output, uint32_t strategy, int session, int id) argument

Completed in 577 milliseconds