Searched refs:GetKeyFromValue (Results 1 – 3 of 3) sorted by relevance
170 data[EFFECT_MODE_INDEX] = GetKeyFromValue(AUDIO_SUPPORTED_SCENE_MODES, effectMode_); in SetEffectParamToHandle()
1240 …currSceneType = static_cast<AudioEffectScene>(GetKeyFromValue(AUDIO_SUPPORTED_SCENE_TYPES, sceneTy… in UpdateCurrSceneType()
431 int32_t GetKeyFromValue(const std::unordered_map<EnumType, V> &map, const V &value) in GetKeyFromValue() function