Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/topology/
Dbuilder.c225 ret = twrite(tplg, tplg->manifest_pdata, tplg->manifest.priv.size); in write_manifest_data()
Dparser.c502 free(tplg->manifest_pdata); in snd_tplg_free()
Ddata.c1329 tplg->manifest_pdata = malloc(manifest->priv.size); in tplg_build_manifest_data()
1330 if (!tplg->manifest_pdata) in tplg_build_manifest_data()
1334 memcpy(tplg->manifest_pdata, manifest->priv.data, manifest->priv.size); in tplg_build_manifest_data()
Dtplg_local.h79 void *manifest_pdata; /* copied by builder at file write */ member