Home
last modified time | relevance | path

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

/system/media/camera/docs/
DACameraMetadata.mako19 <%def name="single_kind_keys(kind_name)">\
22 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == kind_name) and…
23 any_visible(section, kind_name, ('public','ndk_public') ):
24 % for inner_namespace in get_children_by_filtering_kind(section, kind_name, 'namespaces'):
36 get_children_by_filtering_kind(section, kind_name, 'merged_entries'), \
Dmetadata_helpers.py257 def get_children_by_filtering_kind(section, kind_name, member='entries'): argument
269 matched_kind = next((i for i in section.merged_kinds if i.name == kind_name), None)
1313 def any_visible(section, kind_name, visibilities): argument
1327 for inner_namespace in get_children_by_filtering_kind(section, kind_name,
1332 return any(filter_visibility(get_children_by_filtering_kind(section, kind_name,
Dmetadata_model.py502 for idx, (kind_name, entry_it) in enumerate(leaf_it):
504 kind = Kind(kind_name, section)