Home
last modified time | relevance | path

Searched refs:offset64 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/extractors/mp4/
DSampleIterator.cpp224 uint64_t offset64; in getChunkOffset() local
227 &offset64, in getChunkOffset()
228 sizeof(offset64)) < (ssize_t)sizeof(offset64)) { in getChunkOffset()
232 *offset = ntoh64(offset64); in getChunkOffset()
/frameworks/native/libs/binder/
DIMemory.cpp195 const int64_t offset64 = reply.readInt64(); in getMemory() local
197 const ssize_t o = (ssize_t)offset64; in getMemory()
200 if (s == size64 && o == offset64 // ILP32 bounds check in getMemory()
323 const int64_t offset64 = reply.readInt64(); in assertReallyMapped() local
326 const off_t offset = (off_t)offset64; in assertReallyMapped()
328 size != size64 || offset != offset64) { // ILP32 size check in assertReallyMapped()