Searched refs:gammaOpsMap (Results 1 – 5 of 5) sorted by relevance
84 for (const auto& gammaOp : animationInfo.gammaOpsMap) { in mapVhalToParts()473 if (animationInfo.gammaOpsMap.find(vhalProperty) != in getUpdatedAnimationParams()474 animationInfo.gammaOpsMap.end()) { in getUpdatedAnimationParams()477 for (const auto& gammaOp : animationInfo.gammaOpsMap.at(vhalProperty)) { in getUpdatedAnimationParams()
164 .gammaOpsMap = frontLeftBlinkerGammaOpsMap, in getSampleAnimations()196 .gammaOpsMap = frontRightBlinkerGammaOpsMap, in getSampleAnimations()
276 std::map<uint64_t, std::vector<GammaOp>> gammaOpsMap; member
65 for(const auto& opPair : animation.gammaOpsMap) { in getAnimationPropertiesToRead()
249 RETURN_IF_FALSE(ReadAllOps(animationElem, "GammaOp", &animationInfo->gammaOpsMap)); in ReadAnimation()