HomeSort by relevance Sort by last modified time
    Searched full:pread (Results 1 - 25 of 501) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
pread64.S 16 .globl pread
17 .equ pread, pread64
  /bionic/libc/arch-x86_64/syscalls/
pread64.S 18 .globl pread
19 .equ pread, pread64
  /bionic/libc/arch-mips64/syscalls/
pread64.S 27 .globl pread
28 .equ pread, pread64
  /external/strace/tests/
uio.test 3 # Check how pread/pwrite and preadv/pwritev syscalls are traced.
29 grep_log 'pread(64)?' '\(3, "\\0\\0\\0\\0", 4, 1004211379570065135\) += 4'
uio.c 15 assert(pread(fd, buf, sizeof buf, offset) == 4);
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Process.c 164 LVM_UINT8 *pRead;
215 pRead = pLVPSA_Inst->pSpectralDataBufferWritePointer + (pLVPSA_Inst->SpectralDataBufferLength - (LVM_UINT32)StatusDelta) * pLVPSA_Inst->nBands;
219 pRead = pLVPSA_Inst->pSpectralDataBufferWritePointer - StatusDelta * pLVPSA_Inst->nBands;
226 pCurrentValues[ii] = pRead[ii];
227 if(pLVPSA_Inst->pPreviousPeaks[ii] <= pRead[ii])
229 pLVPSA_Inst->pPreviousPeaks[ii] = pRead[ii];
  /bionic/libc/bionic/
legacy_32_bit_support.cpp 82 // There is no pread for 32-bit off_t, so we need to widen and call pread64.
83 ssize_t pread(int fd, void* buf, size_t byte_count, off_t offset) { function
  /frameworks/av/media/libstagefright/
FileSource.cpp 172 mDrmBufSize = mDrmManagerClient->pread(mDecryptHandle, mDrmBuf,
184 return mDrmManagerClient->pread(mDecryptHandle, data, size, offset + mOffset);
  /system/core/include/utils/
Compat.h 36 return pread(fd, buf, nbytes, offset);
  /external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.cc 135 ssize_t n = HANDLE_EINTR(pread(fd, &num_tables, sizeof(num_tables),
146 n = HANDLE_EINTR(pread(fd, table_entries.get(), directory_size,
182 ssize_t n = HANDLE_EINTR(pread(fd, output, data_length, data_offset));
  /frameworks/av/drm/libdrmframework/include/
IDrmManagerService.h 78 PREAD
162 virtual ssize_t pread(int uniqueId, DecryptHandle* decryptHandle,
249 virtual ssize_t pread(int uniqueId, DecryptHandle* decryptHandle,
NoOpDrmManagerClientImpl.h 67 ssize_t pread(int uniqueId, sp<DecryptHandle> &decryptHandle,
  /frameworks/base/include/androidfw/
ZipFileRO.h 26 * a pread() to guarantee correct operation. This is because pread() can
65 * you must be on a platform that implements pread() to guarantee correctness
  /external/chromium_org/third_party/mesa/src/src/glx/
drisw_glx.c 215 __GLXDRIdrawable *pread = &(prp->base); local
216 Display *dpy = pread->psc->dpy;
220 readable = pread->xDrawable;
272 struct drisw_drawable *pdraw, *pread; local
275 pread = (struct drisw_drawable *) driFetchDrawable(context, read);
279 if (pdraw == NULL || pread == NULL)
283 pdraw->driDrawable, pread->driDrawable))
  /external/mesa3d/src/glx/
drisw_glx.c 215 __GLXDRIdrawable *pread = &(prp->base); local
216 Display *dpy = pread->psc->dpy;
220 readable = pread->xDrawable;
272 struct drisw_drawable *pdraw, *pread; local
275 pread = (struct drisw_drawable *) driFetchDrawable(context, read);
279 if (pdraw == NULL || pread == NULL)
283 pdraw->driDrawable, pread->driDrawable))
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 239 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) {
241 return REAL(pread)(fd, ptr, count, offset);
328 INTERCEPT_FUNCTION(pread);
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 274 ssize_t DrmManagerService::pread(int uniqueId, DecryptHandle* decryptHandle, function in class:DrmManagerService
276 ALOGV("Entering pread");
280 return mDrmManager->pread(uniqueId, decryptHandle, buffer, numBytes, offset);
  /external/compiler-rt/lib/interception/
interception_type_test.cc 31 // The following are the cases when pread (and friends) is used instead of
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 203 @Override public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { method in class:BlockGuardOs
205 return os.pread(fd, buffer, offset);
208 @Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { method in class:BlockGuardOs
210 return os.pread(fd, bytes, byteOffset, byteCount, offset);
  /libcore/luni/src/main/native/
Portability.h 38 #define pread64 pread
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
unistd.h 55 __off_t __offset), pread) __wur;
62 __wur __warnattr ("pread called with bigger length than size of "
73 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) function
88 pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
librt-2.11.1.so 
librt.so 
librt.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
unistd.h 55 __off_t __offset), pread) __wur;
62 __wur __warnattr ("pread called with bigger length than size of "
73 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) function
88 pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) function

Completed in 631 milliseconds

1 2 3 4 5 6 7 8 91011>>