Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_Surface.cpp327 jlong surfaceControlNativeObj) { in nativeCreateFromSurfaceControl() argument
328 sp<SurfaceControl> ctrl(reinterpret_cast<SurfaceControl *>(surfaceControlNativeObj)); in nativeCreateFromSurfaceControl()
338 jlong surfaceControlNativeObj) { in nativeGetFromSurfaceControl() argument
340 sp<SurfaceControl> ctrl(reinterpret_cast<SurfaceControl *>(surfaceControlNativeObj)); in nativeGetFromSurfaceControl()
Dandroid_view_SurfaceControl.cpp1197 static jlong nativeCopyFromSurfaceControl(JNIEnv* env, jclass clazz, jlong surfaceControlNativeObj)… in nativeCopyFromSurfaceControl() argument
1198 sp<SurfaceControl> surface(reinterpret_cast<SurfaceControl *>(surfaceControlNativeObj)); in nativeCopyFromSurfaceControl()