OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:routing_strategy
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
153
enum
routing_strategy
{
enum in class:android_audio_legacy::AudioPolicyManagerBase
269
bool isStrategyActive(
routing_strategy
strategy,
336
routing_strategy
mStrategy; // routing strategy the effect is associated to
346
static
routing_strategy
getStrategy(AudioSystem::stream_type stream);
359
virtual audio_devices_t getDeviceForStrategy(
routing_strategy
strategy,
391
void setStrategyMute(
routing_strategy
strategy,
437
void checkOutputForStrategy(
routing_strategy
strategy);
/frameworks/av/services/audiopolicy/
AudioPolicyManager.h
196
enum
routing_strategy
{
enum in class:android::AudioPolicyManager
491
bool isStrategyActive(
routing_strategy
strategy,
573
routing_strategy
mStrategy; // routing strategy the effect is associated to
583
static
routing_strategy
getStrategy(audio_stream_type_t stream);
596
virtual audio_devices_t getDeviceForStrategy(
routing_strategy
strategy,
645
void setStrategyMute(
routing_strategy
strategy,
[
all
...]
Completed in 36 milliseconds