Searched defs:surfacePtr (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); argument
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp545 static jlong create(JNIEnv* env, jclass clazz, jlong rootNodePtr, jlong surfacePtr) { argument
547 sp<Surface> surface(reinterpret_cast<Surface*>(surfacePtr));
560 static void setSurface(JNIEnv* env, jclass clazz, jlong rendererPtr, jlong surfacePtr) { argument
562 sp<Surface> surface(reinterpret_cast<Surface*>(surfacePtr));

Completed in 425 milliseconds