Home
last modified time | relevance | path

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

/system/libvintf/test/
Dmain.cpp46 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 …]
/system/libhidl/base/
DHidlInternal.cpp150 std::cmatch cm; in isInstrumentationLib() local
152 if (std::regex_match(file->d_name, cm, e)) return true; in isInstrumentationLib()
/system/update_engine/
Dcommon_service.cc293 ConnectionManagerInterface* cm = system_state_->connection_manager(); in GetUpdateOverCellularPermission() local
307 *out_allowed = cm->IsUpdateAllowedOver(ConnectionType::kCellular, in GetUpdateOverCellularPermission()