Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DJankTracker.cpp181 int regionSize = ashmem_get_size_region(ashmemfd); in switchStorageToAshmem() local
182 if (regionSize < 0) { in switchStorageToAshmem()
187 if (regionSize < static_cast<int>(sizeof(ProfileData))) { in switchStorageToAshmem()
189 regionSize, static_cast<unsigned int>(sizeof(ProfileData))); in switchStorageToAshmem()