Searched defs:snd_soc_cdai_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 121075 struct snd_soc_cdai_ops { struct 121076 int (*startup)(struct snd_compr_stream *, struct snd_soc_dai *); 121077 int (*shutdown)(struct snd_compr_stream *, struct snd_soc_dai *); 121078 int (*set_params)(struct snd_compr_stream *, struct snd_compr_params *, struct snd_soc_dai *); 121079 int (*get_params)(struct snd_compr_stream *, struct snd_codec *, struct snd_soc_dai *); 121080 int (*set_metadata)(struct snd_compr_stream *, struct snd_compr_metadata *, struct snd_soc_dai *); 121081 int (*get_metadata)(struct snd_compr_stream *, struct snd_compr_metadata *, struct snd_soc_dai *); 121082 int (*trigger)(struct snd_compr_stream *, int, struct snd_soc_dai *); 121083 int (*pointer)(struct snd_compr_stream *, struct snd_compr_tstamp *, struct snd_soc_dai *); 121084 int (*ack)(struct snd_compr_stream *, size_t, struct snd_soc_dai *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 127592 struct snd_soc_cdai_ops { struct 127593 int (*startup)(struct snd_compr_stream *, struct snd_soc_dai *); 127594 int (*shutdown)(struct snd_compr_stream *, struct snd_soc_dai *); 127595 int (*set_params)(struct snd_compr_stream *, struct snd_compr_params *, struct snd_soc_dai *); 127596 int (*get_params)(struct snd_compr_stream *, struct snd_codec *, struct snd_soc_dai *); 127597 int (*set_metadata)(struct snd_compr_stream *, struct snd_compr_metadata *, struct snd_soc_dai *); 127598 int (*get_metadata)(struct snd_compr_stream *, struct snd_compr_metadata *, struct snd_soc_dai *); 127599 int (*trigger)(struct snd_compr_stream *, int, struct snd_soc_dai *); 127600 int (*pointer)(struct snd_compr_stream *, struct snd_compr_tstamp *, struct snd_soc_dai *); 127601 int (*ack)(struct snd_compr_stream *, size_t, struct snd_soc_dai *);
|