Home
last modified time | relevance | path

Searched refs:nativeGetLayerId (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java247 private static native int nativeGetLayerId(long nativeObject); in nativeGetLayerId() method in SurfaceControl
3756 return nativeGetLayerId(mNativeObject); in getLayerId()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1826 static jint nativeGetLayerId(JNIEnv* env, jclass clazz, jlong nativeSurfaceControl) { in nativeGetLayerId() function
2032 (void*)nativeGetLayerId },