Searched refs:nativeSetBufferTransform (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 225 private static native void nativeSetBufferTransform(long transactionObj, long nativeObject, in nativeSetBufferTransform() method in SurfaceControl 3816 nativeSetBufferTransform(mNativeObject, sc.mNativeObject, transform); in setBufferTransform()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 633 static void nativeSetBufferTransform(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetBufferTransform() function 2240 {"nativeSetBufferTransform", "(JJI)V", (void*) nativeSetBufferTransform},
|