Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 69) sorted by relevance

123

/system/libvintf/
DManifestHal.cpp27 std::unordered_set<size_t> existing; in isValid() local
29 if (existing.find(v.majorVer) != existing.end()) { in isValid()
32 existing.insert(v.majorVer); in isValid()
DCompatibilityMatrix.cpp277 [&kernelToAdd](const MatrixKernel& existing) { in addAllKernelsAsOptional() argument
278 return kernelToAdd.minLts().version == existing.minLts().version && in addAllKernelsAsOptional()
279 kernelToAdd.minLts().majorRev == existing.minLts().majorRev; in addAllKernelsAsOptional()
/system/tools/aidl/
Dtype_namespace.h192 const T* existing = FindTypeByCanonicalName(type->CanonicalName()); in Add() local
193 if (!existing) { in Add()
198 if (existing->Kind() == ValidatableType::KIND_BUILT_IN) { in Add()
205 if (type->Kind() != existing->Kind()) { in Add()
209 LOG(ERROR) << existing->DeclFile() << ":" << existing->DeclLine() in Add()
211 << existing->HumanReadableKind(); in Add()
/system/netd/server/
DControllers.cpp121 std::set<std::string> existing; in findExistingChildChains() local
135 return existing; in findExistingChildChains()
145 existing.insert(matches[2]); in findExistingChildChains()
149 return existing; in findExistingChildChains()
DClatdController.cpp417 ClatdTracker* existing = getClatdTracker(interface); in startClatd() local
418 if (existing != nullptr) { in startClatd()
419 ALOGE("clatd pid=%d already started on %s", existing->pid, interface.c_str()); in startClatd()
/system/hardware/interfaces/
Dcurrent.txt2 # pre-existing interfaces will fail VTS and break framework-only OTAs
/system/sepolicy/prebuilts/api/26.0/public/
Duntrusted_app.te14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
Duntrusted_app_25.te14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/sepolicy/prebuilts/api/27.0/public/
Duntrusted_app_25.te14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
Duntrusted_app.te14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/libhidl/transport/
Dcurrent.txt2 # pre-existing interfaces will fail VTS and break framework-only OTAs
/system/sepolicy/prebuilts/api/28.0/public/
Duntrusted_app.te14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/sepolicy/prebuilts/api/29.0/public/
Duntrusted_app.te14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/sepolicy/public/
Duntrusted_app.te14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/libhidl/transport/manager/1.0/
DIServiceNotification.hal26 * pre-existing at the time this IServiceNotification
/system/media/camera/docs/
Dcamera_metadata_tags.mako48 * existing enumerations.
72 * before the section _END tag to preserve existing enumeration values. In
/system/sepolicy/prebuilts/api/28.0/private/
Duntrusted_app_27.te18 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
Duntrusted_app.te15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
Duntrusted_app_25.te17 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/sepolicy/prebuilts/api/29.0/private/
Duntrusted_app.te15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/sepolicy/private/
Duntrusted_app.te15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/sepolicy/prebuilts/api/26.0/private/
Duntrusted_app.te15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/sepolicy/prebuilts/api/27.0/private/
Duntrusted_app.te15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/bt/osi/src/socket_utils/
DREADME28 existing ones must put the sources in this folder and refactor
/system/libvintf/test/
Dvintf_object_tests.cpp1006 for (auto&& existing : instances) { in getInstanceListFunc()
1007 if (existing.getPackage() == package && existing.getVersion().minorAtLeast(version) && in getInstanceListFunc()
1008 existing.getInterface() == interface) { in getInstanceListFunc()
1009 ret.push_back(std::make_pair(existing.getInstance(), existing.getVersion())); in getInstanceListFunc()

123