Home
last modified time | relevance | path

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

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