Searched defs:snd_compress_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 121097 struct snd_compress_ops { struct 121098 int (*open)(struct snd_soc_component *, struct snd_compr_stream *); 121099 int (*free)(struct snd_soc_component *, struct snd_compr_stream *); 121100 …nt (*set_params)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_compr_params *); 121101 int (*get_params)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_codec *); 121102 …*set_metadata)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_compr_metadata *); 121103 …*get_metadata)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_compr_metadata *); 121104 int (*trigger)(struct snd_soc_component *, struct snd_compr_stream *, int); 121105 int (*pointer)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_compr_tstamp *); 121106 …_soc_component *, 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 | 127614 struct snd_compress_ops { struct 127615 int (*open)(struct snd_soc_component *, struct snd_compr_stream *); 127616 int (*free)(struct snd_soc_component *, struct snd_compr_stream *); 127617 …nt (*set_params)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_compr_params *); 127618 int (*get_params)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_codec *); 127619 …*set_metadata)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_compr_metadata *); 127620 …*get_metadata)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_compr_metadata *); 127621 int (*trigger)(struct snd_soc_component *, struct snd_compr_stream *, int); 127622 int (*pointer)(struct snd_soc_component *, struct snd_compr_stream *, struct snd_compr_tstamp *); 127623 …_soc_component *, struct snd_compr_stream *, char __attribute__((btf_type_tag("user"))) *, size_t); [all …]
|