Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libshmem/
H A DShmemCompat.cpp42 const uint64_t heapStartOffset = shmem.offset & pageMask; in convertSharedFileRegionToIMemory() local
45 const uint64_t heapSize = heapEndOffset - heapStartOffset; in convertSharedFileRegionToIMemory()
47 if (heapStartOffset > std::numeric_limits<size_t>::max() || in convertSharedFileRegionToIMemory()
55 new MemoryHeapBase(shmem.fd.get(), heapSize, flags, heapStartOffset); in convertSharedFileRegionToIMemory()
57 shmem.offset - heapStartOffset, in convertSharedFileRegionToIMemory()