Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/include/apex/
Dchoreographer.h31 AChoreographer* AChoreographer_create();
/frameworks/native/libs/nativedisplay/
Dlibnativedisplay.map.txt17 AChoreographer_create; # systemapi # introduced=30
DAChoreographer.cpp240 AChoreographer* AChoreographer_create() { in AChoreographer_create() function
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp249 mChoreographer = AChoreographer_create(); in initializeChoreographer()