Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DJankTracker.h68 void switchStorageToAshmem(int ashmemfd);
DJankTracker.cpp161 void JankTracker::switchStorageToAshmem(int ashmemfd) { in switchStorageToAshmem() function in android::uirenderer::JankTracker
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp509 args->thread->jankTracker().switchStorageToAshmem(args->fd); in CREATE_BRIDGE2()