Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProfileDataContainer.cpp53 int regionSize = ashmem_get_size_region(ashmemfd); in switchStorageToAshmem() local
54 if (regionSize < 0) { in switchStorageToAshmem()
60 if (regionSize < static_cast<int>(sizeof(ProfileData))) { in switchStorageToAshmem()
61 ALOGW("Ashmem region is too small! Received %d, required %u", regionSize, in switchStorageToAshmem()