Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dmetadata_model.py699 find_child = lambda x: [i for i in self._get_children() if i.name == x] function
700 new_lst = find_child('controls') \
701 + find_child('static') \
702 + find_child('dynamic')