Home
last modified time | relevance | path

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

/aosp12/frameworks/ex/framesequence/jni/
H A DStream.cpp51 size_t read = doRead(mPeekBuffer + mPeekOffset, size - peek_remaining); in peek()
77 bytes_read += doRead(buffer, size); in read()
110 size_t MemoryStream::doRead(void* buffer, size_t size) { in doRead() function in MemoryStream
118 size_t FileStream::doRead(void* buffer, size_t size) { in doRead() function in FileStream
122 size_t JavaInputStream::doRead(void* dstBuffer, size_t size) { in doRead() function in JavaInputStream
H A DStream.h36 virtual size_t doRead(void* buffer, size_t size) = 0;
55 virtual size_t doRead(void* buffer, size_t size);
68 virtual size_t doRead(void* buffer, size_t size);
83 virtual size_t doRead(void* buffer, size_t size);
/aosp12/frameworks/base/apct-tests/perftests/core/src/com/android/internal/util/
H A DFastDataPerfTest.java81 doRead(in); in timeRead_Upstream()
92 doRead(in); in timeRead_Local()
121 private static void doRead(DataInput in) throws IOException { in doRead() method in FastDataPerfTest
/aosp12/frameworks/base/libs/hwui/jni/
H A 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
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/util/
H A DXmlPerfTest.java92 doRead(() -> Xml.newFastSerializer(), () -> Xml.newFastPullParser()); in timeRead_Fast()
97 doRead(() -> Xml.newBinarySerializer(), () -> Xml.newBinaryPullParser()); in timeRead_Binary()
100 private void doRead(Supplier<TypedXmlSerializer> outFactory, in doRead() method in XmlPerfTest
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DSimpleDecodingSource.h106 status_t doRead(
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStreamIn.cpp77 void doRead();
80 void ReadThread::doRead() { in doRead() function in android::hardware::audio::CPP_VERSION::implementation::__anon4670320a0110::ReadThread
123 doRead(); in threadLoop()
/aosp12/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp213 status_t res = doRead(me, buffer, options); in read()
224 status_t SimpleDecodingSource::doRead( in doRead() function in SimpleDecodingSource
/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java347 private native byte[] doRead(); in doRead() method in NativeNfcTag
353 byte[] result = doRead(); in readNdef()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
H A DSampleChunkIoHelper.java372 doRead((int) message.obj); in handleMessage()
440 private void doRead(int index) throws IOException { in doRead() method in SampleChunkIoHelper
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
H A DSampleChunkIoHelper.java417 doRead((int) message.obj); in handleMessage()
485 private void doRead(int index) throws IOException { in doRead() method in SampleChunkIoHelper