Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurface.java56 private static native long nativeCreateFromSurfaceControl(long surfaceControlNativeObject); in nativeCreateFromSurfaceControl() method in Surface
462 long newNativeObject = nativeCreateFromSurfaceControl(surfaceControlPtr); in createFrom()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp395 static jlong nativeCreateFromSurfaceControl(JNIEnv* env, jclass clazz, in nativeCreateFromSurfaceControl() function
602 (void*)nativeCreateFromSurfaceControl },