Home
last modified time | relevance | path

Searched refs:appVsyncOffsetNanos (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java265 public long appVsyncOffsetNanos; field in DisplayDeviceInfo
395 || appVsyncOffsetNanos != other.appVsyncOffsetNanos in diff()
438 appVsyncOffsetNanos = other.appVsyncOffsetNanos; in copyFrom()
474 sb.append(", appVsyncOff ").append(appVsyncOffsetNanos); in toString()
H A DLogicalDisplay.java410 mBaseDisplayInfo.appVsyncOffsetNanos = deviceInfo.appVsyncOffsetNanos; in updateLocked()
H A DLocalDisplayAdapter.java575 mInfo.appVsyncOffsetNanos = mActiveSfDisplayMode.appVsyncOffsetNanos; in getDisplayDeviceInfoLocked()
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayInfo.java241 public long appVsyncOffsetNanos; field in DisplayInfo
374 && appVsyncOffsetNanos == other.appVsyncOffsetNanos in equals()
424 appVsyncOffsetNanos = other.appVsyncOffsetNanos; in copyFrom()
474 appVsyncOffsetNanos = source.readLong(); in readFromParcel()
529 dest.writeLong(appVsyncOffsetNanos); in writeToParcel()
735 sb.append(appVsyncOffsetNanos); in toString()
H A DSurfaceControl.java1909 public long appVsyncOffsetNanos; field in SurfaceControl.DisplayMode
1928 + ", appVsyncOffsetNanos=" + appVsyncOffsetNanos in toString()
1944 && appVsyncOffsetNanos == that.appVsyncOffsetNanos in equals()
1951 return Objects.hash(id, width, height, xDpi, yDpi, refreshRate, appVsyncOffsetNanos, in hashCode()
H A DDisplay.java1240 return mDisplayInfo.appVsyncOffsetNanos; in getAppVsyncOffsetNanos()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp831 jlong appVsyncOffsetNanos, in android_view_ThreadedRenderer_initDisplayInfo() argument
837 DeviceInfo::setAppVsyncOffsetNanos(appVsyncOffsetNanos); in android_view_ThreadedRenderer_initDisplayInfo()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java1418 int wideColorDataspace, long appVsyncOffsetNanos, long presentationDeadlineNanos); in nInitDisplayInfo() argument
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp117 jfieldID appVsyncOffsetNanos; member
1149 env->SetLongField(object, gDisplayModeClassInfo.appVsyncOffsetNanos, config.appVsyncOffset); in convertDisplayModeToJavaObject()
2084 gDisplayModeClassInfo.appVsyncOffsetNanos = in register_android_view_SurfaceControl()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63133 Landroid/view/DisplayInfo;->appVsyncOffsetNanos:J