Searched refs:Read (Results 1 - 11 of 11) 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.cpp480 // Read all the records.
495 // Read a record.
543 // Read all the records for this type table.
560 // Read a record.
756 // Read all the records for this type table.
792 // Read a record.
931 // Read all the records for this type table.
954 // Read a record.
982 // Read all the records for this value table.
1004 // Read
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp759 // Read all the records.
774 // Read a record.
823 // Read all the records for this type table.
840 // Read a record.
1055 // Read all the records for this type table.
1091 // Read a record.
1247 // Read all the records for this type table.
1270 // Read a record.
1298 // Read all the records for this value table.
1320 // Read
[all...]
/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
542 long n = frame.Read(mExtractor->mReader, (unsigned char *)mbuf->data());

Completed in 1600 milliseconds