Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DAnimationModuleTests.cpp239 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
247 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
260 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
275 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
288 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
303 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
316 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
331 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
344 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
359 AnimationModule animationModule(getSampleCarPartsMap(), std::map<std::string, CarTexture>(), in TEST()
[all …]
DAnimationModule.cpp73 AnimationModule::AnimationModule(const std::map<std::string, CarPart>& partsMap, in AnimationModule() function in android::hardware::automotive::sv::V1_0::implementation::AnimationModule
81 void AnimationModule::mapVhalToParts() { in mapVhalToParts()
120 void AnimationModule::initCarPartStatus() { in initCarPartStatus()
162 void AnimationModule::updateChildrenParts(const std::string& partId, const Mat4x4& parentModel) { in updateChildrenParts()
180 void AnimationModule::performGammaOp(const std::string& partId, uint64_t vhalProperty, in performGammaOp()
261 void AnimationModule::performTranslationOp(const std::string& partId, uint64_t vhalProperty, in performTranslationOp()
335 void AnimationModule::performRotationOp(const std::string& partId, uint64_t vhalProperty, in performRotationOp()
430 std::vector<AnimationParam> AnimationModule::getUpdatedAnimationParams( in getUpdatedAnimationParams()
DAnimationModule.h44 class AnimationModule {
50 AnimationModule(const std::map<std::string, CarPart>& partsMap,
DSurroundView3dSession.h88 AnimationModule* animationModule,
181 AnimationModule* mAnimationModule;
DSurroundViewService.h66 AnimationModule* mAnimationModule;
DSurroundViewService.cpp109 mAnimationModule = new AnimationModule( in initialize()
DAndroid.bp89 "AnimationModule.cpp",
DSurroundView3dSession.cpp257 AnimationModule* animationModule, in SurroundView3dSession()