Searched defs:matches (Results 1 – 3 of 3) sorted by relevance
63 regmatch_t matches[kPlatformVersionMatchCount]; in getOsVersion() local86 regmatch_t matches[kPatchlevelMatchCount]; in getPatchlevel() local
227 regmatch_t matches[kPlatformVersionMatchCount]; in getOsVersion() local253 regmatch_t matches[kPlatformPatchlevelMatchCount]; in getOsPatchlevel() local
149 bool FileConnectionDetector::matches(const std::string &name) const { in matches() function in android::SensorHalExt::FileConnectionDetector