Home
last modified time | relevance | path

Searched refs:parent_obj (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-utils/topology/
H A Dpre-process-dapm.c29 snd_config_t *top, *parent_obj, *cfg, *dest; in tplg_build_base_object() local
37 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_build_base_object()
40 parent_name = tplg_object_get_name(tplg_pp, parent_obj); in tplg_build_base_object()
293 snd_config_t *top, *obj, *cfg, *route, *child, *parent_obj; in tplg_build_dapm_route_object() local
309 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_build_dapm_route_object()
311 ret = snd_config_get_id(parent_obj, &parent_name); in tplg_build_dapm_route_object()
H A Dpre-process-dai.c56 snd_config_t *top, *parent_obj, *obj, *dest, *cfg, *pcm, *child; in tplg_update_pcm_object() local
86 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_update_pcm_object()
89 parent_name = tplg_object_get_name(tplg_pp, parent_obj); in tplg_update_pcm_object()
H A Dpre-process-object.c846 snd_config_t *obj, *parent_obj, *section_cfg, *top; in tplg_build_parent_data() local
856 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_build_parent_data()
865 parent_id = tplg_object_get_name(tplg_pp, parent_obj); in tplg_build_parent_data()
867 ret = snd_config_get_id(parent_obj, &parent_id); in tplg_build_parent_data()
1222 snd_config_t *obj_cfg, *class_cfg, *parent_obj; in tplg_object_update() local
1286 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_object_update()
1287 if (!parent_obj) in tplg_object_update()
1290 ret = tplg_object_copy_and_add_param(tplg_pp, obj_cfg, n, parent_obj); in tplg_object_update()
1300 cfg = tplg_object_lookup_in_config(tplg_pp, parent_obj, class_type, in tplg_object_update()
2013 snd_config_t *parent_instance, *parent_obj, *tem in tplg_pre_process_objects() local
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc976 IndexedReferencesExtractor(V8HeapExplorer* generator, HeapObject parent_obj, in IndexedReferencesExtractor() argument
980 parent_obj_(parent_obj), in IndexedReferencesExtractor()
2131 void V8HeapExplorer::SetHiddenReference(HeapObject parent_obj, in SetHiddenReference() argument
2134 DCHECK_EQ(parent_entry, GetEntry(parent_obj)); in SetHiddenReference()
2141 if (IsEssentialHiddenReference(parent_obj, field_offset)) { in SetHiddenReference()
H A Dheap-snapshot-generator.h471 void SetHiddenReference(HeapObject parent_obj, HeapEntry* parent_entry,

Completed in 11 milliseconds