Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp2329 jlong nativeSurfaceControl, jobject listener) { in nativeCreateJankDataListenerWrapper()
2377 static void nativeSetTransformHint(JNIEnv* env, jclass clazz, jlong nativeSurfaceControl, in nativeSetTransformHint()
2386 static jint nativeGetTransformHint(JNIEnv* env, jclass clazz, jlong nativeSurfaceControl) { in nativeGetTransformHint()
2391 static jint nativeGetLayerId(JNIEnv* env, jclass clazz, jlong nativeSurfaceControl) { in nativeGetLayerId()
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java1522 private static native void nSetSurfaceControl(long nativeProxy, long nativeSurfaceControl); in nSetSurfaceControl()