Home
last modified time | relevance | path

Searched refs:MappingKeyIdentifier (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DPolicySubsystem.cpp70 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier)) in PolicySubsystem()
75 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier)) in PolicySubsystem()
80 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier)) in PolicySubsystem()
85 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier)) in PolicySubsystem()
90 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier) | (1 << MappingKeyIdentifier)) in PolicySubsystem()
DPolicyMappingKeys.h26 MappingKeyIdentifier, enumerator
DStrategy.cpp37 mId = static_cast<routing_strategy>(context.getItemAsInteger(MappingKeyIdentifier)); in Strategy()
DInputSource.cpp36 mId = static_cast<audio_source_t>(context.getItemAsInteger(MappingKeyIdentifier)); in InputSource()
DStream.cpp37 mId = static_cast<audio_stream_type_t>(context.getItemAsInteger(MappingKeyIdentifier)); in Stream()
DUsage.cpp37 mId = static_cast<audio_usage_t>(context.getItemAsInteger(MappingKeyIdentifier)); in Usage()
DVolumeProfile.cpp44 mId = static_cast<audio_stream_type_t>(context.getItemAsInteger(MappingKeyIdentifier)); in VolumeProfile()