Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDisplayFinder.cpp103 const std::vector<std::string> propStringParts = ::android::base::Split(propVal, ","); in parseExternalDisplaysFromProperties() local
104 if (propStringParts.size() % 5 != 0) { in parseExternalDisplaysFromProperties()
110 for (const std::string& propStringPart : propStringParts) { in parseExternalDisplaysFromProperties()