OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readMultiple
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/include/media/
IMediaSource.h
39
// Maximum number of buffers would be read in
readMultiple
.
111
// TODO: consider removing read() in favor of
readMultiple
().
127
virtual status_t
readMultiple
(
131
// Returns true if |
readMultiple
| is supported, otherwise false.
135
// |
readMultiple
| if supported, always allows the nonblocking option.
169
virtual status_t
readMultiple
(
/frameworks/av/media/libmedia/
IMediaSource.cpp
40
READMULTIPLE
,
118
status_t ret =
readMultiple
(&buffers, 1 /* maxNumBuffers */, options);
125
virtual status_t
readMultiple
(
127
ALOGV("
readMultiple
");
137
status_t ret = remote()->transact(
READMULTIPLE
, data, &reply);
185
ALOGV("
readMultiple
status %d, bufferCount %u, sinceStop %u",
190
// Binder proxy adds
readMultiple
support.
321
case
READMULTIPLE
: {
322
ALOGV("
readMultiple
");
386
maxNumBuffers = 0; // No more MediaBuffers, stop
readMultiple
[
all
...]
Completed in 401 milliseconds