Home
last modified time | relevance | path

Searched refs:readBuffer (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp114 readBuffer(true /* audio */); in start()
123 readBuffer(false /* audio */); in start()
156 readBuffer(audio, -1ll); in dequeueAccessUnit()
169 readBuffer(false /* audio */, seekTimeUs, &actualTimeUs); in seekTo()
175 readBuffer(true /* audio */, seekTimeUs); in seekTo()
181 void NuPlayer::GenericSource::readBuffer( in readBuffer() function in android::NuPlayer::GenericSource
DGenericSource.h70 void readBuffer(
/frameworks/av/media/libstagefright/
DFLACExtractor.cpp106 MediaBuffer *readBuffer() { in readBuffer() function in android::FLACParser
107 return readBuffer(false, 0LL); in readBuffer()
109 MediaBuffer *readBuffer(FLAC__uint64 sample) { in readBuffer() function in android::FLACParser
110 return readBuffer(true, sample); in readBuffer()
148 MediaBuffer *readBuffer(bool doSeek, FLAC__uint64 sample);
599 MediaBuffer *FLACParser::readBuffer(bool doSeek, FLAC__uint64 sample) in readBuffer() function in android::FLACParser
721 buffer = mParser->readBuffer(sample); in read()
724 buffer = mParser->readBuffer(); in read()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheReader.cpp454 char readBuffer[1024]; in readObjFile() local
456 while ((readSize = mObjFile->read(readBuffer, 1024)) > 0) { in readObjFile()
457 mpResult->mCachedELFExecutable.append(readBuffer, readBuffer + readSize); in readObjFile()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java431 byte[] readBuffer) { in loadCertificates() argument
436 while (is.read(readBuffer, 0, readBuffer.length) != -1) { in loadCertificates()
561 byte[] readBuffer = null; in collectCertificates()
566 readBuffer = readBufferRef.get(); in collectCertificates()
568 if (readBuffer == null) { in collectCertificates()
569 readBuffer = new byte[8192]; in collectCertificates()
570 readBufferRef = new WeakReference<byte[]>(readBuffer); in collectCertificates()
585 certs = loadCertificates(jarFile, jarEntry, readBuffer); in collectCertificates()
623 final Certificate[] localCerts = loadCertificates(jarFile, je, readBuffer); in collectCertificates()
/frameworks/base/services/input/
DEventHub.cpp644 struct input_event readBuffer[bufferSize]; in getEvents() local
749 int32_t readSize = read(device->fd, readBuffer, in getEvents()
769 const struct input_event& iev = readBuffer[i]; in getEvents()
/frameworks/native/opengl/libagl/
Degl.cpp598 gl->rasterizer.procs.readBuffer(gl, &buffer); in bindReadSurface()
689 gl->rasterizer.procs.readBuffer(gl, &buffer); in bindReadSurface()
758 gl->rasterizer.procs.readBuffer(gl, &pbuffer); in bindReadSurface()