HomeSort by relevance Sort by last modified time
    Searched defs:readMultiple (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/include/media/
IMediaSource.h 38 // Maximum number of buffers would be read in readMultiple.
65 // TODO: consider removing read() in favor of readMultiple().
82 virtual status_t readMultiple(
86 // Returns true if |readMultiple| is supported, otherwise false.
90 // |readMultiple| if supported, always allows the nonblocking option.
112 virtual status_t readMultiple(
  /frameworks/av/media/libmedia/
IMediaSource.cpp 40 READMULTIPLE,
120 status_t ret = readMultiple(&buffers, 1 /* maxNumBuffers */, options);
127 virtual status_t readMultiple(
130 ALOGV("readMultiple");
140 status_t ret = remote()->transact(READMULTIPLE, data, &reply);
188 ALOGV("readMultiple status %d, bufferCount %u, sinceStop %u",
196 // Binder proxy adds readMultiple support.
324 case READMULTIPLE: {
325 ALOGV("readMultiple");
389 maxNumBuffers = 0; // No more MediaBuffers, stop readMultiple
    [all...]

Completed in 451 milliseconds