Searched refs:read (Results 401 - 425 of 642) sorted by relevance

<<11121314151617181920>>

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp971 EGLSurface read, EGLContext ctx)
978 // If ctx is not EGL_NO_CONTEXT, read is not EGL_NO_SURFACE, or draw is not
981 if ( (ctx != EGL_NO_CONTEXT) || (read != EGL_NO_SURFACE) ||
989 SurfaceRef _r(dp.get(), read);
1015 if (draw != EGL_NO_SURFACE || read != EGL_NO_SURFACE) {
1033 // retrieve the underlying implementation's read EGLSurface
1034 if (read != EGL_NO_SURFACE) {
1036 r = get_surface(read);
1042 draw, read, ctx,
1064 SurfaceRef _r2(dp.get(), cur_c->read);
970 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
[all...]
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp181 reply.read(data, bufferSize);
211 reply.read(data, bufferSize);
277 reply.read(data, bufferSize);
326 reply.read(data, bufferSize);
529 reply.read(data, bufferSize);
561 reply.read(data, bufferSize);
750 reply.read((void *)(*decBuffer)->data, size);
775 ALOGV("read");
790 reply.read(buffer, result);
/frameworks/av/media/extractors/wav/
H A DWAVExtractor.cpp70 virtual status_t read(
417 status_t WAVSource::read( function in class:android::WAVSource
465 // so read multiples of 65, and use smaller buffers to account for ~10:1 expansion ratio
471 // read only integral amounts of audio unit frames.
/frameworks/av/media/libheif/
H A DHeifDecoderImpl.cpp76 * Buffer size for passing the read data to mediaserver. Set to 64K
152 // Can only read max of kBufferSize
191 // in order to guarantee sequential read, we need to skip a number of
194 size_t bytesSkipped = mStream->read(nullptr, bytesToSkip);
236 size_t bytesRead = mStream->read(mCache.get() + mCachedSize, bytesToRead);
242 // read some bytes but not all, set EOS
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp109 mFirstBufferResult = mSource->read(&mFirstBuffer, &options);
512 err = mSource->read(&mInputBuffer, &options);
H A DSimpleDecodingSource.cpp202 status_t SimpleDecodingSource::read( function in class:SimpleDecodingSource
274 res = mSource->read(&in_buf, options);
346 // abort read on stop
H A DAACWriter.cpp298 err = mSource->read(&buffer);
H A DAMRWriter.cpp197 err = mSource->read(&buffer);
H A DFileSource.cpp140 return 0; // read beyond EOF.
158 return ::read(mFd, data, size);
/frameworks/base/core/jni/android/graphics/
H A DGIFMovie.cpp42 return (int) stream->read(out, size);
437 if (stream->read(buf, GIF_STAMP_LEN) == GIF_STAMP_LEN) {
441 // must rewind here, since our construct wants to re-read the data
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp98 if (stream->read(riff_header, RIFF_HEADER_SIZE) != RIFF_HEADER_SIZE) {
118 if (stream->read(remaining_bytes, remaining_size) != remaining_size) {
/frameworks/multidex/library/src/androidx/multidex/
H A DMultiDexExtractor.java280 Log.w(TAG, "Failed to read crc from " + extractedFile.getAbsolutePath(), e);
393 int length = in.read(buffer);
396 length = in.read(buffer);
/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp79 int error = read(m_readFd, &val, sizeof(val));
87 int error = read(m_readFd, &v, sizeof(T));
H A Dschd-dbg.cpp119 // note the caller cpu read here is not always correct
121 // right after it read the cpu number and still before the transaction.
178 int error = read(m_readFd, &val, sizeof(val));
188 int error = read(m_readFd, &v, sizeof(T));
/frameworks/support/compat/src/androidTest/java/androidx/core/graphics/drawable/
H A DIconCompatTest.java305 for (int len = source.read(buffer); len >= 0; len = source.read(buffer)) {
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/solver/
H A DBasicColumnTypeAdaptersTest.kt138 fun read() {
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp92 virtual status_t read( function in class:DummySource
109 // read() much faster.
/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp161 // An example of free running is when the other side is read or written by hardware DMA
164 ? descriptor->readCounterAddress // read by other side
190 return mUpCommandQueue->read(commandPtr, 1);
/frameworks/av/media/libaaudio/tests/
H A Dtest_atomic_fifo.cpp55 // Pretend to read the data.
130 fifo_frames_t actual = mFifoBuffer.read(mData, framesToRead);
177 // Randomly read or write up to the maximum amount of data.
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp105 ssize_t n = mStreamListener->read(buffer, sizeof(buffer), &extra);
/frameworks/av/services/audioflinger/
H A DFastCapture.cpp170 ATRACE_BEGIN("read");
171 ssize_t framesRead = mInputSource->read(mReadBuffer, frameCount);
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamShared.cpp244 Timestamp timestamp = mAtomicTimestamp.read();
/frameworks/base/cmds/idmap/
H A Dcreate.cpp93 ssize_t r = TEMP_FAILURE_RETRY(read(idmap_fd, buf + N - bytesLeft, bytesLeft));
/frameworks/base/core/java/android/os/
H A DDropBoxManager.java158 * Create a new Entry with the contents read from a file.
159 * The file will be read when the entry's contents are requested.
202 n = is.read(buf, readBytes, maxBytes - readBytes);
320 * @param file to read from
/frameworks/base/core/java/com/android/internal/os/
H A DKernelWakelockReader.java90 len = is.read(buffer);
93 Slog.wtf(TAG, "failed to read kernel wakelocks", e);

Completed in 2056 milliseconds

<<11121314151617181920>>