Searched refs:readBuffer (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 114 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
|
D | GenericSource.h | 70 void readBuffer(
|
/frameworks/av/media/libstagefright/ |
D | FLACExtractor.cpp | 106 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/ |
D | MCCacheReader.cpp | 454 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/ |
D | PackageParser.java | 431 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/ |
D | EventHub.cpp | 644 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/ |
D | egl.cpp | 598 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()
|