Searched refs:cm (Results 1 – 3 of 3) sorted by relevance
46 bool add(CompatibilityMatrix &cm, MatrixHal &&hal) { in add()47 return cm.add(std::move(hal)); in add()49 bool add(CompatibilityMatrix &cm, MatrixKernel &&kernel) { in add()50 return cm.add(std::move(kernel)); in add()55 void set(CompatibilityMatrix &cm, Sepolicy &&sepolicy) { in set()56 cm.framework.mSepolicy = sepolicy; in set()58 void set(CompatibilityMatrix &cm, SchemaType type) { in set()59 cm.mType = type; in set()61 void set(CompatibilityMatrix &cm, VndkVersionRange &&range, std::set<std::string> &&libs) { in set()62 cm.device.mVndk.mVersionRange = range; in set()[all …]
150 std::cmatch cm; in isInstrumentationLib() local152 if (std::regex_match(file->d_name, cm, e)) return true; in isInstrumentationLib()
293 ConnectionManagerInterface* cm = system_state_->connection_manager(); in GetUpdateOverCellularPermission() local307 *out_allowed = cm->IsUpdateAllowedOver(ConnectionType::kCellular, in GetUpdateOverCellularPermission()