Searched defs:nativeCreateScoped (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurfaceSession.java30 private static native long nativeCreateScoped(long surfacePtr); method in class:SurfaceSession
40 mNativeClient = nativeCreateScoped(root.mNativeObject);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp49 static jlong nativeCreateScoped(JNIEnv* env, jclass clazz, jlong surfaceObject) { function in namespace:android
70 { "nativeCreateScoped", "(J)J",
71 (void*)nativeCreateScoped },

Completed in 72 milliseconds