Searched refs:DeviceTypeToHdiControlMap_ (Results 1 – 2 of 2) sorted by relevance
30 DeviceTypeToHdiControlMap_.clear(); in AudioEffectHdiParam()64 DeviceTypeToHdiControlMap_.emplace(item.first, hdiControl); in CreateHdiControl()100 for (const auto &item : DeviceTypeToHdiControlMap_) { in UpdateHdiState()117 IEffectControl *hdiControl = DeviceTypeToHdiControlMap_[deviceType]; in UpdateHdiState()
42 std::map<DeviceType, IEffectControl *> DeviceTypeToHdiControlMap_; variable