Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dchoreographer.h163 void AChoreographer_postVsyncCallback(AChoreographer* choreographer,
/frameworks/base/native/android/
Dchoreographer.cpp43 void AChoreographer_postVsyncCallback(AChoreographer* choreographer, in AChoreographer_postVsyncCallback() function
Dlibandroid.map.txt32 AChoreographer_postVsyncCallback; # introduced=33
/frameworks/native/libs/nativedisplay/
Dlibnativedisplay.map.txt10 AChoreographer_postVsyncCallback; # apex # introduced=33
DAChoreographer.cpp543 return AChoreographer_postVsyncCallback(choreographer, callback, data); in AChoreographer_routePostVsyncCallback()
618 void AChoreographer_postVsyncCallback(AChoreographer* choreographer, in AChoreographer_postVsyncCallback() function
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postVsyncCallback);
387 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postVsyncCallback); in init_stub_library()
Dstubs_arm64.cc53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postVsyncCallback);
387 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postVsyncCallback); in init_stub_library()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp155 AChoreographer_postVsyncCallback(mRenderThread->mChoreographer, in requestNextVsync()