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

1 2

  /bionic/libc/bionic/
pread.c 31 ssize_t pread(int fd, void *buf, size_t nbytes, off_t offset) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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
  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 161 ssize_t DrmManagerClient::pread( function in class:DrmManagerClient
163 return mDrmManagerClientImpl->pread(mUniqueId, decryptHandle, buffer, numBytes, offset);
DrmManagerClientImpl.cpp 316 ssize_t DrmManagerClientImpl::pread(int uniqueId, sp<DecryptHandle> &decryptHandle, function in class:DrmManagerClientImpl
320 retCode = getDrmManagerService()->pread(
  /frameworks/av/drm/common/
DrmEngineBase.cpp 167 ssize_t DrmEngineBase::pread( function in class:DrmEngineBase
IDrmManagerService.cpp 767 ssize_t BpDrmManagerService::pread( function in class:BpDrmManagerService
782 remote()->transact(PREAD, data, &reply);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 122 @Override public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException { method in class:BlockGuardOs
124 return os.pread(fd, buffer, offset);
127 @Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException { method in class:BlockGuardOs
129 return os.pread(fd, bytes, byteOffset, byteCount, offset);
Os.java 94 public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException; method in interface:Os
95 public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException; method in interface:Os
Posix.java 95 public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException { method in class:Posix
102 public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException { method in class:Posix
  /frameworks/av/drm/drmserver/
DrmManager.cpp 540 ssize_t DrmManager::pread(int uniqueId, DecryptHandle* decryptHandle, function in class:DrmManager
547 result = drmEngine->pread(uniqueId, decryptHandle, buffer, numBytes, offset);
DrmManagerService.cpp 263 ssize_t DrmManagerService::pread(int uniqueId, DecryptHandle* decryptHandle, function in class:DrmManagerService
265 ALOGV("Entering pread");
269 return mDrmManager->pread(uniqueId, decryptHandle, buffer, numBytes, offset);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 343 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,
355 extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes,
362 # define pread pread64 macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 343 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,
355 extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes,
362 # define pread pread64 macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 343 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,
355 extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes,
362 # define pread pread64 macro
    [all...]
  /external/bison/darwin-lib/
unistd.h 1487 # undef pread macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1487 # undef pread macro
    [all...]
  /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))
dri_glx.c 534 struct dri_drawable *pdraw, *pread; local
537 pread = (struct dri_drawable *) driFetchDrawable(context, read);
541 if (pdraw == NULL || pread == NULL)
545 pdraw->driDrawable, pread->driDrawable))
dri2_glx.c 143 struct dri2_drawable *pdraw, *pread; local
147 pread = (struct dri2_drawable *) driFetchDrawable(context, read);
151 if (pdraw == NULL || pread == NULL)
155 pdraw->driDrawable, pread->driDrawable))
164 if (pread != pdraw)
165 dri2InvalidateBuffers(psc->base.dpy, pread->base.xDrawable);
    [all...]
  /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))
dri_glx.c 534 struct dri_drawable *pdraw, *pread; local
537 pread = (struct dri_drawable *) driFetchDrawable(context, read);
541 if (pdraw == NULL || pread == NULL)
545 pdraw->driDrawable, pread->driDrawable))
dri2_glx.c 143 struct dri2_drawable *pdraw, *pread; local
147 pread = (struct dri2_drawable *) driFetchDrawable(context, read);
151 if (pdraw == NULL || pread == NULL)
155 pdraw->driDrawable, pread->driDrawable))
164 if (pread != pdraw)
165 dri2InvalidateBuffers(psc->base.dpy, pread->base.xDrawable);
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 594 SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset ) function
    [all...]

Completed in 943 milliseconds

1 2