Home
last modified time | relevance | path

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

/system/libhidl/transport/
DServiceManagement.cpp157 static constexpr bool kEnforceVintfManifest = true; variable
159 static constexpr bool kEnforceVintfManifest = false;
177 if (kEnforceVintfManifest && !isDebuggable()) { in isTrebleTestingOverride()
768 const bool allowLegacy = !kEnforceVintfManifest || (trebleTestingOverride && isDebuggable()); in getRawServiceInternal()
771 if (!kEnforceVintfManifest) { in getRawServiceInternal()
848 if (kEnforceVintfManifest && !isTrebleTestingOverride()) { in registerAsServiceInternal()