HomeSort by relevance Sort by last modified time
    Searched refs:off64_t (Results 201 - 225 of 265) sorted by null

1 2 3 4 5 6 7 891011

  /system/core/libsparse/
output_file.c 46 #define off64_t off_t macro
52 int fd, off64_t offset)
135 off64_t ret;
207 off64_t ret;
220 off64_t ret;
727 off64_t pos;
sparse_read.c 38 #define off64_t off_t macro
225 static int process_chunk(struct sparse_file *s, int fd, off64_t offset,
286 off64_t offset;
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 198 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) {
264 void* buffer, ssize_t numBytes, off64_t offset) {
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 238 int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length) {
302 void* buffer, ssize_t numBytes, off64_t offset) {
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 116 off64_t sdpSize;
  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 215 size_t trackIndex, int fd, off64_t offset, off64_t length, const char *mimeType) {
  /frameworks/base/libs/androidfw/
ObbFile.cpp 119 off64_t fileLength = lseek64(fd, 0, SEEK_END);
165 off64_t fileOffset = fileLength - footerSize - kFooterTagSize;
  /system/extras/tests/directiotest/
directiotest.c 70 static ssize_t do_read(int fd, void *buf, off64_t start, size_t count)
92 static ssize_t do_write(int fd, const void *buf, off64_t start, size_t count)
  /dalvik/libdex/
ZipArchive.cpp 31 #include <utils/Compat.h> // For off64_t and lseek64 on Mac
156 ZipArchive* pArchive, off64_t fileLength, size_t readAmount, u1* scanBuf)
190 off64_t searchStart = fileLength - readAmount;
222 off64_t eocdOffset = searchStart + i;
294 off64_t fileLength = lseek64(fd, 0, SEEK_END);
637 off64_t dataOffset = localHdrOffset + kLFHLen
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 469 off64_t offset,
470 off64_t length) {
642 off64_t FwdLockEngine::onLseek(int uniqueId, DecryptHandle* decryptHandle,
643 off64_t offset, int whence) {
666 off64_t offset) {
  /external/elfutils/libelf/
libelfP.h 342 off64_t sizestr_offset; /* Offset of the size string in the parent
362 off64_t sizestr_offset; /* Offset of the size string in the parent
388 off64_t sizestr_offset; /* Offset of the size string in the parent
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 249 int uniqueId, int fd, off64_t offset,
250 off64_t length, const char* mime) {
317 void* buffer, ssize_t numBytes, off64_t offset) {
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 438 off64_t offset) {
457 off64_t offset) {
464 off64_t offset) {
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 568 typedef PRInt64 off64_t; typedef
581 off64_t st_size;
591 typedef off64_t _MDOff64_t;
595 typedef off64_t _MDOff64_t;
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 145 off64_t i = 0;
StagefrightMediaScanner.cpp 208 off64_t size = lseek64(fd, 0, SEEK_END);
MPEG4Writer.cpp 69 void addChunkOffset(off64_t offset);
228 ListTableEntries<off64_t> *mCo64TableEntries;
1028 off64_t MPEG4Writer::addSample_l(MediaBuffer *buffer) {
1029 off64_t old_offset = mOffset;
    [all...]
NuMediaExtractor.cpp 128 status_t NuMediaExtractor::setDataSource(int fd, off64_t offset, off64_t size) {
542 off64_t size;
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 43 virtual ssize_t readAt(off64_t offset, void *data, size_t size) {
44 off64_t available = (offset >= mSize) ? 0ll : mSize - offset;
867 off64_t size;
868 if (source->getSize(&size) != OK || size < (off64_t)V1_TAG_SIZE) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h 95 typedef __off64_t off64_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h 95 typedef __off64_t off64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h 95 typedef __off64_t off64_t; typedef
  /frameworks/av/cmds/stagefright/
stream.cpp 59 off64_t mFileSize;
98 off64_t offset = 0;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 34 #define INVALID_OFFSET ((off64_t)-1)
136 off64_t numCharsConsumed;
    [all...]
  /frameworks/av/drm/common/
IDrmManagerService.cpp 518 const off64_t offset = reply.readInt64();
550 const off64_t offset = reply.readInt64();
604 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) {
769 ssize_t numBytes, off64_t offset) {
    [all...]

Completed in 1630 milliseconds

1 2 3 4 5 6 7 891011