Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/sound/
Dasequencer.h150 unsigned char queue; member
170 unsigned char queue; member
180 struct snd_seq_ev_queue_control queue; member
254 unsigned char queue; member
306 int queue; member
314 int queue; member
323 int queue; member
334 int queue; member
345 int queue; member
358 unsigned char queue; member
[all …]
Dasound.h691 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()