Searched defs:snd_compr_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 118916 struct snd_compr_ops { struct 118917 int (*open)(struct snd_compr_stream *); 118918 int (*free)(struct snd_compr_stream *); 118919 int (*set_params)(struct snd_compr_stream *, struct snd_compr_params *); 118920 int (*get_params)(struct snd_compr_stream *, struct snd_codec *); 118921 int (*set_metadata)(struct snd_compr_stream *, struct snd_compr_metadata *); 118922 int (*get_metadata)(struct snd_compr_stream *, struct snd_compr_metadata *); 118923 int (*trigger)(struct snd_compr_stream *, int); 118924 int (*pointer)(struct snd_compr_stream *, struct snd_compr_tstamp *); 118925 int (*copy)(struct snd_compr_stream *, char __attribute__((btf_type_tag("user"))) *, size_t); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 125346 struct snd_compr_ops { struct 125347 int (*open)(struct snd_compr_stream *); 125348 int (*free)(struct snd_compr_stream *); 125349 int (*set_params)(struct snd_compr_stream *, struct snd_compr_params *); 125350 int (*get_params)(struct snd_compr_stream *, struct snd_codec *); 125351 int (*set_metadata)(struct snd_compr_stream *, struct snd_compr_metadata *); 125352 int (*get_metadata)(struct snd_compr_stream *, struct snd_compr_metadata *); 125353 int (*trigger)(struct snd_compr_stream *, int); 125354 int (*pointer)(struct snd_compr_stream *, struct snd_compr_tstamp *); 125355 int (*copy)(struct snd_compr_stream *, char __attribute__((btf_type_tag("user"))) *, size_t); [all …]
|