Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp2329 jlong nativeSurfaceControl, jobject listener) { in nativeCreateJankDataListenerWrapper() argument
2330 sp<SurfaceControl> surface(reinterpret_cast<SurfaceControl *>(nativeSurfaceControl)); in nativeCreateJankDataListenerWrapper()
2377 static void nativeSetTransformHint(JNIEnv* env, jclass clazz, jlong nativeSurfaceControl, in nativeSetTransformHint() argument
2379 sp<SurfaceControl> surface(reinterpret_cast<SurfaceControl*>(nativeSurfaceControl)); in nativeSetTransformHint()
2386 static jint nativeGetTransformHint(JNIEnv* env, jclass clazz, jlong nativeSurfaceControl) { in nativeGetTransformHint() argument
2387 sp<SurfaceControl> surface(reinterpret_cast<SurfaceControl*>(nativeSurfaceControl)); in nativeGetTransformHint()
2391 static jint nativeGetLayerId(JNIEnv* env, jclass clazz, jlong nativeSurfaceControl) { in nativeGetLayerId() argument
2392 sp<SurfaceControl> surface(reinterpret_cast<SurfaceControl*>(nativeSurfaceControl)); in nativeGetLayerId()
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java1522 private static native void nSetSurfaceControl(long nativeProxy, long nativeSurfaceControl); in nSetSurfaceControl() argument