OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remove_sample
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
soundcard.h
108
#define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct
remove_sample
)
116
typedef struct
remove_sample
struct
121
}
remove_sample
;
typedef in typeref:struct:remove_sample
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
soundcard.h
108
#define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct
remove_sample
)
116
typedef struct
remove_sample
struct
121
}
remove_sample
;
typedef in typeref:struct:remove_sample
Completed in 23 milliseconds
1
2
3