Searched refs:nativeSetMetadata (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 213 private static native void nativeSetMetadata(long transactionObj, long nativeObject, int key, in nativeSetMetadata() method in SurfaceControl 3362 nativeSetMetadata(mNativeObject, sc.mNativeObject, key, data); in setMetadata()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 725 static void nativeSetMetadata(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetMetadata() function 1976 (void*)nativeSetMetadata },
|