Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1170 static void nativeSetTrustedOverlay(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetTrustedOverlay() function
2729 {"nativeSetTrustedOverlay", "(JJI)V", in nativeSetTrustedOverlay() method
/frameworks/base/core/java/android/view/
DSurfaceControl.java180 private static native void nativeSetTrustedOverlay(long transactionObj, long nativeObject, in nativeSetTrustedOverlay() method in SurfaceControl