Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h109 struct snd_seq_ev_note { struct
110 unsigned char channel;
111 unsigned char note;
112 unsigned char velocity;
113 unsigned char off_velocity;
114 unsigned int duration;
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasequencer.h130 struct snd_seq_ev_note { struct
131 unsigned char channel;
132 unsigned char note;
134 unsigned char velocity;
135 unsigned char off_velocity;
136 unsigned int duration;
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasequencer.h193 struct snd_seq_ev_note { struct
194 unsigned char channel;
195 unsigned char note;
196 unsigned char velocity;
197 unsigned char off_velocity; /* only for SNDRV_SEQ_EVENT_NOTE */
198 unsigned int duration; /* only for SNDRV_SEQ_EVENT_NOTE */