Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DJankTracker.cpp161 void JankTracker::switchStorageToAshmem(int ashmemfd) { in switchStorageToAshmem() argument
162 int regionSize = ashmem_get_size_region(ashmemfd); in switchStorageToAshmem()
170 MAP_SHARED, ashmemfd, 0)); in switchStorageToAshmem()
174 ashmemfd, err); in switchStorageToAshmem()
DJankTracker.h68 void switchStorageToAshmem(int ashmemfd);