Home
last modified time | relevance | path

Searched refs:stepAttr (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.cpp171 const XMLAttribute* stepAttr = ctrlElem->FindAttribute("step"); in readCameraCapabilities() local
172 if (stepAttr != nullptr) { in readCameraCapabilities()
173 stepVal = std::stoi(stepAttr->Value()); in readCameraCapabilities()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DConfigManager.cpp170 const XMLAttribute* stepAttr = ctrlElem->FindAttribute("step"); in readCameraCapabilities() local
171 if (stepAttr != nullptr) { in readCameraCapabilities()
172 stepVal = std::stoi(stepAttr->Value()); in readCameraCapabilities()