Home
last modified time | relevance | path

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

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