Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/sound/
Dasequencer.h139 unsigned char queue; member
161 struct snd_seq_ev_queue_control queue; member
172 unsigned char queue; member
182 unsigned char queue; member
263 unsigned char queue; member
324 int queue; member
332 int queue; member
341 int queue; member
352 int queue; member
363 int queue; member
[all …]
Dasound.h761 unsigned int queue; member
/bionic/libc/include/bits/
Dtermios_inlines.h98 __BIONIC_TERMIOS_INLINE int tcflush(int fd, int queue) { in tcflush() argument
99 return ioctl(fd, TCFLSH, __BIONIC_CAST(static_cast, unsigned long, queue)); in tcflush()