HomeSort by relevance Sort by last modified time
    Searched refs:snd_seq_client_type_t (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/sound/
asequencer.h 257 typedef int __bitwise snd_seq_client_type_t; typedef
259 #define NO_CLIENT ((__force snd_seq_client_type_t) 0)
260 #define USER_CLIENT ((__force snd_seq_client_type_t) 1)
261 #define KERNEL_CLIENT ((__force snd_seq_client_type_t) 2)
270 snd_seq_client_type_t type;
  /external/kernel-headers/original/uapi/sound/
asequencer.h 339 typedef int __bitwise snd_seq_client_type_t; typedef
340 #define NO_CLIENT ((__force snd_seq_client_type_t) 0)
341 #define USER_CLIENT ((__force snd_seq_client_type_t) 1)
342 #define KERNEL_CLIENT ((__force snd_seq_client_type_t) 2)
352 snd_seq_client_type_t type; /* client type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asequencer.h 339 typedef int __bitwise snd_seq_client_type_t; typedef
340 #define NO_CLIENT ((snd_seq_client_type_t) 0)
341 #define USER_CLIENT ((snd_seq_client_type_t) 1)
342 #define KERNEL_CLIENT ((snd_seq_client_type_t) 2)
352 snd_seq_client_type_t type; /* client type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h 339 typedef int __bitwise snd_seq_client_type_t; typedef
340 #define NO_CLIENT ((snd_seq_client_type_t) 0)
341 #define USER_CLIENT ((snd_seq_client_type_t) 1)
342 #define KERNEL_CLIENT ((snd_seq_client_type_t) 2)
352 snd_seq_client_type_t type; /* client type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
seq.h 131 } snd_seq_client_type_t; typedef in typeref:enum:snd_seq_client_type
142 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq.h 131 } snd_seq_client_type_t; typedef in typeref:enum:snd_seq_client_type
142 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info);

Completed in 218 milliseconds