Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java163 private static native long nativeGetPrimaryPhysicalDisplayId(); in nativeGetPrimaryPhysicalDisplayId() method in SurfaceControl
2360 return nativeGetPrimaryPhysicalDisplayId(); in getPrimaryPhysicalDisplayId()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp901 static jlong nativeGetPrimaryPhysicalDisplayId(JNIEnv* env, jclass clazz) { in nativeGetPrimaryPhysicalDisplayId() function
1911 (void*)nativeGetPrimaryPhysicalDisplayId },