Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java162 private static native SurfaceControl.DisplayInfo nativeGetDisplayInfo(IBinder displayToken); in nativeGetDisplayInfo() method in SurfaceControl
1524 return nativeGetDisplayInfo(displayToken); in getDisplayInfo()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp885 static jobject nativeGetDisplayInfo(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetDisplayInfo() function
1575 (void*)nativeGetDisplayInfo },