Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DConfigManager.cpp143 if (const auto typeAttr = aDeviceElem->FindAttribute("type")) { in readCameraDeviceInfo() local
144 aCamera->deviceType = CameraInfo::deviceTypeFromSV(typeAttr->Value()); in readCameraDeviceInfo()