Searched defs:Kind (Results 1 - 3 of 3) sorted by relevance

/system/tools/hidl/
H A DScalarType.h26 enum Kind { enum in struct:android::ScalarType
40 ScalarType(Kind kind);
103 Kind getKind() const;
106 Kind mKind;
/system/tools/aidl/
H A Dtype_namespace.h76 int Kind() const { return kind_; } function in class:android::aidl::ValidatableType
205 if (existing->Kind() == ValidatableType::KIND_BUILT_IN) {
212 if (type->Kind() != existing->Kind()) {
/system/media/camera/docs/
H A Dmetadata_model.py27 Kind: A node corresponding to <dynamic>, <static>, <controls> elements.
505 kind = Kind(kind_name, section)
531 #parent is InnerNamespace or Kind
565 #parent is InnerNamespace or Kind
690 kinds: A sequence of Kind children.
691 merged_kinds: A sequence of virtual Kind children,
692 with each Kind's children merged by the kind.name
732 k = Kind(el.name, el.parent)
750 virtual Kind node.
753 A new Kind nod
776 class Kind(Node): class in inherits:Node
[all...]

Completed in 110 milliseconds