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

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

Completed in 81 milliseconds