Searched defs:kind (Results 1 - 2 of 2) sorted by relevance

/system/core/libnl_2/
H A Dhandlers.c24 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind) argument
57 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, \ argument
68 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, \ argument
/system/media/camera/docs/
H A Dmetadata_model.py28 InnerNamespace: A node corresponding to a <namespace> nested under a <kind>.
29 OuterNamespace: A node corresponding to a <namespace> with <kind> children.
210 # kind => { name => entry }
299 Subsequent calls to insert_entry with the same entry+kind name are safe
304 self._entry_map[e.kind][e.name] = e
316 Subsequent calls to insert_clone with the same clone+kind name are safe
323 self._entry_map[c.kind][c.name] = c
351 self._entry_map[p.kind].pop(p.name)
408 print >> sys.stderr, ("WARNING: Clone entry '%s' target kind '%s'" + \
478 for kind i
1096 def kind(self): member in class:Entry
[all...]

Completed in 715 milliseconds