Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.cpp158 const XMLAttribute *stepAttr = ctrlElem->FindAttribute("step"); in readCameraCapabilities() local
159 if (stepAttr != nullptr) { in readCameraCapabilities()
160 stepVal = stoi(stepAttr->Value()); in readCameraCapabilities()