/aosp12/frameworks/ex/framesequence/jni/ |
H A D | Stream.cpp | 51 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 D | Stream.h | 36 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 D | FastDataPerfTest.java | 81 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 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
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/util/ |
H A D | XmlPerfTest.java | 92 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 D | SimpleDecodingSource.h | 106 status_t doRead(
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | StreamIn.cpp | 77 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 D | SimpleDecodingSource.cpp | 213 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 D | NativeNfcTag.java | 347 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 D | SampleChunkIoHelper.java | 372 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 D | SampleChunkIoHelper.java | 417 doRead((int) message.obj); in handleMessage() 485 private void doRead(int index) throws IOException { in doRead() method in SampleChunkIoHelper
|