Searched refs:AChoreographer_postVsyncCallback (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tests/ChoreographerTests/jni/ |
D | android_view_tests_ChoreographerNativeTest.cpp | 98 AChoreographer_postVsyncCallback(cb->choreographer, vsyncCallback, data); in vsyncCallback() 136 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb); in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate()
|
/frameworks/base/native/android/ |
D | choreographer.cpp | 43 void AChoreographer_postVsyncCallback(AChoreographer* choreographer, in AChoreographer_postVsyncCallback() function
|
D | libandroid.map.txt | 32 AChoreographer_postVsyncCallback; # introduced=33
|
/frameworks/native/include/android/ |
D | choreographer.h | 236 void AChoreographer_postVsyncCallback(AChoreographer* choreographer,
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 90 return AChoreographer_postVsyncCallback(choreographer, callback, data); in AChoreographer_routePostVsyncCallback() 160 void AChoreographer_postVsyncCallback(AChoreographer* choreographer, in AChoreographer_postVsyncCallback() function
|
D | libnativedisplay.map.txt | 10 AChoreographer_postVsyncCallback; # systemapi # introduced=33
|
/frameworks/libs/native_bridge_support/android_api/libandroid/ |
D | stubs_riscv64.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postVsyncCallback); 420 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postVsyncCallback); in init_stub_library()
|
D | stubs_arm.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postVsyncCallback); 420 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postVsyncCallback); in init_stub_library()
|
D | stubs_arm64.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postVsyncCallback); 420 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postVsyncCallback); in init_stub_library()
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.cpp | 170 AChoreographer_postVsyncCallback(mRenderThread->mChoreographer, in requestNextVsync()
|