OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fec_read
(Results
1 - 3
of
3
) sorted by null
/system/extras/libfec/
Android.mk
15
fec_read
.cpp \
fec_read.cpp
443
ssize_t
fec_read
(struct fec_handle *f, void *buf, size_t count)
function
/system/extras/libfec/include/fec/
io.h
106
extern ssize_t
fec_read
(struct fec_handle *f, void *buf, size_t count);
154
return
fec_read
(handle_.get(), buf, count);
Completed in 79 milliseconds