Searched refs:doRead (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/apct-tests/perftests/core/src/com/android/internal/util/ |
D | FastDataPerfTest.java | 109 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/ |
D | XmlPerfTest.java | 94 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/ |
D | CreateJavaOutputStreamAdaptor.cpp | 76 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/ |
D | SimpleDecodingSource.h | 106 status_t doRead(
|
/frameworks/av/media/libstagefright/ |
D | SimpleDecodingSource.cpp | 213 status_t res = doRead(me, buffer, options); in read() 224 status_t SimpleDecodingSource::doRead( in doRead() function in SimpleDecodingSource
|