Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp88 constexpr std::enable_if<false, Enum> STREAM_NAME_MAP; variable
94 constexpr std::pair<audio_stream_type_t, const char*> STREAM_NAME_MAP<audio_stream_type_t>[] = { variable
112 constexpr std::pair<audio_source_t, const char*> STREAM_NAME_MAP<audio_source_t>[] = { variable
130 for (auto& streamNamePair : STREAM_NAME_MAP<Type>) { in stringToStreamType()