Home
last modified time | relevance | path

Searched refs:ASurfaceControl_getChoreographer (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/include/private/
Dsurface_control_private.h65 AChoreographer* ASurfaceControl_getChoreographer(ASurfaceControl* surfaceControl);
/frameworks/base/tests/ChoreographerTests/jni/
Dandroid_view_tests_ChoreographerNativeTest.cpp118 ASurfaceControl_getChoreographer(ASurfaceControl_fromJava(env, surfaceControlObj))); in SurfaceControl_getChoreographer()
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc301 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_getChoreographer);
668 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_getChoreographer); in init_stub_library()
Dstubs_arm.cc301 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_getChoreographer);
668 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_getChoreographer); in init_stub_library()
Dstubs_arm64.cc301 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_getChoreographer);
668 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_getChoreographer); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt373 ASurfaceControl_getChoreographer*;
Dsurface_control.cpp183 AChoreographer* ASurfaceControl_getChoreographer(ASurfaceControl* aSurfaceControl) { in ASurfaceControl_getChoreographer() function