OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpcap_audio_stream
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
cpcap_audio.h
33
struct
cpcap_audio_stream
{
struct
39
const struct
cpcap_audio_stream
*)
47
_IOR(CPCAP_AUDIO_MAGIC, 2, struct
cpcap_audio_stream
*)
57
const struct
cpcap_audio_stream
*)
60
struct
cpcap_audio_stream
*)
/bionic/libc/kernel/common/linux/
cpcap_audio.h
31
struct
cpcap_audio_stream
{
struct
36
#define CPCAP_AUDIO_OUT_SET_OUTPUT _IOW(CPCAP_AUDIO_MAGIC, 0, const struct
cpcap_audio_stream
*)
41
#define CPCAP_AUDIO_OUT_GET_OUTPUT _IOR(CPCAP_AUDIO_MAGIC, 2, struct
cpcap_audio_stream
*)
49
#define CPCAP_AUDIO_IN_SET_INPUT _IOW(CPCAP_AUDIO_MAGIC, 4, const struct
cpcap_audio_stream
*)
50
#define CPCAP_AUDIO_IN_GET_INPUT _IOR(CPCAP_AUDIO_MAGIC, 5, struct
cpcap_audio_stream
*)
Completed in 474 milliseconds