Searched defs:optional (Results 1 - 6 of 6) sorted by relevance

/system/libvintf/include/vintf/
H A DMatrixHal.h44 bool optional = false; member in struct:android::vintf::MatrixHal
H A DXmlFile.h41 inline bool optional() const { return mOptional; } function in struct:android::vintf::MatrixXmlFile
/system/libvintf/
H A DMatrixInstance.cpp36 MatrixInstance::MatrixInstance(FqInstance&& fqInstance, VersionRange&& range, bool optional, argument
40 mOptional(optional),
44 bool optional, bool isRegex)
45 : mFqInstance(fqInstance), mRange(range), mOptional(optional), mIsRegex(isRegex) {}
59 bool MatrixInstance::optional() const { function in class:android::vintf::MatrixInstance
43 MatrixInstance(const FqInstance fqInstance, const VersionRange& range, bool optional, bool isRegex) argument
/system/update_engine/payload_generator/
H A Dpayload_generation_config.h51 bool optional = false; member in struct:chromeos_update_engine::PostInstallConfig
/system/keymaster/ng/include/
H A Dkeymaster_tags.h336 std::remove_reference_t<Wrapped> defaultOr(NullOr<Wrapped>&& optional, Default&& def) { argument
340 if (optional.isOk()) return optional.value();
/system/media/camera/docs/
H A Dmetadata_model.py296 Entry#__init__ for the keys required/optional.
313 Clone#__init__ for the keys required/optional.
982 id: An optional numeric string, e.g. '0' or '0xFF'
984 optional: A boolean
995 id=None, deprecated=False, optional=False, hidden=False, notes=None, sdk_notes=None, ndk_notes=None, ndk_hidden=False, hal_version='3.2'):
999 self._optional = optional # bool
1026 def optional(self): member in class:EnumValue
1124 entry is optional on any hardware level.
1129 optional: a bool representing the optional attribut
1263 def optional(self): member in class:Entry
[all...]

Completed in 3210 milliseconds