Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dchoreographer.h98 void AChoreographer_postFrameCallback64(AChoreographer* choreographer,
/frameworks/base/native/android/
Dchoreographer.cpp33 void AChoreographer_postFrameCallback64(AChoreographer* choreographer, in AChoreographer_postFrameCallback64() function
Dlibandroid.map.txt28 AChoreographer_postFrameCallback64; # introduced=29
/frameworks/native/libs/nativedisplay/
Dlibnativedisplay.map.txt6 AChoreographer_postFrameCallback64; # apex # introduced=30
DAChoreographer.cpp482 return AChoreographer_postFrameCallback64(choreographer, callback, data); in AChoreographer_routePostFrameCallback64()
534 void AChoreographer_postFrameCallback64(AChoreographer* choreographer, in AChoreographer_postFrameCallback64() function
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm64.cc40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postFrameCallback64);
330 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postFrameCallback64); in init_stub_library()
Dstubs_arm.cc40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postFrameCallback64);
330 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postFrameCallback64); in init_stub_library()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp142 AChoreographer_postFrameCallback64(mRenderThread->mChoreographer, in requestNextVsync()