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

/frameworks/base/opengl/libs/GLES2_dbg/test/
H A Dtest_server.cpp51 void Read(glesv2debugger::Message & msg) const { function in class:ServerFileTest
79 Read(read);
122 Read(read);
186 Read(read);
192 Read(read);
215 Read(read);
218 Read(read);
223 Read(read);
224 Read(read);
231 Read(rea
[all...]
H A Dtest_socket.cpp83 void Read(glesv2debugger::Message & msg) { function in class:SocketContextTest
134 Read(read);
164 Read(read);
169 Read(read);
220 Read(read);
224 Read(read);
229 Read(read);
234 Read(read);
305 Read(read);
309 Read(rea
[all...]
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DFileHandle.h28 Read = 0, enumerator in enum:bcc::OpenMode::ModeType
H A DSha1Helper.cpp55 if (file.open(filename, OpenMode::Read) < 0) {
87 if (file.open(filename, OpenMode::Read) < 0) {
H A DScript.cpp266 if (objFile.open(objPath.c_str(), OpenMode::Read) < 0) {
272 if (infoFile.open(infoPath.c_str(), OpenMode::Read) < 0) {
302 // Read cache file
/frameworks/base/include/media/stagefright/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.cpp405 // Read all the records.
427 // Read a record.
512 // Read all the records for this type table.
536 // Read a record.
727 // Read all the records for this type table.
763 // Read a record.
902 // Read all the records for this type table.
925 // Read a record.
953 // Read all the records for this value table.
975 // Read
[all...]
/frameworks/base/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp43 virtual int Read(long long position, long length, unsigned char* buffer) { function in struct:android::DataSourceReader
380 long n = frame.Read(mExtractor->mReader, (unsigned char *)mbuf->data());
/frameworks/base/media/libstagefright/chromium_http/
H A Dsupport.cpp347 "Read failed w/ status %d\n",
378 if (request->Read(mReadBuffer, copy, &n)) {
379 MY_LOGV(StringPrintf("Read %d bytes directly.", n).c_str());

Completed in 3872 milliseconds