Home
last modified time | relevance | path

Searched defs:compress_sst_ops (Results 1 – 1 of 1) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h128459 struct compress_sst_ops { struct
128460 const char *name;
128461 int (*open)(struct device *, struct snd_sst_params *, struct sst_compress_cb *);
128462 int (*stream_start)(struct device *, unsigned int);
128463 int (*stream_drop)(struct device *, unsigned int);
128464 int (*stream_drain)(struct device *, unsigned int);
128465 int (*stream_partial_drain)(struct device *, unsigned int);
128466 int (*stream_pause)(struct device *, unsigned int);
128467 int (*stream_pause_release)(struct device *, unsigned int);
128468 int (*tstamp)(struct device *, unsigned int, struct snd_compr_tstamp *);
[all …]