OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UAC_SET_
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/usb/
audio.h
47
#define
UAC_SET_
0x00
54
#define UAC_SET_CUR (
UAC_SET_
| UAC__CUR)
56
#define UAC_SET_MIN (
UAC_SET_
| UAC__MIN)
58
#define UAC_SET_MAX (
UAC_SET_
| UAC__MAX)
60
#define UAC_SET_RES (
UAC_SET_
| UAC__RES)
62
#define UAC_SET_MEM (
UAC_SET_
| UAC__MEM)
/external/kernel-headers/original/uapi/linux/usb/
audio.h
65
#define
UAC_SET_
0x00
74
#define UAC_SET_CUR (
UAC_SET_
| UAC__CUR)
76
#define UAC_SET_MIN (
UAC_SET_
| UAC__MIN)
78
#define UAC_SET_MAX (
UAC_SET_
| UAC__MAX)
80
#define UAC_SET_RES (
UAC_SET_
| UAC__RES)
82
#define UAC_SET_MEM (
UAC_SET_
| UAC__MEM)
Completed in 48 milliseconds