Searched refs:ReadVhalProperty (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/surround_view/service-impl/ |
D | CarModelConfigReader.cpp | 127 bool ReadVhalProperty(const XMLElement* parent, const char* elementName, uint64_t* vhalProperty) { in ReadVhalProperty() function 142 RETURN_IF_FALSE(ReadVhalProperty(rotationOpElem, "VhalProperty", &rotationOp->vhalProperty)); in ReadOp() 165 ReadVhalProperty(translationOpElem, "VhalProperty", &translationOp->vhalProperty)); in ReadOp() 186 RETURN_IF_FALSE(ReadVhalProperty(textureOpElem, "VhalProperty", &textureOp->vhalProperty)); in ReadOp() 203 RETURN_IF_FALSE(ReadVhalProperty(gammaOpElem, "VhalProperty", &gammaOp->vhalProperty)); in ReadOp()
|