HomeSort by relevance Sort by last modified time
    Searched refs:MappingKeyIdentifier (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
PolicyMappingKeys.h 26 MappingKeyIdentifier,
PolicySubsystem.cpp 68 (1 << MappingKeyIdentifier))
73 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier))
78 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier))
83 (1 << MappingKeyAmend1) | (1 << MappingKeyIdentifier))
InputSource.cpp 36 mId = static_cast<audio_source_t>(context.getItemAsInteger(MappingKeyIdentifier));
Strategy.cpp 38 mId = static_cast<routing_strategy>(context.getItemAsInteger(MappingKeyIdentifier));
Usage.cpp 37 mId = static_cast<audio_usage_t>(context.getItemAsInteger(MappingKeyIdentifier));
Stream.cpp 32 mId = static_cast<audio_stream_type_t>(context.getItemAsInteger(MappingKeyIdentifier));

Completed in 201 milliseconds