Home
last modified time | relevance | path

Searched refs:doRead (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/com/android/internal/util/
DFastDataPerfTest.java109 doRead(in); in timeRead_Upstream()
124 doRead(in); in timeRead_LocalUsing4ByteSequences()
139 doRead(in); in timeRead_LocalUsing3ByteSequences()
171 private static void doRead(DataInput in) throws IOException { in doRead() method in FastDataPerfTest
/frameworks/base/apct-tests/perftests/core/src/android/util/
DXmlPerfTest.java94 doRead(() -> Xml.newFastSerializer(), () -> Xml.newFastPullParser()); in timeRead_Fast()
99 doRead(() -> Xml.newBinarySerializer(), () -> Xml.newBinaryPullParser()); in timeRead_Binary()
102 private void doRead(Supplier<TypedXmlSerializer> outFactory, in doRead() method in XmlPerfTest
/frameworks/base/libs/hwui/jni/
DCreateJavaOutputStreamAdaptor.cpp76 amount = this->doRead(&tmp, 1, env); in read()
88 return this->doRead(buffer, size, env); in read()
94 size_t doRead(void* buffer, size_t size, JNIEnv* env) { in doRead() function in JavaInputStreamAdaptor
/frameworks/av/media/libstagefright/include/media/stagefright/
DSimpleDecodingSource.h106 status_t doRead(
/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp213 status_t res = doRead(me, buffer, options); in read()
224 status_t SimpleDecodingSource::doRead( in doRead() function in SimpleDecodingSource