HomeSort by relevance Sort by last modified time
    Searched refs:doRead (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 37 size_t doRead(void* buffer, size_t size) {
121 amount = this->doRead(&tmp, 1);
132 return this->doRead(buffer, size);
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_async_read.h 352 uint32 doRead(uint8*& aBuffer1, uint32 aDataSize, uint32 aNumElements, TOsclFileOffset aOffset);
oscl_file_async_read.cpp 375 //note: the "doRead" routine only handles reads of <= iTotalCacheSize,
379 nbytes = doRead(databuf, aDataSize, thisread / aDataSize, iFilePosition);
416 uint32 OsclAsyncFile::doRead(uint8 *& aBuffer1, uint32 aDataSize, uint32 aNumElements, TOsclFileOffset aOffset)
419 (0, "OsclAsyncFile(0x%x)::doRead size %d numelements %d offset %d", this, aDataSize, aNumElements, aOffset));
460 (0, "OsclAsyncFile(0x%x)::doRead Seek Failed returned %d offset %d", this, ret, aOffset));
    [all...]

Completed in 5424 milliseconds