OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:audiofd
(Results
1 - 1
of
1
) sorted by null
/external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp
56
static int
audiofd
= -1;
variable
78
audiofd
= open("/dev/eac", O_RDONLY, 0666);
79
if (
audiofd
>= 0) {
80
//fcntl(
audiofd
, F_SETFL, O_NONBLOCK);
84
ioctl(
audiofd
, 317, ¶ms, sizeof(params));
87
return
audiofd
;
114
return close(
audiofd
);
129
n = read(
audiofd
, buffer, frame_count*sizeof(short)*N_CHANNELS);
Completed in 168 milliseconds