Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_Surface.cpp282 jlong surfaceControlNativeObj) { in nativeCreateFromSurfaceControl() argument
283 sp<SurfaceControl> ctrl(reinterpret_cast<SurfaceControl *>(surfaceControlNativeObj)); in nativeCreateFromSurfaceControl()
293 jlong surfaceControlNativeObj) { in nativeGetFromSurfaceControl() argument
295 sp<SurfaceControl> ctrl(reinterpret_cast<SurfaceControl *>(surfaceControlNativeObj)); in nativeGetFromSurfaceControl()
Dandroid_view_SurfaceControl.cpp1806 static jlong nativeCopyFromSurfaceControl(JNIEnv* env, jclass clazz, jlong surfaceControlNativeObj)… in nativeCopyFromSurfaceControl() argument
1807 sp<SurfaceControl> surface(reinterpret_cast<SurfaceControl *>(surfaceControlNativeObj)); in nativeCopyFromSurfaceControl()