Home
last modified time | relevance | path

Searched refs:find_elem (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
H A Dcontrol_external.h163 snd_ctl_ext_key_t (*find_elem)(snd_ctl_ext_t *ext, const snd_ctl_elem_id_t *id); member
273 * find_elem callback returns this if no matching control element is found
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c126 return ext->callback->find_elem(ext, id); in get_elem()
347 key = ext->callback->find_elem(ext, &id); in snd_ctl_ext_elem_tlv()
643 The find_elem callback is used to convert the given control element ID to the
650 If you need to create a record dynamically (e.g. via malloc) at each find_elem call,
654 control element given via a key value (converted with find_elem callback).

Completed in 3 milliseconds