Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dsurface_control_jni.h47 ASurfaceControl* _Nonnull ASurfaceControl_fromJava(JNIEnv* _Nonnull env,
/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.cc300 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_fromJava);
667 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_fromJava); in init_stub_library()
Dstubs_arm.cc300 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_fromJava);
667 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_fromJava); in init_stub_library()
Dstubs_arm64.cc300 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_fromJava);
667 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_fromJava); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt255 ASurfaceControl_fromJava; # introduced=34
Dsurface_control.cpp141 ASurfaceControl* ASurfaceControl_fromJava(JNIEnv* env, jobject surfaceControlObj) { in ASurfaceControl_fromJava() function