Home
last modified time | relevance | path

Searched defs:rotationOp (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/surround_view/service-impl/
DAnimationModule.cpp100 for (const auto& rotationOp : animationInfo.rotationOpsMap) { in mapVhalToParts() local
336 const RotationOp& rotationOp) { in performRotationOp()
490 for (const auto& rotationOp : animationInfo.rotationOpsMap.at(vhalProperty)) { in getUpdatedAnimationParams() local
DCarModelConfigReaderTests.cpp53 RotationOp rotationOp = (doorAnimation.rotationOpsMap.at(0x16000B0000000001)).at(0); in TEST() local
DCarModelConfigReader.cpp141 bool ReadOp<RotationOp>(const XMLElement* rotationOpElem, RotationOp* rotationOp) { in ReadOp()