HomeSort by relevance Sort by last modified time
    Searched refs:nativeCreateFromSurfaceControl (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
Surface.java 37 private static native int nativeCreateFromSurfaceControl(int surfaceControlNativeObject);
315 int newNativeObject = nativeCreateFromSurfaceControl(surfaceControlPtr);
  /frameworks/base/core/jni/
android_view_Surface.cpp 288 static jint nativeCreateFromSurfaceControl(JNIEnv* env, jclass clazz,
366 {"nativeCreateFromSurfaceControl", "(I)I",
367 (void*)nativeCreateFromSurfaceControl },

Completed in 187 milliseconds