Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProfileDataContainer.h34 void switchStorageToAshmem(int ashmemfd);
DProfileDataContainer.cpp52 void ProfileDataContainer::switchStorageToAshmem(int ashmemfd) { in switchStorageToAshmem() function in android::uirenderer::ProfileDataContainer
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp243 rt.globalProfileData().switchStorageToAshmem(fd); in setProcessStatsBuffer()