Home
last modified time | relevance | path

Searched defs:surfaceControlObj (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_view_WindowManagerGlobal.cpp48 surfaceControlObj(env, in createInputChannel() local
H A Dandroid_view_SurfaceControl.cpp826 jlong surfaceControlObj, jlong pictureProfileId) { in nativeSetPictureProfileId()
834 jlong surfaceControlObj, jint priority) { in nativeSetContentPriority()
2445 jobject surfaceControlObj) { in android_view_SurfaceControl_getNativeSurfaceControl()
2457 jobject surfaceControlObj = in android_view_SurfaceControl_getJavaSurfaceControl() local
/aosp_15_r20/frameworks/base/tests/ChoreographerTests/jni/
H A Dandroid_view_tests_ChoreographerNativeTest.cpp116 jlong SurfaceControl_getChoreographer(JNIEnv* env, jclass, jobject surfaceControlObj) { in SurfaceControl_getChoreographer()
/aosp_15_r20/cts/tests/surfacecontrol/jni/
H A Dandroid_window_cts_ASurfaceControlInputReceiverTest.cpp111 jobject hostInputTransferTokenObj, jlong surfaceControlObj, in nativeCreateInputReceiver()
H A Dandroid_view_cts_ASurfaceControlTest.cpp244 jlong SurfaceControl_fromJava(JNIEnv* env, jclass, jobject surfaceControlObj) { in SurfaceControl_fromJava()
/aosp_15_r20/frameworks/base/native/android/
H A Dsurface_control.cpp154 ASurfaceControl* ASurfaceControl_fromJava(JNIEnv* env, jobject surfaceControlObj) { in ASurfaceControl_fromJava()