Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java165 private static native int[] nativeGetAllowedDisplayConfigs(IBinder displayToken); in nativeGetAllowedDisplayConfigs() method in SurfaceControl
1616 return nativeGetAllowedDisplayConfigs(displayToken); in getAllowedDisplayConfigs()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp799 static jintArray nativeGetAllowedDisplayConfigs(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetAllowedDisplayConfigs() function
1342 (void*)nativeGetAllowedDisplayConfigs },