Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp434 constexpr size_t kPageSize = PAGE_SIZE; in ChooseRelocationOffsetDelta() local
435 CHECK_EQ(min_delta % kPageSize, 0u); in ChooseRelocationOffsetDelta()
436 CHECK_EQ(max_delta % kPageSize, 0u); in ChooseRelocationOffsetDelta()
444 r = RoundUp(r, kPageSize); in ChooseRelocationOffsetDelta()
446 r = RoundDown(r, kPageSize); in ChooseRelocationOffsetDelta()
450 CHECK_EQ(r % kPageSize, 0u); in ChooseRelocationOffsetDelta()
/frameworks/av/media/libstagefright/include/
DNuCachedSource2.h85 kPageSize = 65536,
/frameworks/av/media/libstagefright/
DNuCachedSource2.cpp189 mCache(new PageCache(kPageSize)), in NuCachedSource2()
363 mCacheOffset + mCache->totalSize(), page->mData, kPageSize); in fetchInternal()