Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h93726 struct snd_pcm_ops { struct
93727 int (*open)(struct snd_pcm_substream *);
93728 int (*close)(struct snd_pcm_substream *);
93729 int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);
93730 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
93731 int (*hw_free)(struct snd_pcm_substream *);
93732 int (*prepare)(struct snd_pcm_substream *);
93733 int (*trigger)(struct snd_pcm_substream *, int);
93734 int (*sync_stop)(struct snd_pcm_substream *);
93735 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h103422 struct snd_pcm_ops { struct
103423 int (*open)(struct snd_pcm_substream *);
103424 int (*close)(struct snd_pcm_substream *);
103425 int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);
103426 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
103427 int (*hw_free)(struct snd_pcm_substream *);
103428 int (*prepare)(struct snd_pcm_substream *);
103429 int (*trigger)(struct snd_pcm_substream *, int);
103430 int (*sync_stop)(struct snd_pcm_substream *);
103431 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);
[all …]