Searched refs:Read (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dwrapper_input.h36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
38 // Read is called, and returns 0.
H A Dfile_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
36 // until Read is called, and returns 0.
H A Din_memory_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
36 // until Read is called, and returns 0.
H A DBCHeaderField.h68 bool Read(const uint8_t* buf, size_t buf_len) { function in class:BCHeaderField
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { function in class:InMemoryWrapperInput
H A Dfile_wrapper_input.cpp35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { function in class:FileWrapperInput
H A Dbitcode_wrapperer.cpp143 int actually_read = infile_->Read(&buffer_[buffer_size_], needed);
204 // Read in the variable fields. We need to allocate space for the data.
220 field.Read(&buffer_[cursor_], buffer_size_);
/frameworks/native/include/media/openmax/
H A DOMX_ContentPipe.h174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp487 // Read all the records.
502 // Read a record.
550 // Read all the records for this type table.
568 // Read a record.
762 // Read all the records for this type table.
798 // Read a record.
937 // Read all the records for this type table.
960 // Read a record.
988 // Read all the records for this value table.
1010 // Read
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp767 // Read all the records.
782 // Read a record.
831 // Read all the records for this type table.
849 // Read a record.
1062 // Read all the records for this type table.
1098 // Read a record.
1254 // Read all the records for this type table.
1277 // Read a record.
1305 // Read all the records for this value table.
1327 // Read
[all...]
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp370 "Read failed w/ status %d\n",
401 if (request->Read(mReadBuffer, copy, &n)) {
402 MY_LOGV(StringPrintf("Read %d bytes directly.", n).c_str());
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp43 virtual int Read(long long position, long length, unsigned char* buffer) { function in struct:android::DataSourceReader
474 long n = frame.Read(mExtractor->mReader, (unsigned char *)mbuf->data());

Completed in 330 milliseconds