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

  /frameworks/base/core/java/android/view/
Surface.java 57 private static native long nativeGetFromSurfaceControl(long surfaceControlNativeObject);
434 long newNativeObject = nativeGetFromSurfaceControl(surfaceControlPtr);
  /frameworks/base/core/jni/
android_view_Surface.cpp 411 static jlong nativeGetFromSurfaceControl(JNIEnv* env, jclass clazz,
623 {"nativeGetFromSurfaceControl", "(J)J",
624 (void*)nativeGetFromSurfaceControl },

Completed in 240 milliseconds