HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetDisplayColorModes (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
SurfaceControl.java 96 private static native int[] nativeGetDisplayColorModes(IBinder displayToken);
707 return nativeGetDisplayColorModes(displayToken);
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 524 static jintArray nativeGetDisplayColorModes(JNIEnv* env, jclass, jobject tokenObj) {
838 {"nativeGetDisplayColorModes", "(Landroid/os/IBinder;)[I",
839 (void*)nativeGetDisplayColorModes},
    [all...]

Completed in 482 milliseconds