OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readMultiple
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/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.
320
case
READMULTIPLE
: {
321
ALOGV("
readMultiple
");
385
maxNumBuffers = 0; // No more MediaBuffers, stop
readMultiple
[
all
...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp
[
all
...]
Completed in 143 milliseconds