Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DPolicySubsystem.cpp68 (1 << MappingKeyIdentifier)) in PolicySubsystem()
73 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier)) in PolicySubsystem()
78 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier)) in PolicySubsystem()
83 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier)) in PolicySubsystem()
DPolicyMappingKeys.h26 MappingKeyIdentifier, enumerator
DInputSource.cpp36 mId = static_cast<audio_source_t>(context.getItemAsInteger(MappingKeyIdentifier)); in InputSource()
DStrategy.cpp38 mId = static_cast<routing_strategy>(context.getItemAsInteger(MappingKeyIdentifier)); in Strategy()
DUsage.cpp37 mId = static_cast<audio_usage_t>(context.getItemAsInteger(MappingKeyIdentifier)); in Usage()
DStream.cpp32 mId = static_cast<audio_stream_type_t>(context.getItemAsInteger(MappingKeyIdentifier)); in Stream()