Home
last modified time | relevance | path

Searched refs:mWheelBase (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/evs/support_library/
DConfigManager.h43 float getCarLength() const { return mWheelBase + mFrontExtent + mRearExtent; }; in getCarLength()
44 float getWheelBase() const { return mWheelBase; }; in getWheelBase()
47 float getFrontLocation() const { return mWheelBase + mFrontExtent; }; in getFrontLocation()
55 return mWheelBase + mFrontExtent + mFrontRangeInCarSpace; in getDisplayTopLocation()
85 float mWheelBase; variable
DConfigManager.cpp86 complete &= readChildNodeAsFloat("car", car, "wheelBase", &mWheelBase); in initialize()
/packages/services/Car/cpp/evs/apps/default/
DConfigManager.h52 float getCarLength() const { return mWheelBase + mFrontExtent + mRearExtent; }; in getCarLength()
53 float getWheelBase() const { return mWheelBase; }; in getWheelBase()
56 float getFrontLocation() const { return mWheelBase + mFrontExtent; }; in getFrontLocation()
64 return mWheelBase + mFrontExtent + mDisplays[mActiveDisplayId].frontRangeInCarSpace; in getDisplayTopLocation()
142 float mWheelBase; variable
DConfigManager.cpp82 complete &= readChildNodeAsFloat("car", car, "wheelBase", &mWheelBase); in initialize()