Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDisplayFinder.cpp111 int propIntPart; in parseExternalDisplaysFromProperties() local
112 if (!::android::base::ParseInt(propStringPart, &propIntPart)) { in parseExternalDisplaysFromProperties()
117 propIntParts.push_back(propIntPart); in parseExternalDisplaysFromProperties()