Home
last modified time | relevance | path

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

/frameworks/base/tests/ChoreographerTests/jni/
Dandroid_view_tests_ChoreographerNativeTest.cpp98 AChoreographer_postVsyncCallback(cb->choreographer, vsyncCallback, data); in vsyncCallback()
136 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb); in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate()
/frameworks/base/native/android/
Dchoreographer.cpp43 void AChoreographer_postVsyncCallback(AChoreographer* choreographer, in AChoreographer_postVsyncCallback() function
Dlibandroid.map.txt32 AChoreographer_postVsyncCallback; # introduced=33
/frameworks/native/include/android/
Dchoreographer.h236 void AChoreographer_postVsyncCallback(AChoreographer* choreographer,
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp90 return AChoreographer_postVsyncCallback(choreographer, callback, data); in AChoreographer_routePostVsyncCallback()
160 void AChoreographer_postVsyncCallback(AChoreographer* choreographer, in AChoreographer_postVsyncCallback() function
Dlibnativedisplay.map.txt10 AChoreographer_postVsyncCallback; # systemapi # introduced=33
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postVsyncCallback);
420 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postVsyncCallback); in init_stub_library()
Dstubs_arm.cc53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postVsyncCallback);
420 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postVsyncCallback); in init_stub_library()
Dstubs_arm64.cc53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postVsyncCallback);
420 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postVsyncCallback); in init_stub_library()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp170 AChoreographer_postVsyncCallback(mRenderThread->mChoreographer, in requestNextVsync()