Searched refs:kPageSize (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/installd/ |
D | otapreopt.cpp | 525 constexpr size_t kPageSize = PAGE_SIZE; in ChooseRelocationOffsetDelta() local 526 static_assert(IsPowerOfTwo(kPageSize), "page size must be power of two"); in ChooseRelocationOffsetDelta() 527 CHECK_EQ(min_delta % kPageSize, 0u); in ChooseRelocationOffsetDelta() 528 CHECK_EQ(max_delta % kPageSize, 0u); in ChooseRelocationOffsetDelta() 536 r = RoundUp(r, kPageSize); in ChooseRelocationOffsetDelta() 538 r = RoundDown(r, kPageSize); in ChooseRelocationOffsetDelta() 542 CHECK_EQ(r % kPageSize, 0u); in ChooseRelocationOffsetDelta()
|
/frameworks/av/media/libdatasource/include/datasource/ |
D | NuCachedSource2.h | 87 kPageSize = 65536,
|
/frameworks/av/media/libdatasource/ |
D | NuCachedSource2.cpp | 189 mCache(new PageCache(kPageSize)), in NuCachedSource2() 367 mCacheOffset + mCache->totalSize(), page->mData, kPageSize); in fetchInternal()
|